/* CSS Document */

body {
	margin: 0px;
	background-color: #c0c0c0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}




#bodycontent{
	height: 100%;
	width: 1024px;

}

#bodycontent #title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #752062;
	position: absolute;
	left: 130px;
	top: 54px;
	width: 569px;

}

#bodycontent #content{
	position: absolute;
	left: 156px;
	top: 124px;
	height: 100%;
	width: 543px;
}

#bodycontent #sidebar{
	position: absolute;
	left: 757px;
	top: 99px;
	height: 100%;
	width: 145px;
}

#bodycontent #titlebar{
	height: 1px;
	width: 902px;
	left: 0px;
	top: 84px;
	background-color: #e5d5e1;
	position: absolute;
	margin: 0px;
	padding: 0px;
}

.sidebar_titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #752062;
	font-weight: bold;
}
.content {
	padding-left: 145px;
	padding-right: 145px;
	padding-top: 25px;
	padding-bottom: 10px;
}
.content_small{
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
.titlebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #741E61;
	line-height: 32px;
	padding-left: 130px;
	padding-top: 20px;
}
.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.footer a:link {color: #009376; text-decoration: none; }
.footer a:visited {color: #009376; text-decoration: none; }
.footer a:active {color: #0066CC; text-decoration: none; }
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #009376;
}.titlebar_small {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #741E61;
	line-height: 22px;
	padding-left: 130px;
	padding-top: 20px;
}
