body {
	font-family: Verdana, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background-color: #d7ffaf;
}
div#wrapper {
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/header.jpeg');
	background-repeat: no-repeat;
	background-color: white;
	padding-top: 115px;
	position: relative;
	border: 1px solid #832d2c;
}
div#content {
	padding-right: 30px;
	padding-left: 175px;
	color: #0060a7;
}
div.section {
	margin-left: 2em;
}
h1 {
	margin: 0;
	padding: 0;
	text-align: right;
	color: #7f2222;
}
h2, h3, h4, h5, h6, strong {
	font-family: Trebuchet MS, sans-serif;
	margin-bottom: 0;
}

h3 {
  display: block;
  border-bottom: #dce0f0 solid 1px;
}
h4 {
	font-size: 1.1em;
}
h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
dt {
	font-weight: bold;
}
address {
	text-align: right;
	color: #7f2222;
	font-size: 90%;
	font-family: Verdana;
	font-style: normal;
}
div.section {
	border-width: 1px;
	border-style: solid;
	padding: 0 1em;
	margin: 1em;
}
ul#menu {
	position: absolute;
	top: 120px;
	left: 12px;
	background-color: #e8edeb;
	border: 2px #832d2c solid;
	margin: 0;
	padding: 18px 0;
	/* IE5 box model hack */
	width: 129px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 125px;
}
html>body ul#menu {
	width: 125px;
}
ul#menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 1px solid #e8edeb;
}
ul#menu a {
	color: #1d523a;
	font-size: 100%;
	text-decoration: none;
	padding: 4px 15px;
	width: 95px;
	display: block;
	line-height: 1;
}
ul#menu a:hover {
	color: #e8edeb;
	background-color: #1d523a;
}
div#content a {
	color: #1d523a;
}
p.credits {
	text-align: right;
	font-size: 10px;
	margin: 0;
	margin-top: -16px;
	padding: 0 3px 3px 0;
	color: #ccc;
}
p.credits a {
	color: #ccc;
	text-decoration: none;
}
p.credits a:hover {
	color: #ccc;
	text-decoration: none;
}

.creditsblack
{
	background-color: #832d2c;
}

#nolist
{
	list-style: none;
}

#footerblank
{
	height: 30px;
	background-color: #000000;
}

div#wrapperblank {
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	position: relative;
	border: 1px solid #832d2c;
}
div#contentblank {
	padding-right: 10px;
	padding-left: 10px;
	color: #0060a7;
}

#contentblank h1
{
	text-align: center;
	color: black;
	font-size: 18px;
}

#contentblank h2
{
	text-align: center;
	color: black;
	font-size: 16px;
}

#contentblank h3
{
	text-align: center;
	color: black;
}

#contentblank h1.left
{
	text-align: left;
	color: black;
	font-size: 16px;
}
#contentblank ul
{
	color: black;
	list-style: square;
}

#contentblank ol
{
	color: black;
}

#contentblank p
{
	color: black;
}

