body {
	font-size: 76%;
	font-family: verdana,arial,helvetica,sans-serif;
	text-align: center;
	background: #fff;
	line-height: 1.4;
}

a {
	color: #249;
	font-weight: bold;
}

a:hover {
	color: #48f;
}

h1 {
	font-family: georgia, serif;
	font-size: 300%;
	font-weight: normal;
	color: #a62;
	margin: .5em 0 0;
}

h2 {
	font-family: trebuchet ms, tahoma, verdana, sans-serif;
	font-size: 110%;
	color: #454;
	margin: 0 0 1em;
	font-style: italic;
}

h3 {
	color: #562;
	font-size: 110%;
	font-family: trebuchet ms, tahoma, verdana, sans-serif;
	margin: 0;
}

#page {
	width: 780px;
	margin: 20px auto;
	background: #fff;
	text-align: left;
}

#header {
	padding: 10px;
}

#navigation {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #cd9;
	border-bottom: 1px solid #ab7;
	border-top: 1px solid #ab7;
	height: 1.7em;
	padding: 0.5em 0.5em 0;
}

#navigation li {
	display: inline;
	padding: 0 10px;
	margin: 0;
}

#navigation li a {
	display: inline-block;
	vertical-align: text-top;
	padding: 0 2px;
	font-family: georgia, serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom: 1px solid #aaa;
	line-height: 1.2em;
}

#navigation li a:hover {
	background: #dea;
	color: #555;
	border-bottom-width: .4em;
	border-bottom-color: #9a7;
}

.column {
	float: left;
	padding: 0 20px 50px;
}

#sidebar {
	width: 175px;
	padding-top: 2.6em;
	border-left: 1px solid #ccc;
	margin-left: -1px;
}

#sidebar h3 {
	border-bottom: 1px solid #ddd;
	margin: 0;
}

#sidebar p {
	margin: 0.4em 0 1.2em;
}

#main_column {
	width: 520px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}

#map_images {
	text-align: center;
	margin-top: 2em;
}

#footer {
	clear: both;
	text-align: center;
	padding: 10px 5px;
	font-size: 90%;
	border-top: 3px double #ccc;
	font-style: italic;
	font-family: georgia, serif;
}

blockquote {
	margin: 1em auto 2em;
	width: 300px;
	padding: 0.8em 0.8em 1em;
	font-style: italic;
	font-family: georgia, serif;
	background: #e9e7e0;
	border: 3px double #aaa;
}

blockquote strong.citation {
	font-style: normal;
	display: block;
	text-align: center;
	margin-top: 1em;
	font-size: 130%;
	color: #b97;
}