body {
	background-color: #266D44;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #1C1B1B;
	margin: 0px 0px 0px 0px;
}
#header {
	background: white;
}
#toolbar {
	background: white;
	border-top: solid 1px black;
	border-top: solid 1px black;
}

#search-tab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

#footer {
	background-image: url(images/footer_repeat.jpg);
	background-repeat: repeat-x;
	background-position: 0 -1;
	background-color: #0a301b;
	border-top: solid 1px black;
	color: white;
}
#footer a {
	color: white;
}
#middle {
	background: white;
}
#map {
	background: white;
}
#control-panel {
	border-left: solid 2px black;
}
#zoomto-boxes {
	position: absolute;
	left: 575px;
	top: 79px;
	z-index: 900;
}
#scale-jumper {
	position: absolute;
	left: 757px;
	top: 79px;
	z-index: 900;
}

