﻿body {
	background-color:#000000;
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 52.5%;
	color: #333;
}

h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
}

h1{
	font-size:275%;
	border-bottom:2px solid #000000;
}

#navlist {
	list-style-type: none;
}

p {
	font-size: small;
	line-height: 1.4em;
}

#wrap {
	margin: 0 auto;
	margin-Bottom: 0px;
	padding: 10px;
	width: 795px;
	background: #000000;
	border: 10px solid #FFFF00;
}
#header {
	height: 179px;
}

#header img {
	width: 795px;
	height: 150px;
}

#nav {
	width: 795px;
	height: 55px;
	font-size: 1.4em;
	font-weight:bolder;
	background-color:#FFFF00;
	color:blue;
}

/* IE users need this rule to avoid the stair-step effect */
#nav li {
	display: inline;
	/*color: black;*/
}

/* This link rules gives the nav a block effect */
#nav li a {
	float:left;
	width: 88px;
	height: 40px;
	padding: 15px 5px 0 5px;
	color:black;
	text-decoration: none;
	border-right: 1px solid #777;
}

#nav li a.active {
	background-color:#F90;
}

#content {
	background-color:#FFFFCC;
	font-size:105%;
	padding:10px 10px 10px 10px;
	margin:5% 10% 5% 10%;

}


#content img{
	float: right;
}

#contentlist {
	padding-left:30px;
	font-size:small;
}

#links{
	text-align:center;
}

#address {
	background-color:#FFFFCC;
	text-align:center;
	margin: 0% 20% 0% 20%;

}


#footer {
	border-top: 1px solid #ccc;
	background-color:#FFFF00;
	width: 795px;
}

#footer p {
	padding: 10px;
	text-align: center;
}


.indented{
	text-indent:30pt;
}
.indent{
padding-left:20pt;
}
#survey{
	margin: 0% 0% 0% 0%;
	text-align:justify;
	font-size:small;
}
#contact_us{
	margin: 0% 0% 0% 0%;
	text-align:justify;
	font-size:small;
}
#right{
	float: right; 
	width: 40%; 
	padding-bottom: 0px;
	padding-right:5px;
	margin: 0px;
}
#left{
	float: left; 
	width: 43%; 
	padding: 0px; 
	margin: 0px;
	background-color:#FFFFFF;
}
.clearfloat{
	height: 0; 
	clear: both;
}
.home li{
	font-size:large;
	list-style-type:none;
}

blockquote{
	font-size:small;
}