@charset "utf-8";
body {
	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: #003c68;
	background-image: url(../images/bk.jpg);
	background-color: #B7DBF1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.oneColFixCtr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-top: none #000000;
	border-right: none #000000;
	border-bottom: none #000000;
	border-left: none #000000;
	background-color: #B7DBF1;
	background-image: url(../images/tblbk.gif);
	background-repeat: no-repeat;
}

.oneColFixCtr #header {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.oneColFixCtr #nav1 {
	width: 900px;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #nav2 {
	width: 900px;
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: bottom;
}
.oneColFixCtr #imageBox {
	width: 835px;
	border: 1px solid #FFFFFF;
	margin-top: 20px;
	height: 408px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColFixCtr #mainContent {
	text-align: center;
	margin-right: 20px;


}
.oneColFixCtr #footer {
	text-align: left;
	margin-right: auto;
	width: 900px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

h1 {
	font: bolder normal 100% Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
}
.sidenav {
	font-family : Verdana, Geneva, sans-serif;
	font-size : 9px;
	font-style: normal;
	font-weight: bold;
} 
a.sidenav:link, a.sidenav:visited {
	color : #003c68;
	text-decoration : none;
} 
a.sidenav:hover { 
color : #fff; 
text-decoration : underline; 
} 
.extlinks {
	font-family : Verdana, Geneva, sans-serif;
	font-size : 9px;
	font-style: normal;
	font-weight: normal;
	color: #003c68;
}
a.extlinks:link, a.extlinks:visited {
	color : #003c68;
	text-decoration : none;
}
a.extlinks:hover {
	color : #B6DBF1;
	text-decoration : underline;
}
.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: right;
}
.FormText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
