@charset "UTF-8";
#wrapper {
	text-align: left;
	border: 7px solid #CC0000;
	width: 800px;
	padding: 0px;
	background-color: #003366;
	margin: auto;
}
#body {
	background-color: 003366;
	margin: auto;
}
#wrapper {
	margin: auto;
	float: none;
	width: 800px;
}
#map {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	background-color: #FF0000;
	height: 28px;
}
#logo {
	height: 71px;
	margin-bottom: 12px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#navigation a:hover {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	background-color: #FF0000;
	display: block;
	width: 200px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	height: 20px;
}

