body,html {
	background-color: #00a0c6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
div#centra {
	display: block;
	width: 794px;
	margin: auto;
	position: relative;
}
div#header {
	background-image: url(images/mapheader.gif);
	background-repeat: no-repeat;
	width: 794px;
	height: 77px;
}
div#content {
	border: 2px solid #000000;
	border-top: none;
	width: 774px;
	margin-left: 16px
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
table.map {
	background-color: #CCECF4;
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
}
table.map th,  td {
	border: 1px solid #000000;
	padding: 5px;
	width: 10%;
	text-align: left;
	vertical-align: top;
}
table.map  td.home {
	background-color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
table.map  td.home a {
	color: #FFFFFF;
}
table.map  td.home a:hover {
	color: #FFFFFF;
}
table.map th {
	font-size: 12px;
	background-color: #B22222;
	color: #FFFFFF;
}
div#footer {
	text-align: center;
	font-size: 10px;
	color: #000000;
	margin-top: 5px;
}
div#footer a {
	text-decoration: none;
	color: #000000;
}
div#footer a:hover {
	text-decoration: underline;
}
