﻿body
{
	font-family: Times New Roman;
	font-size: 10pt;
}

p
{
	padding-left: 1em;
	padding-right: 1em;
}

#map
{
	float: right;
	border: solid 1px blue;
	margin-left: 10px;
	padding: 5px 5px 5px 5px;
}

#main
{
	width: 75%;
	float: right; /* float:left;     margin-top: 0;     margin-right: 0; */
	border-left: solid 1px blue; /*    padding-top: 0;     padding-left:1em;     padding-right: 1em;     padding-bottom: 5px; */
	text-align: justify;
	background-color: #FFFFCC;
}
#col_left
{
	float: left; /*    margin-left: 0; */
	width: 20%; /*    margin-top: 0;     padding-top: 0;     padding-bottom: 5px; */
	text-align: left;
}
#col_right
{
	float: right;
	margin-right: 5px;
	width: 23%; /*   margin-top: 0;     padding-top: 0;     padding-bottom: 5px; */
	text-align: center;
}

#navsite ul
{
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
}
#navsite ul li
{
	list-style: none;
	margin: 0;
	display: inline;
}
#navsite ul li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}
#navsite ul li a:link
{
	color: #448;
}
#navsite ul li a:visited
{
	color: #667;
}
#navsite ul li a:link:hover, #navsite ul li a:visited:hover
{
	color: #000;
	background: #AAE;
	border-color: #227;
}
#navsite ul li a#current
{
	background: white;
	border-bottom: 1px solid white;
}


#footer_content ul
{
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
}
#footer_content ul li
{
	list-style: none;
	margin: 0;
	display: inline;
}
#footer_content ul li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}
#footer_content ul li a:link
{
	color: #448;
}
#footer_content ul li a:visited
{
	color: #667;
}
#footer_content ul li a:link:hover, #navsite ul li a:visited:hover
{
	color: #000;
	background: #AAE;
	border-color: #227;
}
#footer_content ul li a#current
{
	background: white;
	border-bottom: 1px solid white;
}

.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	border-bottom: solid 1px blue;
	font-family: Arial;
	font-style: italic;
	background-color: #eeeeee;
}
#header_img
{
	margin-left: 27%;
}

#footer
{
	clear: both;
	font-family: Tahoma;
	font-size: 8pt;
}

#footer_content
{
	background-color: #eeeeee;
	font-family: Arial;
	font-size: 8pt;
}

#copy
{
	background-color: #dddddd;
	text-align: right;
}

#photo_rotator
{
	border: solid blue 1px;
	text-align: left;
}

.hMain
{
	color: Blue;
	font-family: Arial;
	font-size: 14pt;
	padding-left: 1em;
}

.hTwo
{
	color: Blue;
	font-family: Arial;
	font-size: 12pt;
	padding-left: 1em;
}

.image
{
	padding-left: 1em;
}

.boilerplate
{
	background-color: #eeeeee;
	padding: 2px 3px 2px 3px;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
}

.headline
{
	padding-top: 2em;
	padding-bottom: 2em;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.subhead
{
	padding-bottom: 1em;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}
