@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #42566D url(images/bkg_main.gif) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.oneColFixCtr #container {
	width: 850px;
	background: #ECEEF1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #subcontainer {
	width: 850px;
	background: #ECEEF1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	float: none;
	padding-top: 7px;
	padding-right: 15px;
	background-color: #F1F6FD;
	background-image: url(images/bkg_header_home.jpg);
	background-repeat: no-repeat;
	height: 97px;
}
#header a {
	color: #000000;
	text-decoration: none;
}
#header a:hover {
	color: #314D65;
	text-decoration: underline;
}


#subheader a {
	color: #000000;
	text-decoration: none;
}
#subheader a:hover {
	color: #314D65;
	text-decoration: underline;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	float: left;
	width: 186px;
	padding-left: 20px;
	background-color: #ECEEF1;
	padding-right: 15px;
}

#sidebar a {
	color: #333333;
	text-decoration: none;
}
#sidebar a:hover {
	color: #3D536B;
	text-decoration: underline;
}

.oneColFixCtr #container #bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	background-color: #EFF2FA;
	text-align: left;
	height: 229px;
}
#bottom .darkblue {
	background-color: #E1EBF7;
	padding-left: 20px;
	width: 243px;
	height: 229px;
	padding-right: 20px;
}
#bottom .lightblue {
	background-color: #F0F3FB;
	padding-left: 30px;
	width: 232px;
	height: 229px;
	padding-right: 20px;
}
#bottom .darkblue2 {
	background-color: #E1EBF7;
	padding-left: 27px;
	width: 234px;
	height: 229px;
	padding-right: 20px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #616161;
	padding: 20px;
	clear: left;
}
#footer .footerlinks {
	float: right;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color: #DCE7F5;
	text-decoration: underline;
}


#bottom a {
	color: #333333;
	text-decoration: none;
}
#bottom a:hover {
	color: #3D536B;
	text-decoration: underline;
}
.oneColFixCtr #subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	float: none;
	padding-top: 7px;
	padding-right: 15px;
	background-color: #F1F6FD;
	background-image: url(images/bkg_header_sub.jpg);
	background-repeat: no-repeat;
	height: 97px;
}
#bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	background-color: #FFFFFF;
	float: left;
	width: 569px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 40px;
	text-align: left;
}
#bodytext h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #395169;
	font-weight: normal;
	margin-bottom: 6px;
	margin-top: 25px;
	line-height: 28px;
}
#bodytext h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 4px;
	font-size: 18px;
}
#bodytext p {
	margin-top: 0px;
	margin-bottom: 12px;
}

#bodytext a {
	color: #42566D;
}
