@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtrHdr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
}
.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.sidebartext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #000;
	text-align: left;
}

.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 */
	text-align: center;
}.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000;
	text-align: left;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #000;
	text-align: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.boxtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8.5pt;
	line-height: 9.5pt;
	color: #000;
	text-align: left;
	
	
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #004000;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #004000;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #D56A2A;
	text-align: left;
	text-decoration: none;
}
.sidebartextsmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #A50;
	text-align: left;
	font-style: italic;
}
.sidebartextbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 11px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.headingmain {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	line-height: 18pt;
	font-weight: bold;
	color: #36552D;
	text-align: left;
}
.headingsub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 15pt;
	font-weight: bold;
	color: #000;
	text-align: left;
	top: 0pt;
}
.headingmainsub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 17pt;
	font-weight: bold;
	color: #9F7A0B;
	text-align: left;
	margin-top: 22px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	color: #900;
	font-family: Arial;
	font-size: 14pt;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.red {
	color: #900;
}
.mainarea {
	margin-right: 18px;
	margin-top: 5px;
}
.oneColFixCtrHdr #container #mainContent table tr td .mainarea ol li .bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #container #mainContent table tr td .mainarea .bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #container #mainContent table tr td .mainarea p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #container #mainContent table tr td .mainarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

