@charset "utf-8";
/* CSS Document */
*{ margin: 0; padding: 0; white-space: normal; }
body {
	color: #555555;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	background-color: #4d771c;
	background-image: url(../images/back2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
a:link { text-decoration: underline; color: #0066CC; }
a:visited { text-decoration: underline; color: #0066CC; }
a:active { text-decoration: underline; color: #0066CC; }
a:hover { text-decoration: none; color: #0066CC; }

#pagewrap {
	width: 950px;
	margin: 0 auto 0; 
	float: none;
	background-image: url(../images/banner1.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#banner {
	float: left;
	width: 950px;
	height: 155px;
}
#mainbody { width: 950px; float: left; background: top no-repeat url(../images/banner1a.jpg) #3f6b0c; }
#leftcol {
	width: 190px;
	float: left;
	height: 339px;
}
#centrecol {
	width: 530px;
	float: left;
	padding: 10px 20px 20px 20px; /* top right btm left */
}
#rightcol {
	width: 190px;
	float: left;
	padding-top: 30px;
}
#fullrightcol {
	width: 760px;
	float: left; /* top right btm left */
	margin-top: 16px;
	background-color: #ffffd6;
}
#footer {
	float: right;
	width: 942px; /* 950px-padding */
	margin: 0px 0px 35px;
	padding: 4px;
	border-top: solid 10px #3f6b0c;
	background-color: #abbe7d;
}
#footer img { padding: 0; }
#footerleft {
	float: left;
	width: 344px;
}
#footercentre { float: left; width: 244px; text-align: center; }
#footerright {
	float: right;
	width: 344px;
	text-align: right;
}