@charset "utf-8";
body {
	font: normal 90%/1em Verdana, Arial, Helvetica, sans-serif, Mistral;
	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: #333333;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: auto;
	text-align: left;
	background: #032B7C;
	border-top: thick solid #032B7C;
	border-right: thick none #032B7C;
	border-bottom: thick none #032B7C;
	border-left: thick none #032B7C;
}
.oneColFixCtrHdr #header {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 2em;
}
.oneColFixCtrHdr  h1  {
	font-size: 95%;
	color: #032B7C;
	font-weight: bold;
	line-height: .8px;
}
.oneColFixCtrHdr h2 {
	font-size: 95%;
	line-height: 1.5em;
	font-weight: bold;
	color: #032B7C;
}

.oneColFixCtrHdr a {
	font-weight: bold;
	text-decoration: none;
	color: #0437A0;
	text-transform: uppercase;
	font-size: 85%;
}
.oneColFixCtrHdr a:hover {
	color: #990000;
}
.oneColFixCtrHdr a:visited {
	color: #0437A0;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
}
.oneColFixCtrHdr #footer a {
	color: #FFFFFF;
	font-size: 85%;
}
.oneColFixCtrHdr #footer a:hover {
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer a:visited {
	color: #FFFFFF;
}


.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 95%;
	line-height: .5em;
}
