@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(/images/pagebg.png) repeat;
	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;
}

img {
	border: none;
}

a:link,a:active {
	color: #062301;
}

a:visited {
	color: #333333;
}

.oneColFixCtrHdr #container {
	width: 814px;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left;
	/* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	height: 73px;
	background: url(/images/topheader.png) no-repeat;
	margin: 0;
}

.oneColFixCtrHdr 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 #tallbanner,#banner {
	vertical-align: middle;
	padding: 0px;
	background: url(/images/tallheaderbg.png) no-repeat;
}
.oneColFixCtrHdr #tallbanner,#banner img {
	margin: 0px auto;
}

.oneColFixCtrHdr #tallbanner {
	padding: 5px 0px 0px 0px;
	height: 183px;
}

.oneColFixCtrHdr #menuBar {
	height: 37px;
	padding: 12px 0px 0px 40px;
	margin: 0;
	vertical-align: middle;
	background: url(/images/menubar.png) no-repeat;
	color: #333333;
	font-size: 11px;
	letter-spacing: 1.5px;
}

.oneColFixCtrHdr #menuBar b {
	color: #062301;
	background-color: #CCCCCC;
	padding:2px;
}

.nav {
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li {
	width: auto;
	margin: 0 0;
	display: inline;
	padding: 0 0.1em;
}

.nav a {
	font-weight: bold;
	text-decoration: none;
	color: #365331;
}

.nav a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #mainContent {
	padding: 20px 40px 20px 40px;
	margin: 0;
	min-height: 200px;
	background: url(/images/maincontainerbg.png) repeat-y;
}

.oneColFixCtrHdr .noline {
	background: url(/images/maincontainerbg_noline.png) repeat-y;
}

.oneColFixCtrHdr #mainContent h3.question {
	background: url(/images/questionmark.png) top left no-repeat;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	overflow: visible;
}

.oneColFixCtrHdr #mainContent p.answer {
	margin-top: 0px;
	margin-left: 30px;
}

.oneColFixCtrHdr #mainContent .icon {
	margin: 10px 10px 10px 10px;
	font-size: 10px;
}

.oneColFixCtrHdr #mainContent img {
	margin: 5px 5px 5px 5px;
}

.oneColFixCtrHdr #mainContent img.header {
	margin: 5px 5px 5px 0px;
}

.oneColFixCtrHdr #mainContent .titleclear
{
	margin-top: 10px;
	clear: both;
	background: #DDDDDD;
}

.oneColFixCtrHdr #mainContent #newsBar {
	float: right;
	height: 100%;
	width: 200px;
	margin-right: 20px;
}

.oneColFixCtrHdr #mainContent .newsItem {
	padding: 0px 0px 6px 0px;
	margin-top: 8px;
	font-size: 9px;
	line-height: 15px;
}

.oneColFixCtrHdr #mainContent .newsText {
	float: left;
	margin: 0;
	width: 180px;
}

.oneColFixCtrHdr #mainContent .newsClear {
	background: url(/images/newsdivider.png) bottom left no-repeat;
	clear: both;
	width: 220px;
	height: 8px;
	float: none;
}

.oneColFixCtrHdr #mainContent .newsItem .header {
	font-weight: bold;
	line-height: 17px;
}

.oneColFixCtrHdr #mainContent .newsItem img {
	display: block;
	margin-right: 6px;
	margin-top: 0px;
	padding-top: 2px;
}



.oneColFixCtrHdr #mainContent #pageContent {
	margin-right: 280px;
}

.oneColFixCtrHdr #mainContent p,li {
	margin-bottom: 1em;
	text-align: justify;
	font-size: 10px;
	line-height: 16px;
}

.oneColFixCtrHdr #mainContent dl {
	font-size: 10px;
}

.oneColFixCtrHdr #mainContent dl dt {
	font-weight: bold;
}

.oneColFixCtrHdr #mainContent h1 {
	margin-bottom: 0.5em;
	font-size: 18px;
}

.oneColFixCtrHdr #mainContent h2 {
	margin-bottom: 0.5em;
	font-size: 13px;
}

.oneColFixCtrHdr #mainContent h3 {
	margin-bottom: 0.5em;
	font-size: 11px;
}

.oneColFixCtrHdr #mainContent #pageContent .inset {
	margin-left: 1em;
}

.oneColFixCtrHdr #mainContent #pageContent .leftFloat {
	float: left;
	margin-right: 10px;
}

.oneColFixCtrHdr #mainContent #safetyFloater {
	clear: both;
}

.oneColFixCtrHdr #footer {
	clear: both;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #AAAAAA;
	font-size: 10px;
}

.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
