@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* 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: #999966;
}
.oneColFixCtrHdr #container {
	width: 994px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/Banner4.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-bottom: 0;
	height: 175px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-bottom: 0;
	width: 794px;
	left: auto;
	margin-left: 180px;
	font-size: 80%;
	padding-left: 10px;
	padding-right: 10px;
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	font-weight: bold;
	color: #F35549;
	text-transform: capitalize;
	font-size: 34pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.oneColFixCtrHdr #mainContent h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.floatRight {
	padding: 10px;
	float: right;
}
.floatLeft {
	float: left;
	padding-top: 10px;
}
.oneColFixCtrHdr #nav{
	height: 25px;
	text-align: left;
	background-color: #F3F3F3;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.oneColFixCtrHdr #navbar {
	height: 15px;
	font-size: 85%;
	text-align: left;
	margin-left: 50px;
}
.oneColFixCtrHdr #navbar a:link, #navbar a:visited{
	color: #6996C3;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding-right: 10px;

}
.oneColFixCtrHdr #navbar a:hover {
	color: #000000;
	background-color: #F35549;
}
.oneColFixCtrHdr #pageNav{
	width:180px;
	font-family: Verdana, sans-serif;
	font-size: small;
	margin-top: 0px;
	padding: 0px;
	float: left;
	background-color: #F3F3F3;
}
/************ sectionLinks styles **************/

.oneColFixCtrHdr #sectionLinks{
	margin: 0px;
	padding: 0px;
	width: 180px;
}

.oneColFixCtrHdr #sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

.oneColFixCtrHdr #sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #081535;
	text-decoration: none;
}

.oneColFixCtrHdr #sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #F35549;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCCCCC;
	font-size: 60%;
	font-weight: bold;
}
.oneColFixCtrHdr #subscribeBox {
	height: 250px;
	width: 180px;
	margin-left: auto;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	padding-left: 0px;
	background-color: #F35549;
}
.oneColFixCtrHdr #subscribe {
	height: 250px;
	width: 170px;
	background-repeat: no-repeat;
	margin-left: 0px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.oneColFixCtrHdr #subscribeBox {
	height: 250px;
	width: 180px;
	margin-left: auto;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	padding-left: 0px;
	background-color: #F35549;
}
.oneColFixCtrHdr #subscribe {
	height: 250px;
	width: 170px;
	background-repeat: no-repeat;
	margin-left: 0px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}