
body {
	background: url(manhole.gif);
	font-family: Times, Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	overflow: hidden;
	width: 760px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	border-right: 2px solid;
	border-left: 2px solid;
	text-align: left;
}

#applink {
	width: 195px;
	float: right;
	text-align: center;
	border-left: 2px solid green;
	border-top: 2px solid green;
	border-bottom: 2px solid green;
	background color: white;
	margin-bottom: 5px;
}

ul#navlist {
	float: left;
	width: 120px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid;
	border-top: 1px solid;
	background: url(greenbackground.jpg) repeat-y left top;
}

#nav a:visited {
	background-color: #33CC33;
}

#nav a:hover {
	background-color: #33FF33;
}

#nav a {
	display: block;
	font-size: .9em;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0px;
	color: black;
	border-bottom: 1px solid;
	text-align: center;
}

#main {
	margin-left: 130px;
	margin-right: 197px;
	text-align: left;
	font-size: 1.0em;
}

#mapone {
	width: 150px;
	float: left;
	margin-top: -75px;
}

#mapone a {
	display: block;
	margin-bottom: 8px;
}

#maptwo {
	width: 150px;
	float: right;
	margin-top: -75px;
	margin-right: 50px;
}

#maptwo a {
	display: block;
	margin-bottom: 8px;
}

#mapone p {
	font-weight: bold;
	margin-bottom: -15px;
}

#maptwo p {
	font-weight: bold;
	margin-bottom: -15px;
}

ul.maplist {
	list-style-type: none;
}

ul.maptwolist {
	list-style-type: none;
}

#main h1 {
	text-align: center;
}

#main h2 {
	text-align: center;
}

#main h2 a:link {
	color: green;
}

#bottom {
	clear: right;
} 

#legal {
	font-size: .7em;
	text-align: center;
	clear: right;
}

#form {
	font-size: .9em;
	font-weight: bold;
}

#form .label {
	float: left;
	width: 130px;
	margin-right: 10px;
	text-align: right;
}

#form .subscribe {
	margin-left: 140px;
}

#logos {
	width: 160px;
	float: right;
	text-align: center;
	border-left: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	background-color: white;
	clear: right;
}

#survey {
	float: right;
	clear: right;
}

#secondary {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

.answer {
	text-indent: 2em;
}

