html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #283745;
	background-image:  url("../_images/main_bg.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
}
#main {
	height: 0%;
	width: 770px;
	text-align: left;
}
#bodyMain {
	border: 1px solid #5F6B7D;
	background-color: #FFFFFF;
	background-image:  url("../_images/nav_bg.jpg");
	background-repeat: repeat-y;
}
#spacerMain {
	height: 12px;
	clear: both;
}
#bodyNav {
	width: 160px;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#bodyNav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 145px;
}
#bodyNav li
{
	margin: 0;
}

#bodyNav li a
{
	display: block;
	padding: 1px 3px 1px 10px;
	color: #283745;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
#bodyNav li a:hover{
	color: #CC6633;
}
#bodyNav strong{
	color:#000099;
}
#bodyContent {
	width: 590px;
	padding-left: 10px;
	background-image:  url("../_images/content_bg.jpg");
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10px;
	vertical-align: top;
}
#bodyContentMain {
	color: #283745;
	margin-bottom: 15px;
}
#bodyContentMain H1{
	color: #283745;
	font-size: 15px;
}
#bodyContentMain H2{
	color: #0D2886;
	font-size: 13px;
}
#bodyContentMain em{
	font-style: italic;
	font-weight: bold;
}
#bodyContentMain a{
	text-decoration: none;
	color: #0033FF;

}
#bodyContentMain a:hover{
	text-decoration: underline;
	color: #990000;

}
#bodyFooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 590px;
	height: 30px;
	clear: both;
}
#header {
	position: relative;
	height: 115px;
}
#headerNav{
	position:relative;
}
#header_left,  #header_right {
	float: left;
	border: 0;
}
#headerNavContent {
	background-image:  url("../_images/header_center.jpg");
	background-repeat: repeat-x;
	float: left;
	width: 758px;
	height: 72px;
}
#headerNavLeft {
	float: left;
	width: 370px;
	height: 40px;
	padding-left: 8px;
	padding-top: 32px;
}
#headerNavRight{
	float: left;
	width: 370px;
	height: 66px;
	text-align: right;
	padding-top: 6px;
}
#headerNav1, #headerNav2, #headerNav3, #headerNav4, #headerNav5 {
	float:right;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	line-height: 12px;
	height: 60px;
}
.navBdr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #96A0AF;
}
#contentSubNav {
	height: auto;
	width: 180px;
	border: 1px solid #69686F;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
#contentSubNav H5 {
	width: 170px;
	background-color: #69686F;
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin: 1px;
	padding-top: 3px;

}
#contentSubNav ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 11px;
	background-color: #FFFFFF;
}
#contentSubNav li
{
	margin: 0;
	padding: 1px 3px 1px 5px;
}

#contentSubNav li a
{
	display: block;
	color: #405EA2;
	text-decoration: none;
	height: 100%;
	padding-bottom: 3px;
}

#contentSubNav li a:hover
{
	color: #69686F;
	text-decoration: none;
}
.imageFloatLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 1px;
	border: 3px double #BABFC9;
}
.imageFloatRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 3px double #BABFC9;
}
.chartNav {
	background-color: #F3F3DC;
	padding: 4px;
	float: left;
	height: 25px;
	width: 70px;
	border: 1px solid #666666;
	font-size: 10px;
	color: #333333;
	text-align: center;
	margin-right: 3px;
}
.alternateRowColor {
	background-color:#F4F4F4;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
}
.tblBdr {
	border: 3px double #BABFC9;
	padding: 3px;
}
hr {
	color: #BABFC9;
	background-color: #BABFC9;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
iframe {
	border: 0;
}
.smallText {
	font-size: 9px;
	font-weight: normal;
}
.formButton {
	border: 3px double #283745;
	color: #283745;
}
.leftMarginImage {
}
.helpBox {
	border: 3px double #BABFC9;
	padding: 3px;
	width: 578px;
}
#bodyContainer {
	vertical-align: top;
}
#spacerBody {
	clear: both;
	height: 12px;
}
th {
	font-weight: bold;
	text-align: left;
	padding: 5px;
	background-color: #E6E6E6;
	border-bottom-color: #283745;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.whiteFormField {
	border: 1px solid #FFFFFF;
	padding: 2px;
}
.bottomBdr {
	border-bottom-color: #283745;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#bodyFooter a {
	color: #9C7627;
	text-decoration: underline;
}
#bodyFooter a:hover {
	color: #003399;
	text-decoration: none;
}
.floatClear {
	clear: both;
}
#bodyContentMain h4 {
	font-size: 16px;
}
