body {
	font-size: 14px;
	font-family:Arial;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	margin: 0px;
	height: 100%;
	width: 100%;
	overflow: auto;
}
* html #container
{
	height: 100%;
}
#container{
	position:relative;
	min-height:100%;
}
#header{
	background-color: #000000;
	height: 50px;
	text-align:right;
	color:#FFFFFF;
	padding-right:35px;
}
#body{
	width: 100%;
}
#image{
	float:right;
	font-size:9px;
	text-align:center;
	font-weight:bold;
	margin:4px;
}
#nav{
	font-size: 12px;
	text-align: right;
	color: #FFFFFF;
	width: 208px;
	float: left;
	clear:both;
	padding: 75px 0px 50px 0px;
}
#content{
	min-width:540px;
	padding: 0px 20px 50px 5px;
	margin-left: 208px;
	padding: 0px 20px 50px 5px;
}
#footer {
	position:relative;
	height: 50px;
	background-color: #000000;
	width: 100%;
	margin-top:-50px;
	clear:both;
}
#logo {
	position: absolute;
	top: 3px;
	left: 3px;
	clear: none;
	
}
#quickSearch{
	padding:4px;
	text-align:center;
	background-image:url(/images/tblHeader.gif);
	background-repeat:repeat-x;
	background-color:#A00D00;
	color: #FFFFFF;
	font-weight:bold;
	border: 1px solid black;
	margin: 40px 3px 40px 48px;
	font-size:14px;
}
#header a{
	text-decoration:none;
	color:#FFFFFF;
}
#nav a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 21px;
	font-weight: bold;
}
#nav p{
	margin-right:5px;
}
li {
	margin-top: .5em;
}
a.visited {
	color: green;
	text-decoration: none;
	font-weight: bold;
}  
a.standard {
	color: red;
	text-decoration: none;
	font-weight: bold;
}  
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold
}
.mapSmall{
	border:1px solid black;
	float:right;
	height:175px;
	width:225px;
	clear:none;
}
.centerAlign{
	text-align:center;
}
.heading3{
	font-size:16px;
	font-weight:bold;
}