@charset "UTF-8";
/* CSS Document */


body {
	font: 12px Verdana, Arial, 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: #000000;
	background-color: #BCBCBC;
	margin-bottom: 20px;
}
#header {
	background-image: url(../images/header_bg.gif);
	background: url(../images/header_bg.gif);
	height: 111px;
	width: 1000px;
	background-repeat: repeat;
	overflow: visible;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	position: relative;
}

#middleNav {
	background-image: url(../images/template_nav_bar_bg.gif);
	background: url(../images/template_nav_bar_bg.gif);
	clear: both;
	height: 37px;
	padding-top: 20px;
	padding-left: 39px !Important;
	padding-left: 27px;
}
#middleNav a {
	color: #FFFFFF;
}


body,td,th {
	font-size: 12px;
}
#searchBox {
	width: 120px;
	border: 1px solid #666666;
	padding: 1px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#searchDiv {
	float: right;
	width: 215px;
	
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #332133;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #364EAD;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #27528B;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
a:link {
	color: #0030AF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0030AF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


.submenu {
	background-color: #5A6EC0;
	position: absolute;
	z-index: 999;
	top: 145px;
	visibility: hidden;
}
#submenu1 {
	width: 140px;
	left: 35px;
	
}
#submenu2 {
	width: 110px;
	left: 140px;
	
}
#submenu3 {
	width: 150px;
	left: 262px;
}
#submenu4 {
	width: 175px;
	left: 563px;
}
#submenu5 {
	width: 180px;
	left: 663px;
}
#submenu6 {
	width: 110px;
	left: 880px;
}
.submenu ul {
	margin: 0px;
	padding: 0px;
	
		border-top: 1px solid #798ED4;
	border-right: 1px solid #798ED4;
	border-bottom: 1px solid #798ED4;
	border-left: 1px solid #798ED4;
}
.submenu li {
	font-size: 12px;
	list-style-type: none;
	border-top: 0px solid #798ED4;
	border-right: 1px solid #798ED4;
	border-bottom: 1px solid #798ED4;
	border-left: 1px solid #798ED4;
	padding: 4px;
}
.submenu li a {
	
	color: #FFFFFF;

}
.submenu li a:hover, #middleNav a:hover {
	color: #EEA800;
	text-decoration: none;
}
#mainContent {
	background-color: #FFFFFF;
	padding: 18px;
}
.formTable {
	background-color: #A389A7;
}
.formTable td {
	background-color: #EFECED;
}
.formTable th {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
#memNav {
	color: #364EAD;
}
