@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;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #487717;
	background-image: url(/layout/layout_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	background-image: url(/slideimages/slide14.jpg);
	background-repeat: no-repeat;
	height: 237px;
	width: 960px;
}
#header h1 {
	position: absolute;
	top: -100px;
}
#nav {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
 a {
 	color:#0066CC;
	text-decoration:none;
	}
	
 a:hover {
	color:#009999;
	text-decoration:none;
	}
/*
#nav {
	background-image: url(/layout/nav.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width: 960px;
}
#navlinks {
	font-size: 11px;
	text-align: center;
	color: #FFE01C;
	padding-top: 15px;
}
#navlinks a {
	color: #FFE01C;
	text-decoration: none;
}
#navlinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
*/
#footer {
	background-image: url(/layout/footer.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 960px;
}
#maincontent {
	text-align: left;
	color: #666666;
	font-size: 13px;
}
#btmlinks {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 10px;
	color: #FFFFFF;
}
#copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
	color: #EEFFB9;
	font-size: 12px;
}
.style1 {
	font-size: 10px;
}
#copyright a {
	text-decoration: none;
	color: #FFE01C;
}
#copyright a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#moduleLeft {
	width: 180px;
	margin-left: 25px;
	margin-top: 15px;
}
#moduleRight {
	width: 200px;
	margin-left: 15px;
	margin-top: 10px;
}
#newsarea {
	text-align: left;
	border: thin solid #726B00;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
#newsarea_grainnews {
	text-align: left;
	border: thin solid #2CA708;
	background-color: #FFFFFF;
	padding: 5px;
}
#newsarea a, #newsarea_grainnews a {
	color: #0066FF;
	text-decoration: underline;
}
#newsarea a:hover, #newsarea_grainnews a:hover {
	color: #0099CC;
	text-decoration: none;
}

.stylesmallfont {font-size:10px;}#maincontent h1 {
	color: #87B900;
}
#maincontent h2 {
	color: #007881;
}

#btmlinks a {
	color: #FFFFFF;
	text-decoration: none;
}
#btmlinks a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.linkbg {
	background-color: #568105;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
	font-size: 12px;
}
.floatleft {
	float: left;
	padding-right: 10px;
}