@charset "utf-8";
body {
	background-color: #003366;
	color: #003E66;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bottomNav {
	background-color: #4586ca;
}

.bottomNav A:link {text-decoration: none }
.bottomNav A:visited {text-decoration: none}
.bottomNav A:active {text-decoration: none}
.bottomNav A:hover {text-decoration: underline; color: #ffffff;}

.copyright {
	background-color: #195088;
}
.contentCell {
	background-color: #dcedff;
	background-image: url(images/contentBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.contentCell .leftCol .module, .contentCell .rightCol .module {
	width: 100%;
	margin-bottom: 8px;
}
.contentCell .leftCol .module .mod_header {
	background-color: #31b8dd;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.contentCell .leftCol .module .mod_content {
	background-color: #31b8dd;
	background-image: url(images/leftModBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #ffffff;
}

.contentCell .rightCol .module .mod_header {
	background-color: #4586ca;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.contentCell  .leftCol, .contentCell .rightCol {
	padding: 5px;
	color: #FFFFFF;
}
.centerCol * {
	color: #003E66;
	font-size:16px;
}
.contentCell .centerCol {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: justify;
}



.contentCell .rightCol .module .mod_content {
	background-color: #4586ca;
	background-image: url(images/rightModBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}




.topNav {
	background-image: url(images/topNavRepeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.topNav .topnav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 31px;
	height: 31px;
}
.topNav .topnav li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 15px;
	padding-left: 15px;
	height: 31px;
	line-height: 31px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.topNav .topnav {
	margin: 0px;
	padding: 0px;
}

.customheader{
font-weight: bold;
text-decoration: underline;
font-size: 16px;

}

.style1 {
	color: #003466;
	font-weight: bold;
}
.style2 {font-size: 13px}
.style3 {font-size: 11
px}


a.whiteLink:link, a.whiteLink:hover, a.whiteLink:visited {
	color: #FFFFFF;
}
