body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	font-weight : normal;
	text-align: center;
	color:#000000;
	padding-top: 10px;
	margin: 0px;
	background-color : #FFFFFF;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
p {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
a {
	color: #036cae;
	text-decoration: none;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size : 1.5em;
	color: #036cae;
	padding-top: 5px;
}
h2 {
	font-size : 1.4em;
	padding-top: 5px;
}
h3 {
	font-size : 0.8em;
	color: #036cae;
}
img {
	border: 0px;
}
#header {
	margin-top:10px;
	text-align: left;
	height: 50px;
	background-color: #ffffff;
	float: left;
}
#contact {
	float: right;
	/*font-weight: bold;*/
	text-align: left;
}
#nav {
	clear: both;
	float: left;
	width: 750px;
	text-align: left;
	position: relative;
	left: 0px;
	margin-bottom: 5px;
	background-image: url(/images/nav_highlight.gif);
	background-position:0px -30px;
	background-repeat: repeat-x;
	background-color: #cccccc;
	border-top: 1px solid #434542;
	border-bottom: 1px solid #434540;
}
#nav ul li a {
	font-size: 1em;
	text-decoration: none;
	min-width: 2em;
	padding-left:10px;
	padding-right:10px;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: #ffffff;
	float: left;
	display: block;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	float: right;
}
#nav li {
	font-size: 1em;
	text-decoration: none;
	height: 2em;
	line-height: 2em;
	text-align: center;
	list-style: none;
	float: left;
	display: block;
	background-image: url(/images/nav_highlight.gif);
	background-position:0px -30px;
	background-repeat: repeat-x;
	border-right: 1px solid #000000;
	border-left: 1px solid #72C4EA;
	background-color: #CCCCCC;/*opacity: .9;
	filter: alpha(opacity=90);*/
}
#nav ul li a:hover {
	font-size: 1em;
	text-decoration: none;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: #ffffff;
	float: left;
	display: block;
	background-image: url(/images/nav_highlight.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	background-color: #0033CC;/*opacity: 1;
	filter: alpha(opacity=100);*/
}
.on a {
	font-size: 1em;
	text-decoration: none;
	height: 2em;
	line-height: 2em;
	text-align: center;
	list-style: none;
	float: left;
	color: #ffffff;
	background-image: url(/images/nav_highlight.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	background-color: #0033CC;
}
#nav ul li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
	display: none;               /* hides child menu blocks - one of the most important declarations */
	position: absolute;          /* make child blocks hover without leaving space for them */
	top: 2.5em;                    /* position slightly lower than the parent menu item */
	left: 0px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
	background-color:#000000;
	font-size: 0.8em;
	width:750px;
	border: 0px;
}
#nav ul li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
	display: block;              /* makes the child block visible - one of the most important declarations */
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#nav ul li ul li {
	border: 0px;
}
#nav ul li ul li a {
	text-decoration: none;
	width: 20em;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	border: 0px;
	background-color:#000000;
	color: #ffffff;
	float: left;
	display: block;
}
#nav ul li ul li a:hover {
	text-decoration:underline;
	background-image:none;
	background-color:#000000;
	color: #036cae;
}
#homebanner {
	clear: both;
	width: 750px;
	height:175px;
	margin: auto;
	background-color: #ffffff;
	background-position: top right;
	background-repeat: no-repeat;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#updates {
	float: right;
	width: 140px;
	padding:20px;
	text-align: center;
	font-size:0.8em;
	border-left: 1px solid #000000;
}
#updates h2 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 1.4em;
}
#updates img {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#indexcontent {
	text-align: left;
	width: 550px;
	float:left;
}
#mapcontent {
	text-align: left;
	width: 750px;
	float:left;
}
#indexcontent a {
	/*font-weight: bold;*/
	color: #036cae;
	text-decoration: none;
}
#indexcontent a:hover {
	text-decoration: underline;
}
#content {
	clear: both;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
#footer {
	clear: both;
	padding: 20px 30px 10px 0px;
	text-align: left;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.5em;
}
#footer a {
	text-decoration: none;
	color: #036cae;
}
#footer a:hover {
	text-decoration: underline;
}
#footer li {
	list-style: none;
	padding-right: 5px;
	float: left;
}
#footer ul {
	padding: 0px;
	margin: 0px;
}
.copyright {
	float: right;
	line-height: 1.5em;
}

.dash {
	clear: both;
	border-bottom:1px dashed #036cae;
}
#top {
	position:absolute;
	display:block;
	top:0px;
	left:0px;
}
#page {
	position:absolute;
	display:block;
	top:87px;
	left:0px;
	width: 750px;
}
#container {
	position: relative;
	width: 750px;
	display: block;
	margin: 0px auto;
}
