* { margin: 0; padding: 0 }
body {
	font: 12pt/18pt 'Times New Roman', serif;
	background: #fff5c9;
}
h1 {
	background: #800000;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font: bold 15pt/22pt 'Times New Roman', serif;
	padding: 0.25em 0 0.75em 0;
}
h1 span {
	display: block;
	font-size: 150%;
	color: #FFFFDD;
}
#sitenav {
	display: block;
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	margin: 0; padding: 0;
	background: #800000;
	border: 1px solid black;
	border-width: 1px 0 1px 0;
}
#sitenav a:link, #sitenav a:visited, #sitenav a:hover, #sitenav a:active {
	color: #FABF78;
	font-weight: bold;
	font-size: 14pt;
	line-height: 1.75em;
	text-decoration: none;
}
#sitenav li {
	width: 33%;
	float: left;
	text-align: center;
	border-left: 1px solid black;
}
#content {
	background: #fff5c9;
}
#content h3 {
	margin: 1.5em 0 0.5em 0; 
}
p.asterisk {
	text-align: center;
	text-indent: 0;
}
blockquote {
	margin: 0.5em 1em 0.5em 2em;
}
p {
	margin: 0.5em 0 0.5em 0;
}
#footer {
	margin-top: 0.5em;
	padding: 0.5em;
	border-top: 1px solid #555;
	clear: both;
}
#footer p.copyright {
	text-align: center;
}