body {
	background-image:url('images/back.gif');
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:10px 10px 10px 10px;
}
p,h1,h2,pre {
	margin:10px 10px 10px 10px;
}
h1,h2 {
	text-align: center;
}
h1 {
	letter-spacing: 3px;
	font-size: 26px;
}
a:link {
	color: blue;
	text-decoration: none;
	background-color: white;
}
a:visited {
	color: #660066;
	text-decoration: none;
	background-color: white;
}
a:hover {
	color: #009900;
	text-decoration: underline;
	background-color: white;
}
img {
	border: 0;
}
table {
	margin-left:auto;
	margin-right:auto;
	width: 550px;
	border-collapse: collapse;
}
td {
	text-align: center;
	vertical-align: middle;
}
form {
	text-align: center;
}
.indented {
	text-indent: 30px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.small {
	font-size: 8pt;
}
.border {
	border: 2px outset black;
}
.underline {
	text-decoration: underline;
}
.middle {
	vertical-align: middle;
}
div#container {
	text-align: left;
	margin: 0 auto;
	width: 860px;
	background-color: white;
	color: black;
	border: 1px solid #181833;
}
div#banner {
	height:80px;
	background: url('images/navback.png');
}
div#banner h1 {
	color: #ffffcc;
	background: url('images/header.png');
	background-repeat: repeat-x;
	background-color: #009900;
	font-size:36px;
	letter-spacing: 1px;
	padding:10px 10px 10px 10px;
	margin:0px;
}
div#nav {
	position: relative;
	float: left;
	width: 140px;
	display: inline;
}
div#nav a {
	color: #ffffcc;
	background-image:url('images/navback.png');
	background-repeat: repeat-y;
	background-color: #009900;
	display: block;
	padding: 4px 8px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	border-top: 1px solid gray;
}
div#nav a:hover {
	background: none;
	background-color: #a2ecb2;
	color: #009900;
}
div#nav p {
	color: #ffffcc;
	background-image:url('images/navback.png');
	background-repeat: repeat-y;
	background-color: #009900;
	display: block;
	padding: 4px 8px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	border-top: 1px solid gray;
}
div#nav img.navbottom {
	border-top: 1px solid gray;
}
div#content {
	float: left;
	width: 700px;
	margin-left: 10px;
	padding: 15px 0;
}
div#footer {
	background: url('images/navback.png');
	background-color: #009900;
	color: black;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	clear: both;
	text-align: center;
}
div#footer a {
	background: url('images/navback.png');
	background-color: #009900;
	color: #ffffcc;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
	color: #a2ecb2;
	background: url('images/navback.png');
	background-color: #009900;
}
div.features {
	padding: 10px 5px 10px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px groove black;
	color: blue;
	background-color: #ffff99;
	font-weight: bold;
}
div.left {
	text-align: center;
	float: left;
}
div.right {
	float: right;
	text-align: center;
}
div.c1 { 
	width: 220px;
}
div.c2 { 
	width: 470px;
}
div.block {
	background-color: white;
	color: black;
	border: 1px solid black;
	margin-top: 20px;
	text-align: left;
}
div.block_title {
	background: url('images/navback.png');
	background-color: #009900;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffcc;
	padding: 10px;
	text-align: left;
}
div.block_stamp {
	text-align: right;
	font-weight: bold;
	font-size: 8pt;
	color: black;
	background-color: white;
	padding: 10px;
}
div.newsheader {
	border-bottom: 2px solid black;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
table.ratestable {
	border: 3px solid black;
}
th.ratestoprow {
	border-bottom: 2px solid black;
}
.ratesleftcolumn {
	text-align: left;
	border-right: 2px solid black;
}
td.phototable {
	width: 235px;
	height: 160px;
}
td.phototext {
	padding: 20px;
}
table.eventstable {
	width: 600px;
	border: 3px solid black;
}
td.eventdate {
	text-align: left;
	border-bottom: 1px solid black;
	width: 150px;
	padding: 7px 5px 7px 5px;
}
td.eventdetails {
	text-align: left;
	border-bottom: 1px solid black;
	width: 450px;
	padding: 7px 5px 7px 5px;
}
td.hayride {
	padding: 15px 5px 15px 5px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
table.selectlist {
	border: 3px solid black;
	width: auto;
}
td.selecthead {
	font-weight: bold;
	border-bottom: 3px solid black;
	padding-left: 5px;
	padding-right: 5px;
}
td.selectrow {
	border-bottom: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
}
p.picture {
	margin: 5px 0px 5px 0px;
	text-align: center;
}
