﻿body {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url('images/bg.gif');
	cursor: url("images/deer1.cur");

}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #579384;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #579384;
}
a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #AED1FA;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #B0D6E8;
}
.directions {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	padding-right: 60px;
	padding-left: 60px;
}
.menuheader {
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	padding: 2px;
	color: #FFFFFF;
}
.text {
	padding: 20px;
	text-align: justify;
	vertical-align: top;
	width: 50%;
}
.bodytable {
	background-color: #FFFEF0;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 3px double #000000;
	border-collapse: collapse;
}
