body {
	margin: 0;
	padding: 0;
	background-color: #804040;

	font-family: helvetica, arial, sans-serif;
	font-size: 62.5%;
	color: black;
}

a img { border: 0; }


a, a:link, a:visited {
	color: #bf0000;
}

h1 {
	color: #bf0000;
}

h2 {
	color: #bf0000;
}

h3 {
	color: #bf0000;
	margin-bottom: -1em;
}

h4 {
	color: #800000;
	margin-bottom: -1em;
}

#container {
	border: 4px outset #800000;
	width: 680px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}

#header {
	text-align: center;
}

#header a,
#header a:link,
#header a:visited {
	color: #bf0000;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
}

#header small {
	color: black;
	font-weight: bold;
	font-size: 1em;
}

ul#nav {
	margin: 1.5em 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

ul#nav li {
	display: inline;
	padding: 0 10px;
}

ul#nav li a,
ul#nav li a:link,
ul#nav li a:visited {
	color: #bf0000;
	text-decoration: none;
	font-family: Arial Narrow, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
}

#folder {
	background-color: #800000;
	color: #c0c0c0;
	padding: 5px;
	font-style: italic;
	font-size: 1.8em;
	text-align: center;
}

td.head {
	background-color: #800000;
	width: 45%;
	text-align: center;
	font-style: italic;
	font-size: 1.8em;
	color: #c0c0c0;
}

#content {
	padding: 10px 15px;
	font-size: 1.3em;
	line-height: 1.8em;
}

#footer {
	text-align: center;
}

#footer strong {
	font-size: 2.4em;
	font-weight: bold;
	color: #bf0000;
}

#footer #bottomnav {
	color: #bf0000;
	font-size: 1.2em;
	margin: 1em 0;
}

#footer #bottomnav a, #footer #bottomnav a:link, #footer #bottomnav a:visited {
	color: #bf0000;
}

#footer .hr {
	font-size: 4px;
	height: 4px;
	background-color: #000000;
}

address {
	margin: 1em 0;
	font-style: normal;
	line-height: 1.8em;
	font-size: 1.2em;
}

.email {
	font-size: 1.2em;
	text-align:center;
	margin: 0.5em auto;
}