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

#wrapper {
	text-align: center;
	padding: 0px;
	margin:0px;
	width: 1024px;
}
#onecolumn {
	text-align:left;
	padding-right: 50px;
	padding-left: 50px;
}
#column_left {
	text-align:left;
	width:425px;
	padding-right: 50px;
	padding-left: 50px;
	float: left;
}
#column_right {
	text-align:left;
	width:425px;
	padding-right: 50px;
	float: left;
}

#top {
	width:1024px;
	height:543;
	margin:0px;
	padding:0px;
}
.nav {
	width:220px;
	float:left;
	color:#012f00;
	text-align:right;
	font-size:16px;
	line-height:25px;
}
.pad5px {
	padding-right:5px;
}
.nav_shadow {
	width:50px;
	height:543px;
	float:left;
	background-image:url(images/topleft.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.navimage {
	width:506px;
	float: left;
	text-align:left;
}
.topright {
	width:248px;
	height:543px;
	float: right;
	text-align:left;
}
a.nav:link, a.nav:visited {
	text-decoration:none;
	color:#012f00;
}
a.nav:hover, a.nav:active {
	text-decoration:none;
	color:#FFFFFF;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #653302;
	background-image: url(images/bkg_grn.jpg);
	background-repeat: repeat-x;
	line-height: 20px;
	margin:0 auto;
	text-align: justify;
}

p{
	text-align: justify;
}
a:link, a:visited {
	color:#023002;
	text-decoration:underline;
}
a:hover, a:active {
	color: #3d722f;
	text-decoration:underline;
}
.firstparagraph {
	font-size:16px;
	line-height:24px;
}
.grn_text {
	color:#6f8f22;
}
.headline{
	color:#6f8f22;
	font-weight: bold;
	font-size:18px;
	text-align:left;
}
.boldhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.quote {
	text-align:center;
	color:#6f8f22;
	font-weight: bold;
}
.footer {
	font-size: 9px;
	color: #3d722f;
	text-align:center;
	height:200px;
}
a.footer:link, a.footer:visited {
	text-decoration:underline;
	color:#3d722f;
}
a.footer:hover, a.footer:active {
	text-decoration:underline;
	color:#003000;
}
.image_pad {
	padding: 15px;
}
.smalltext {
	font-size:11px;
}
