@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: #182E0A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #8CA446;
}
.oneColFixCtr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #8CA44A;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.home_bkgd {
	background-attachment: scroll;
	background-image: url(images/GreenLegacy_body_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.home_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 78px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.home_ital {
	font-style: italic;
}
.home_bold {
	font-weight: bold;
}
.copywrite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.view_bkgd {
	background-attachment: scroll;
	background-image: url(images/GL_view_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 14px;
	padding-left: 10px;
}
.content_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #8CA44A;
	border: thin solid #8CA44A;
	letter-spacing: 2px;
	margin: 0px;
	padding: 1px;
	line-height: 20px;
}
.nominate_bkgd {
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(images/GL_nominate_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #8CA44A;
	border-right-color: #8CA44A;
	border-bottom-color: #8CA44A;
	border-left-color: #8CA44A;
	font-weight: lighter;
	margin-bottom: 24px;
	padding-bottom: 2px;
	margin-top: 16px;
	color: #8CA44A;
}
.nominate_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 26px;
	margin: 12px;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
}
.order_bkgd {
	background-attachment: scroll;
	background-image: url(images/GL_order_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.order_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0px;
	margin: 18px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #360;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 18px;
}
