@charset "utf-8";
/* CSS Document */
<!--
body {
	font: 70% Arial, Verdana, Helvetica, sans-serif;
	background: #666666;
	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: #FFF;
	background-image: url(/images/htmlBG.jpg);
	background-repeat: repeat;
}
.oneColFixCtr #container {
	width: 961px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333;
	/*background-image: url(/images/testContentBG.png);
	background-repeat: no-repeat;
	background-position:bottom left;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:19px;
}

.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.transparentBG {background-image:url(/images/contentBG.png); padding:3px;}
#footer {background-color:#1a2674; color:#FFFFFF;}
h1 {color:#FFF;font-size:15px;}
.style2 {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	color: #d7ab5e;
}
a:link {color: #FFFFFF; text-decoration: none; }
a:visited {color: #CCCCCC; text-decoration: none; }
a:hover {color: #FF9900;text-decoration: underline; }
a:active {color: #FFFFFF;text-decoration: none; }

#mainContent a:link {color:#1a2674}
#mainContent a:visited {color:#1a2674}
#mainContent a:active {color:#1a2674}
#mainContent a:hover {color:#ff9900}

#footer a:link {color:#FFFFFF}
#footer a:visited {color:#CCCCCC}
#footer a:active {color:#FF9900}
#footer a:hover {color:#FF9900}



#dropmenudiv{
position:absolute;
border:1px solid #3d4db0;
border-bottom-width: 2px;
line-height:15px;
z-index:100;
background-color: #1a2674;
text-align:left;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #3d4db0;
padding: 2px 0;
font-size: 12px;
text-decoration: none;
text-align: left;
font-weight: normal;
font-size:10px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #333;
color: #FFFFFF;
text-decoration: underline;
}

.mainMenuBold {
	font-weight: bold;
	color: #000;
}

.transparentBG {background-image:url(/images/contentBG.png); padding:3px;}

.active {color:#161f5d; text-decoration:none;}
.active a:link {color:#1a2674}
.active a:visited {color:#1a2674}
.active a:hover {color:#1a2674}
.active a:active {color:#1a2674}

.sectionHeader {
    font-size: 120%;
    font-weight: bold;
    color: #000000;
}

.form-divider {
    text-align: left;
    font-weight: 700;
    font-style:italic;
    background-color: #3172a7;
    color: #FFF;
    padding: 5px;
    font-size: 15px;
}

-->
