body {
	background-color: #E0E9F7;
	scrollbar-3dlight-color: #F1F2F3;
	scrollbar-arrow-color:#232F4A;
	scrollbar-darkshadow-color: #F1F2F3;
	scrollbar-face-color:#D5D8D9;
	scrollbar-highlight-color:#F1F2F3;
	scrollbar-shadow-color: #F1F2F3;
	scrollbar-track-color: #F1F2F3;
}

#header{
	position: absolute;
	width:631px;
	left: 0px;
	top: 0px;
	height: 100px;
	padding-bottom: 10px;
}
#nav_bar
{
	position:relative;
	width:631px;
	top: 112px;
	left: 0px;
}
#main_section{
	position:relative;
	width:631px;
}
#main_area{
	position:absolute;
	top: 136px;
	width:631px;
	left: 0px;
	border: none;
	padding-top: 20px;
}
#siteInfo{
	clear: both;
	font-size: xx-small;
	color: #FFFFFF;
	padding: 10px 0px 5px;
	margin-top: 0px;
	height: 17px;
	background-repeat: no-repeat;
	background-color: #2A354F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #27324C;
}
p {
	color: #7A8588;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #27324C;
}

