* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	color: #000;
	font: 0.8em Verdana, Arial,Geneva,Helvetica, sans-serif;
	background: #fff;
}
h1 {
	font-size: 2.2em;
	color: #d40032;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	color: #498677;
	font-size: 1.2em;
	
}
p, h1, h2, #nav, #map {
	margin: 12px 0 12px 32px;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #498677;
	font-weight: bold;
}
a:hover {
	color: #d40032;
}
small {
	font-size: 0.8em;
}
sup {
	font-size: 0.8em;
}
ol {
	margin-left: 66px;
	font-size: 0.9em;
}
img {
	border: 0;
}
#site {
	margin: 0 auto;
	padding-bottom: 32px;
	width: 760px;
	/*min-height: 99%;*/
}
* html #site {
	/*height: 99%;*/
}
#nav ul li {
	float: left;
	list-style: none;
	margin-right: 32px;
}
.clearfloat {
	height: 1px;
	overflow: hidden;
	clear: both;
}
.tr1 {
	background: #498677;
	color: #fff;
}
td {
	padding: 4px;
}
.top {
	display: none;
}
