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

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: #000000;
	background-image: url(i/green.jpg);
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 100%;
	background-color: #A8C0AB;
}
.oneColElsCtr #container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D7D6F;
}
.oneColElsCtr #Toplinks {
	padding: 8px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	background-image: url(i/grn_field10.jpg);
}
.oneColElsCtr #TopPix {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
}
.oneColElsCtr #botbar {
	margin-top: 0px;
	background-color: #A879A9;
	height: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.oneColElsCtr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	background-image: url(../../piximg/grn_field10.jpg);
	background-color: #487A1F;
}
.oneColElsCtr #homeContent {
	margin-top: 0px;
	background-image: url(i/grn_field10.jpg);
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 80px;
	background-repeat: no-repeat;
	background-color: #4D8312;
}
.homeCopy {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}
h1 {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 32px;
	color: #FFFFFF;
	font-weight: bold;
}
.h1 {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 32px;
	color: #FFFFFF;
	font-weight: bold;
}
.h2 {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}
.homelinks {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	color: #006600;
	text-decoration: none;

}

.whitelinks {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelinks:hover {
	color: #000033;
	text-decoration: none;
}

a:hover {

	text-decoration: underline;
} 
.insideCopy {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}
