﻿<style type="text/css">
<!--
body {
	color: #000;
	background-color: #ffffff;
	margin: 20px;
	padding: 0;
	font-size: 0.8em;
	font-family: verdana, arial, helvetica, sans-serif;
}
h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	color: #800000;
	font-size: 2.5em;
}
h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	color: #800000;
	font-size: 2.2em;
}
h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	color: #800000;
	font-size: 1.9em;
}
h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	color: #800000;
	font-size: 1.5em;
}
h5 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	color: #800000;
	font-size: 1.2em;
}
h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	color: #800000;
	font-size: 0.9em;
}
p {
	font-family: verdana, arial, helvetica, sans-serif; 
	line-height: 1.1em;
	margin: 0 0 16px 0;
	padding: 0;
}
.content>p {
  margin: 0;
}
/*
.content>p+p {
  text-indent: 30px;
}
*/
a {
	color: #5f8ea9;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
}
a:visited {
	color: #C00000;
	text-decoration: underline;
}
a:link {
	color: #800000;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.hotlinktable {
	border-style: solid;
	border-width: 1px;
}
.hotlinkcells {
	text-align: left;
	width: 200px;
}
.hotlinkback {
	text-align: left;
	width: 200px;
	font-size: x-small;
}
.href_no_link {
	color: #800000;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/*a {
  color: #04b;
  font-weight: 600;
  text-decoration: underline;
}*/

/* All the content boxes belong to the content class. */
.content {
	position: absolute; 
	height: 575px;
	top: 175px;
	width: auto;
	left: 175px;
	right: 5px;
	min-width: 120px;
	overflow: auto;
	/*margin: 10px 10px 10px 10px;*/
	margin-right: 120px;
	border: 1px solid black;
	background-color: white;
	padding: 10px;
	z-index: 1;
}

/* Styles for Masthead */
#masthead {
	position: absolute;
	/*width: 630px;*/
	height: 95px;
	top: 5px;
	right: 5px;
	left: 67px;
	text-align: center;
	/*border: 1px dashed black;*/
	color: maroon;
	background-color: #C0C0C0;
	/*padding: 5px;*/
	z-index: 1;
}
#masthead p {
	position: absolute;
	text-align: center;
	font-size: 2.5em;
	/*margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	z-index: 1;*/
}
#masthead_img {
	position: absolute;
	width: 66px;
	top: 5px;
	left: 5px;
	/*border: 1px dashed black;*/
	background-color: #C0C0C0;
	z-index: 1;*/
}

/* Styles for Search Banner */
#search {
	position: absolute;
	height: 75px;
	/*width:auto;*/
	top: 100px;
	right: 5px;
	left: 5px;
	/*float: right; */
	/*font-size: 2.5em;*/
	/*text-align: center;*/
	/*border: 1px dashed black;*/
	color: maroon;
	background-color: #ffffff;
	/*padding: 10px;*/
	z-index: 1;
}

/* Styles for Navigation */
#navleft {
	position: absolute;
	overflow: auto;
	height: 600px;
	width: 160px;
	top: 175px;
	left: 5px;
	font-size: 0.9em;
	/*border: 1px dashed black;*/
	background-color: #ffffff;
	padding-left: 10px;
	z-index: 2;
}
#navleft ul {
	list-style-type: none;
}
#navleft li {
	border: 1px solid #cdf;
}
#navleft a {
	font-weight: bold;
	text-decoration: underline;
	color: #393939;
	border-bottom: 1px solid #f9f9f9;
}
#navleft a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}

#navright {
  position: absolute;
  width: 120px;
  top: 175px;
  right: 5px;
  /*border: 1px dashed black;*/
  /*background-color: #eee;*/
  /*padding: 10px;*/
  z-index: 1;
}

/* Styles for Footer */
#navbottom {
	position: absolute; /*min-width: 250px;*/;
	top: 775px;
	right: 5px;
	left: 5px; /*border: 1px dashed black;*/;
	background-color: #C0C0C0;
	z-index: 1;
}

#navbottom p {
	color: #808080;
	font-size: 0.8em;
	text-align: center;
	margin: 10px;
	padding: 2px;
}
#navbottom a {
	color: #5f8ea9;
	text-decoration: underline;
}
#navbottom a:hover {
	color: #33627d;
	text-decoration: none;
}
.addresses {
	width: 100%;
	padding-left: 2px;
	border: 2px solid #0000FF;
	font-size: small;
}
.addresses td {
	vertical-align: top;
	color: #800000;
	border: 1px solid #0000FF;
}

-->
</style>
