html, body, div, p, ol, ul, li, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
/*	line-height: 1;*/
	background-image: url(/images/body_bkgrd.png);
	background-repeat: repeat-x;
	background-color: #270d08;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #006700;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 15px;
}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
a, a:link {
	color: #018f01;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #018f01;
}
a:hover {
	color: #a53722;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #a53722;
}
a img {
	border: none;
	outline: none;
}
.clearfloat {
	clear: both;
}
#footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
#footerWebDesigner {
	font-size: 11px;
	color: #828282;
	padding-bottom: 6px;
	padding-top: 4px;
}
#footerWebDesigner a:link {
	color: #828282;
}
#footerWebDesigner a:hover {
	font-size: 11px;
	color: #a53722;
}
#headerContainer {
	position: absolute;
	height: 197px;
	width: 960px;
	background-image: url(/images/evergreen_header2.png);
	background-repeat: no-repeat;
	background-position: 8px top;
	top: -10px;
}
#headerImageContainer {
	margin-left: 8px;
	position: relative;
	height: 192px;
	width: 939px;
}
#headerLogo {
	position: absolute;
	left: 0px;
	top: 5px;
}
#mainContainer {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
#navContainer {
	position: absolute;
	height: 25px;
	width: 840px;
	right: 5px;
	bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pageBackground {
	position: relative;
	background-image: url(/images/page_bkgrd.jpg);
	background-repeat: repeat;
	padding-top: 197px;
	border: 2px solid #fff;
}
#pageContents {
	position: relative;
	width: auto;
	padding-bottom: 8px;
	padding-right: 40px;
	padding-left: 50px;
}
.roundCorners{
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.separator {
	color: #fff;
	background-color: #fff;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
	height: 3px;
	border: 0px;
}
.shadow {
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}
.swapImage {}
ul#cssmw { /* Align the main menu to the right; the float gets erased in menu.css when the menu is edited */
	float: right;
}
