#pagecontainer {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pageback.png);
}

#footer {
	height: 50px;
	clear: both;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}

#textureback {
	background-image: url(../images/farm_texture-back.jpg);
	background-repeat: repeat-y;
}




/*Sub Naviagtion Styles*/	


#subnav {
	text-decoration: none;
	float: left;
	width: 200px;
	padding-top: 30px;
}
#textarea {
	float: right;
	color: #FFF;
	margin-top: 30px;
	padding-right: 40px;
	width: 650px;
}
.introcopy {
	font-size: 14px;
	font-weight: bold;
}
#navside {
	float: right;
	width: 41px;
}
#leftcol {
	width: 265px;
	float: left;
}


#subnav li {
	display: block;
	padding-right: 0px;
	font-size: 14px;
	color: #FFF;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #89CA4A;
	text-align: right;
	line-height: 40px;
}
#subnav ul {
	padding: 0px;
	margin: 0px;
}
#subnav li a {
	text-decoration: none;
	color: #FFF;
}
#subnav li a:hover {
	text-decoration: none;
	display: inline;
	color: #89CA4A;
	background-color: none;

}



/*Type Styles*/	


h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px 0px 10px;
	font-weight: bold;
	line-height: 35px;
	color: #81CA4A;
}
h2 {
	font-size: 17px;
	line-height: 26px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: normal;
	color: #89CA4A;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	color: #89CA4A;
}

h4 {
	font-size: 19px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
}
h5 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #218FDA;
	line-height: 25px;
}

#maincol {
	float: left;
	width: 370px;
}
#rightcol {
	float: right;
	width: 255px;
	font-size: 12px;
	line-height: 16px;
}



a:link {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	color: color: #89CA4A;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #FFF;
}