body {
	color: black;
	text-decoration: none;
	font: Georgia, "Times New Roman", Times, serif;
	vertical-align: top;
	font-size: 12px;
	background: #9999FF;
}

a:link {
font-family: Georgia, "Times New Roman", Times, serif;
color: #066;
text-decoration: none;
}

a:visited {
font-family: Georgia, "Times New Roman", Times, serif;
color: #666;
text-decoration: none;
	background: inherit;
}

a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
color: #000;
text-decoration: none;
background-color: inherit;
}

a:active {
font-family: Georgia, "Times New Roman", Times, serif;
color: #000;
text-decoration: none;
background-color: inherit;
text-decoration: underline;
}

h1 {
	color: white;
	font-size: 18pt;
	font-weight: bold;
	line-height: 10pt;
	
}

h2 {
	color: white;
	font-size: 16pt;
	line-height: 12pt;
	font-weight: bold;
}

.text {
	text-align: left;
	color: white;
	margin-right: .5em;
	font: normal normal 10pt/13pt Arial, Verdana, Helvetica, sans-serif;
}

.textblack {
	text-align: left;
	color: black;
	margin-right: .5em;
	font: normal normal 10pt/13pt Arial, Verdana, Helvetica, sans-serif;
}

.links {
	text-align: left;
	color: black;
	margin-right: .5em;
	font: normal normal 12pt/14pt Arial, Verdana, Helvetica, sans-serif;
}

.textctr {
	text-align: center;
	color: white;
	margin-right: .5em;
	font: normal normal 10pt/13pt Arial, Verdana, Helvetica, sans-serif;
}

.headline {
	font: bold 20pt/20pt Arial, Verdana, Helvetica, sans-serif;
	margin: auto;
	text-align: center;
	color: white;
}

.headlight {
	font: bold 14pt/146pt Arial, Verdana, Helvetica, sans-serif;
	margin: auto;
	text-align: left;
	color: #8eb394;
}

.headblack {
	font: bold 14pt/14pt Arial, Verdana, Helvetica, sans-serif;
	margin: auto;
	text-align: left;
	color: black;
}

.subhead {
	text-align: left;
	text-decoration: none;
	margin: .5em;
	color: #8eb394;
	font: 12pt/14pt Arial, Verdana, Helvetica, sans-serif;
}

.subblack {
	text-align: left;
	text-decoration: none;
	margin: .5em;
	color: black;
	font: normal 12pt/14pt Arial, Verdana, Helvetica, sans-serif;
}

.subwhite {
	text-align: left;
	text-decoration: none;
	margin: .5em;
	color: white;
	font: normal 12pt/14pt Arial, Verdana, Helvetica, sans-serif;
}

.subblackleft {
	text-align: left;
	text-decoration: none;
	color: black;
	font: 12pt/14pt Arial, Verdana, Helvetica, sans-serif;
}

.description {
	text-align: left;
	text-decoration: none;
	margin: .5em;
	font-style: normal;
	color: black;
	line-height: 12pt;
	font-size: 10pt;
}

.emphasis {
	margin: auto;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: black;
}

.featextra {
	font: bold 8pt/normal Arial, Verdana, Helvetica, sans-serif;
	margin: auto;
	text-decoration: none;
	letter-spacing: .125em;
	color: #8eb394;
	padding-left: 1em;
	text-align: left;
}

.highbox {
	font: 8pt/normal Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	background: transparent;
	margin: auto;
	padding: .5em;
	border: 1px solid white;
	color: white;
}

.footer {
	font: normal 8pt/normal Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	margin: auto;
}

.footextra {
	font: 900 italic 8pt/normal Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	margin: auto;
	color: black;
}

ul.menu {
	margin-left: 10px;
	padding: 0;
	list-style: none;
	width: 150px;
	background-color: #030;
	}

ul li.menuitem {
	position: relative;
	}

li ul.submenu {
	position: absolute;
	left: 149px;
	width: 230px;
	top: 0;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 6;
	}

ul li a.menuitema {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 6px 5px 6px 10px;
	background: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	
	}
	
	a.menuitema:hover {
		color:#FFFFFF;
		text-decoration:none;
		padding-left: 5px;
		border-left: 5px solid #E7EA5F;
		}
li:hover ul.submenu { display: block; }

.townnav {font-size: 14px;
	text-decoration: underline;}

#townnav {text-align: center;}

.towntitle {font-size: 16px;
	padding: 40px 0px 10px 6px;
	border-bottom: 1px solid #CCC;
	font-weight: bolder;
	letter-spacing: 1px;}
	
.floatr {float: right;}

.title {font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	)