@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f6efd1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
#header {
	height: 160px;
	background-image: url(../images/grass_bkgd.jpg);
	background-repeat: repeat-x;
}
#banner {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 160px;
	background-image: url(../images/banner_image.jpg);
	text-align: right;
	position: relative;
}
#nav {
	height: 30px;
	width: 498px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#nav ul {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 30px;
	background-color: #73560c;
}
#nav ul li {
	width: auto;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav ul li a  {
	color: #f6efd1;
	text-decoration: none;
	background-color: #73560c;
	margin: 0px;
	display: inline;
	height: 30px;
	padding: 5px 7px 7px;
	line-height: 26px;
}
#nav ul li a:hover {
	color: #FFF;
	background-color: #453409;
}
#content {
	background-image: url(../images/grad.jpg);
	background-repeat: repeat-x;
}
#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#rightCol {
	float: right;
	width: 170px;
	vertical-align: top;
	margin-top: 65px;
	background-image: url(../images/right_col_image.jpg);
	background-repeat: no-repeat;
	height: auto;
	text-align: center;
}
#leftCol {
	float: left;
	width: 702px;
	vertical-align: top;
}
#leftCol a {
	color: #548E16;
	text-decoration: underline;
}
#footer {
	clear: both;
	background-image: url(../images/footer_grass.jpg);
	background-repeat: repeat-x;
	height: 69px;
	bottom: 0px;
}
#homeLeft {
	float: left;
	width: 330px;
}
#homeRight {
	float: right;
	width: 330px;
}
.bold {
	font-weight: bold;
}
.boldGreen {
	color: #548E16;
	font-weight: bold;
}
.boldBrown {
	font-weight: bold;
	color: #725612;
}
#navFooter {
	clear: both;
	color: #725612;
	font-size: 10px;
}
#navFooter a {
	font-weight: bold;
	color: #725612;
	text-decoration: none;
}
#navFooter a:hover {
	font-weight: bold;
	color: #725612;
	text-decoration: underline;
}
hr {
	color: #725612;
}
h1 {
	color: #548E16;
	font-size: 25px;
}
h2 {
	font-size: 18px;
	color: #548E16;
}
h3 {
	font-size: 14px;
	color: #725612;
	margin-top: 40px;
}
h4 {
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
}
#subheader {
	background: url(../images/large_tag.jpg) no-repeat;
	height: 65px;
	margin: 0px;
	padding: 0px;
}
.disclaimer {
	font-weight: normal;
	color: #725612;
	font-size: 9px;
	font-style: italic;
}
.boldWhite {
	font-weight: bold;
	color: #FFF;
}
.imageright {
	margin-bottom: 20px;
	margin-left: 20px;
}
.imageleft {
	margin-right: 20px;
	margin-bottom: 20px;
}

