@charset "utf-8";
body {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #285692;
	font-size: 12px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center 0px;
	margin: 0px;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
}
a:link {
	color: #285692;
	font-weight: bold;
}
a:visited {
	color: #1B3963;
	font-weight: bold;
}
a:hover {
	color: #FF8C37;
	font-weight: bold;
}


.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#top {
	background-color: #514D80;
	height: 20px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

.oneColFixCtrHdr #footer {
	background-color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 15px;
	clear: both;
	width: 900px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	background-image: url(images/footer_bkg.png);
	height: 145px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #copyright  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.oneColFixCtrHdr #mainContent {
	width: 900px;
	background-color: #FFFFFF;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	clear: both;

}
.oneColFixCtrHdr #leftcolumn {
	float: left; /* since this element is floated, a width must be given */
	display:inline;
	width: 535px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	text-align: left;
	vertical-align: top;
	padding-top: 25px;
	padding-left: 25px;
}

.oneColFixCtrHdr #rightcolumn {
	float: right;
	display:inline;
	width: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	text-align: left;
	vertical-align: top;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 40px;
	background-image: url(images/rightside_bkg.png);
	background-repeat: repeat-y;
	background-position: left top;
}



.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 900px; /*width of menu*/
border: 1px solid #666666; /*dark purple border*/
border-width: 1px 0;
background: black url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 25px;
text-decoration: none;
border-right: 1px solid #666666; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 4px;
	line-height: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #BE3B27;
	margin-bottom: 4px;
	margin-top: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E55525;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
}


hr {
	color: #fff;
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #d3d3d3;
	border-right-color: #d3d3d3;
	border-bottom-color: #d3d3d3;
	border-left-color: #d3d3d3;
}
#homepage {
	height: 210px;
	width: 900px;
	background-color: #504C7F;
	background-image: url(images/homepage_bkg.png);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container #homepage table {
	margin: 0px;
}
.oneColFixCtrHdr #container #homepage table tr td p {
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 0px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #homepage table tr td ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 0px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #homepage table tr td ul li {
	margin-bottom: 6px;
	margin-left: -5px;
	font-weight: bold;
}


.oneColFixCtrHdr #container #homepage table tr td a:link {
	font-weight: bold;
	color: #FFF;
}
.oneColFixCtrHdr #container #homepage table tr td a:visited {
	font-weight: bold;
	color: #FFF;
}
.oneColFixCtrHdr #container #homepage table tr td a:hover {
	color: #FEE0CB;
}

