body {
	background-color: #015367;
	font-size: 62.5%;
}

#top{
	background-color: #f8f870;
	margin: -10px -10px 20px;
	padding:5px 15px;
	font-family: "URW Palladio L", "Palatino Linotype", Palatino, serif;
	text-align: center;
	white-space: nowrap;
}
	
#main {
	width: 680px;
	/*max-width: 1040px;*/ 
	background-color: white;
	margin: auto;
	border-right: 3px solid #004252;
	border-bottom: 3px solid #004252;
	padding:5% 10%;
	text-align: left;
	font: 1.2em/150% "DejaVu Sans", Verdana, sans-serif;
	overflow: hidden;
}

#map1 {
	margin-left: 1.5em;
	float: right;
	width: 200px;
	height: 300px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

#map2 {
	margin: 1em 20px;
	width: 640px;
	height: 350px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

#map3 {
	margin: 1em 20px;
	width: 640px;
	height: 450px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

#map4 {
	margin-left: 1.5em;
	float: right;
	width: 350px;
	height: 200px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

#tag {
	margin: 20px 0 0 0;
	font: 1em/150% "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
}

a:link {
	color: #003300;
}
a:visited {
	color: #001a00;
}
a:hover {
	color: #009900;
}
a:active {
	color: #009900;
	font-size: 125%
}
h1, h2, h3, p {
	color: #001a00;
}

h1 {
	font-style: italic;
	font-size: 3.2em;
	line-height: 100%;
	padding: 0;
}
h2 {
	font-size: 2.4em;
	line-height: 5%;
	padding: 0;
}
h3 {
	line-height: 0;
	font-family: "URW Palladio L", "Palatino Linotype", Palatino, serif;
	font-size: 1.6em;
	white-space: nowrap;
	padding: 10px 0 0;
}

p.head {
	font-style: italic;
	font-size: 1.6em;
	}
p.nav {
	font-style: normal;
	font-size: 1.5em;
	letter-spacing: .13em;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}

.small {
	font-style: normal;
	font-size: .9em;
}

