* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 120%;
	color: #bababa;
	background-color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding-bottom:5px;
}

h1 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: .2em;
	font-weight: bold;
	color: #890505;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: normal;
	font-weight: normal;
	color: #ffffff;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
	color: #bababa;
}

a {
	color: #890505;
	font-weight: bold;
}

a:hover {
	color: #890505;
}

ul {
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
	line-height: normal;
	font-weight: normal;
}

li {
	padding-top: 5px;
}

img.border {
	border: 1px solid #bababa;
}

.highlight {
	color: #890505;
	font-weight: bold;
}

.stdtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #002f7f;
	line-height: normal;
}


/* Home Page */

#hometable {
	margin: 0 auto;
	width: 850px;
}

#header {
	width: 850px;
	height: 200px;
	margin: 0 auto;
	background-color: #000;
}

#navtable {
	width: 850px;
	margin: 0 auto;
	background-color: #000;
}

#navtable td {
	border-bottom: 2px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#topnav {
	width: 600px;
	margin: 0 auto;
}

#topnav td {
	border: 1px solid #fff;
/*	
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
*/	
}


/* Content */

#pagehead {
	margin: 0 auto;
	width: 800px;
}

#content {
	margin: 0 auto;
	width: 800px;
}

#content td {
	margin: 0 auto;
	padding: 10px 30px 0px 30px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 120%;
}

.title {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
	letter-spacing: 110%;
}

.formText {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-weight: normal;
	line-height:normal;
}

.contactinfo {
	font:15px Arial, Helvetica, sans-serif;
	color:#362f2d;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 1px;
}

.req {
	font:12px Arial, Helvetica, sans-serif;
	color:#84272a;
	line-height:normal;
}

.footnote {
	font:12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-style: italic;
	font-weight:normal;
	line-height:normal;
}

.footnote {
	font:12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-style: italic;
	font-weight:normal;
	line-height:normal;
}


/* Footer */

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

#bottomnav {
	margin: 0;
	padding: 25px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

#bottomnav a {
	color: #fff;
	text-decoration: none;
}

#bottomnav a:hover {
	color: #990000;
	text-decoration: none;
}


/* Feed */

.item {
	color: #bababa;
}

.postline {
	clear: both;
	width: 100%;
	size: 2px;
	color: #ffffff;
	margin-top:10px;
}


/* Map */

#map {
	border: 1px solid #000;
}

.mapinstruct {
	font-size: 12px; 
	color: #336633; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding-bottom:10px;
}

a.mapinfo {
	font-size: 12px; 
  color: #336633;
  font-weight: bold;
	text-decoration: underline;
}

a.mapinfo:hover {
  color: #993300;
}

