@charset "UTF-8";
body {
	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: #030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CBFFCC;
	background-image: url(../images/trees.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtrHdr #container {
	width: 680px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CBFFCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 190px;
}
.oneColFixCtrHdr #header {
	text-align: center;
	padding-top: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 25px;
	border: 1px solid #800;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #800;
	border-bottom-color: #800;
	border-left-color: #800;
}
.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;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #800;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: italic;
	color: #800;
	font-weight: normal;
}
.fltleft {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
}
.fltright {
	float: right;
	padding-left: 10px;
	padding-top: 15px;
	clear: both;
}
h3 {
	color: #030;
	background-color: #EEE;
	border: 2px dashed #800;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px;
	padding: 10px;
	line-height: 24px;
	font-size: 120%;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}
h4 {
	color: #030;
	background-color: #EEE;
	border: 2px dashed #800;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px;
	padding: 10px;
	width: 250px;
	line-height: 24px;
}
