body {
	background: #fff;
	border-top: 3px solid #0e4c8f;
	color: rgb(34, 34, 34);
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0 auto;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#footer {
	color: rgb(136, 136, 136);
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 4em auto 1em auto;
	text-align: center;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: rgb(136, 136, 136);
	text-decoration: none;
}

.underline {
	border-bottom: 10px solid #70292F;
}

.billboard {
	margin-bottom: 10px;
}

h1 {
	font-family: Times, 'Times New Roman', Georgia, serif;
	font-size: 34px;
	font-weight: bold;
	color: rgb(68, 68, 68);
	letter-spacing: -2px;
}

h2 {
	font-family: Times, 'Times New Roman', Georgia, serif;
	font-size: 32px;
	font-weight: bold;
	color: rgb(68, 68, 68);
	letter-spacing: -2px;
}

h3 {
	font-family: 'Gill Sans', Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: rgb(68, 68, 68);
	letter-spacing: 2px;
	text-transform: uppercase;
}

hr {
	margin: 3em auto;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #b3b3b3;
	width: 80%;
}

p {
	font-weight: normal;
	line-height: 1.4em;
}

.meta {
	font-weight: bold;
}

.summary {
	margin-right: 20px;
}

a, a:link, a:visited, a:hover {
	color: #0e4c8f;
	text-decoration: underline;
}