.style1 {
	font-size: 9%;
}
.stylef01 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #FFF;
	background-image: url(../Images/gradient_home_green1.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 60em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	background-image: url(../Images/mid5.jpg);
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
	background-color: #125E1E;
}
.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;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(../Images/mid5.jpg);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.styleh01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #135D20;
	font-weight: bold;
}
.styleb01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: lighter;
}
.styleh02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #125E1E;
	font-weight: bold;
	line-height: normal;
}
