hr {
	display: none;
}
body {
	margin: 0;
	background: #003755;
	font: .95em serif;
}
h1 {
	font-size: 1.3em;
}
h2, h3, h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .9em;
}
h2 {
	color: #063;
}
h6 {
	font-weight: normal;
}
blockquote {
	font-size: 1.2em;
	font-style: italic;
	color: #808080;
	font-weight: bold;
}
a {
	color: #0080FF;
	text-decoration: none;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #FFF;
}
.headlineHighlight {
	color: #092d4b;
}
#nav .site ul, #nav .global ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav {
	width: 175px;
	padding: 1em;
	background: #FFC;
	font: .8em "Trebuchet MS", "Century Gothic", sans-serif;
}
#nav .site h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom: 1px solid;
	color: #162C16;
	margin: 0;
	padding: 0;
}
#nav .site a {
	color: #363;
	text-decoration: none;
}
#nav .site a:hover {
	color: #000;
}
#nav .site ul {
	margin-bottom: 1.5em;
}
#footer {
	font-size: .9em;
	text-align: center;
	padding: 2em;
	background: #FFFFF0;
}
#footer p {
	margin: 0;
}
#header {
	height: 150px;
	background: #FFF url(images/tagline.gif) no-repeat 0 bottom;
}
#nav .global {
	font-size: .9em;
	position: absolute;
	top: 130px;
	right: 0;
	width: 20em;
}
#nav .global li {
	display: inline;
	padding-right: 1.5em;
}
#nav .global a {
	text-transform: uppercase;
	color: #FFF;
}
#nav .global a:hover {
	color: #FFC;
}
h3, h4, h5, h6 {
	margin: 0;
}
.photocredit {
	color: #999;
	font-size: 0.8em;
	padding-top: 1em;
}
@media print {
#nav {
	display: none;
}
#container {
	width: 100%;
}
}