* {
	font-size: 1em;
}

/* MAIN STRUCTURE */
div#content {
	background: #FFF;
}
p#copyright {
	background: #EEE;
	border-color: #DDD;
	font-size: 0.8em;
}

/* TOP SECTION */
	/* LOGO */
	div#top h1 {
		background-color: #FFF;
		border-color: #597580;
	}
	div#top h1 a:hover {
		background: none;
		color: #C70D00;
	}
	
	/* NAVIGATION */
	div#top ul {
		background: #E7F0F4;
		border-color: #597580;
	}
	div#top ul li a {
		background: #E7F0F4;
		border-color: #FFF;
		color: #000;
		font-size: 0.9em;
		text-decoration: none;
	}
	div#top ul li#selected a {
		background: #7AA0AF;
		color: #FFF;
	}
	div#top ul li a:hover {
		background: #CFDFE6;
	}
/* END TOP SECTION */

/* LINKS */
a {
	color: #C70D00;
}
a:hover {
	background: #C70D00;
	color: #FFF;
	text-decoration: none;
}
a.external {
	background: transparent url(../images/layout/external_link.png) no-repeat right -10px;
	padding-right: 14px;
}
a.external:hover {
	background: #C70D00 url(../images/layout/external_link.png) no-repeat right 2px;
	padding-right: 14px;
}

/* CONTENT */
div#content h2 {
	text-transform: uppercase;
}
div#content em {
	background: #FFFFC6;
	font-style: normal;
}
div#content small.map {
	font-size: 0.8em;
}