@charset "UTF-8";
.grass {
	background-image: url(../images/grass.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.welcome_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #5f8645;
}
.h1 {
	font-size: 18px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.picture_border {
	border: 1px solid #E1E1E1;
}
a.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.green_headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #5f8645;
}
.red_headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #b01519;
}
.black_headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
}
.bold_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
}
a.red:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B01519;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
}
a.red:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B01519;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
}
a.red:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
a.red:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B01519;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
}
.banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

