@charset "UTF-8";
body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
h2 {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #9F7E26;
	text-align: center;
}
h3 {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #9F7E26;
	text-align: left;
	text-indent: 10px;
}
.headertextgreen {
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	color: #336633;
	text-decoration: none;
}
.oneColElsCtr #container {
	width: 54em;
	background: #FFFFFF;
	margin: 20px auto 0;
	text-align: left;
	border: 1px solid #336633;
	padding-bottom: 12px;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1 {
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	color: #336633;
}
.footer {
	font-size: 0.85em;
	color: #999999;
	text-align: center;
	background-position: center;
	line-height: 18px;
}
.greentext {
	color: #336633;
}

