.style3 {color: #CC6600}
.style4 {color: #CC9900}
.style5 {color: #005500}


* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background:#FF6600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#666666;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 190%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 157%;
	font-size: 92%;
}

a:link {
	color: #005500;
	text-decoration:none;
}

a:visited {
	color:#666666;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
}

#header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#logo {
	float: left;
	width: 315px;
	
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}

#logo h1 a {
	font-weight: normal;
	font-size: 28px; 
	color: #3B3B3B;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: right;
	width: 450px;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 40px 6px 0 8px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 104%;
	color: #3B3B3B;
	line-height:98%;
	
}

#menu a:hover {
	color:#CC6600;
}

#splash {
	width: 770px;
	height: 190px;
	margin: 0 auto;
	background: url(images/hp_FarmScene.jpg) no-repeat;
	background-color:#FFFFFF;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 116%;
	font-weight: bold;
	color:#CC6600;
}

#page {
	width: 770px;
	height:565px;
	margin: 0 auto;
	background-color:#FFFFFF;
	
}

#page h1, #page h2 {
	margin-bottom: 20px;
}
#page li {
	margin: 0 0 2px 12px;
	padding: 0 0 2px 0;
	font-size:12px;
}

#content {
	float: left;
	width: 585px;
	
	padding: 10px;
	background-color:#FFFFFF;
	
}
#content_wide {
	float: left;
	width: 730px;
	
	padding: 20px;
	background-color:#FFFFFF;
}

#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: right;
	width: 140px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right:5px;
	padding-bottom:0px;
	background-color:#FFFFFF;
	overflow:visible;
	
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	line-height:120%;
	font-size:11px;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 20px;
	padding: 5px 8px 0px 5px;
	background: #005500 url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
	line-height:170%;
	background-color:#FFFFFF;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height:170%;
	font-size: 87%;
}

#legal {
	float: left;
}

#links {
	float: right;
}
#navigation_new {
	background-color:#CC9933;
	padding:10px;
	color:#FFFF66;
	text-align:center;
	font-stretch:expanded;
	
}
#breadcrumb {
	clear: both;
	width: 730px;
	height: 10px;
	color:#d0d0d0;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#breadcrumb a:link {
	color: ##005500;
	text-decoration:none;
}
	
.images {
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
}