@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bkgd.jpg);
}
.oneColFixCtrHdr #container #header h1 {
	font-size: 14px;
	padding: 0px;
	color: #185BB8;
	text-align: right;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #nav {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	height: 61px;
	padding: 0px;
	margin: 0px;
	padding-left: 27px;
	padding-top: 14px;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 40px;
}
.oneColFixCtrHdr #container #footer{
	padding: 0;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 200px;
	text-align: center;
	font-size: 15px;
	color: #0F3F83;
}
.oneColFixCtrHdr #container #footer h3 {
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 26px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #footer h4 {
	font-weight: normal;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #footer a {
	color: #0F3F83;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer a:hover {
	color: #0F3F83;
	text-decoration: underline;
}
