@charset "utf-8";
/* CSS Document */

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;
	background-image: url(../_media/background.gif);
	background-color: #cfcfcf;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 860px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFFF
`;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	;
	font-size: medium;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: small;
	color: #9BCD4B;
}


.oneColFixCtrHdr #mainContent ul {
	color: #666666;
	font-size: small;
}
.oneColFixCtrHdr #mainContent li {
	padding-top: 5px;
	padding-bottom: 5px;
}



.oneColFixCtrHdr #footer {
	padding: 0 0px 0 0px;
}
.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 */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: smaller;
}
.oneColFixCtrHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: smaller;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent p {
	padding: 0px;
	font-size: 14px;
}
.oneColFixCtrHdr #mainContent a {
	color: #7DB32E;
}
.oneColFixCtrHdr #mainContent a:hover {
	color: #003300;
}
.oneColFixCtrHdr #mainContent a:visited {
	color: #003300;
}
.oneColFixCtrHdr #mainContent h1 {
	color: #59881B;
	font-size: medium;
	font-weight: bold;
	border-bottom: 1px solid #CCCFCE;
	border-top: 1px solid #CCCFCE;
	padding-top: 3px;
	padding-bottom: 3px;
}


.RightColumn {
	font-size: small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
.RightColumn a {
	color: #92C83E;
}
