* {
	margin:0;
	padding:0;
}
body {
	font-family:tahoma,arial,sans-serif;
	font-size:76%;
	padding: 20px 0;
}
img {
	border: none;
}
a:link {
	color: #2A3A2F;
}
a:hover, a:visited {
	color: #587260;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 5px;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 3px;
}
h3 {
	font-size: 1.1em;
	margin-bottom: 3px;
}
ul {
	padding-left: 2em;
}
#head, #menu, #foot {
	position: relative;
	width: 820px;
	margin: auto;
	clear: both;
}
/* #0D9EA1 */
#head {
	width: 810px;
	background: #2A3A2F;
	padding: 4px 5px 5px 5px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	background: #FFF;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 1em;
	border: 1px solid #2A3A2F;
}
#menu li a:link, a:visited {
	color: #2A3A2F;
}
#menu li a:active, a:hover {
	color: #587260;
}
#menu li.active {
	background: #2A3A2F;
}
#menu li.active a {
	color: #FFF;
	text-decoration: none;
}
#content {
	width: 810px;
	margin: auto;
	padding: 10px 0 0 0;
}
.content-body {
	margin-right: 160px;
}
.content-body p {
	margin-bottom: 1em;
}
.content-body ul {
	margin-bottom: 1em;
}
.catchment-map, .page-image {
	float: left;
	margin: 5px 20px 15px 0;
	border: 1px solid #2A3A2F;
}
.catchment-map {
	border: none;
}
#breadcrumbs {
	margin-bottom: 1em;
	text-transform: uppercase;
}
#map-link {
	float: right;
	padding: 5px;
	border: 1px solid #2A3A2F;
	width: 141px;
}
#map-link p {
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
}
#foot {
	margin-top: 4em;
	border-top: 1px solid #2A3A2F;
	height: 100px;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}
#foot img {
	float: left;
	padding: 2px;
	margin-right: 5px;
}
