body {
	background-color: #FFFFFF;
	background-image: url(images/blackbanner.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
}
p {
	font-size: 1em;
}
#maincontent {
	width: 800px;
	margin-top: 24px;
	margin-left: 50px;
}
a:link {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #CC0033;
}
a:active {
	font-weight: bold;
	color: #CC0000;
}
a:visited {
	font-weight: bold;
	color: #663399;
}
ol {
	font-size: 12px;
}
ul {
	font-size: 12px;
}
table {
	font-size: 12px;
}
h1 {
	font-size: 28px;
	font-style: italic;
	font-weight: lighter;
	color: #660000;
}
h2 {
	font-size: 18px;
	font-weight: lighter;
	color: #990000;
}
h3 {
	font-size: 18px;
	font-weight: lighter;
	color: #990000;
}
#banner {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 100%;
}

.sixteen {
	font-size: large;
}
.navigation {
	font-size: 12px;
	font-variant: small-caps;
	color: #EEEEEE;
	background-color: #8F6C6C;
	padding: 2px;
	text-align: center;
	margin: 0px;
	width: 100%;
}
.navigation a:visited {
	color: #CCCCCC;
	background-color: #8F6C6C;
	text-decoration: none;
}.navigation a:link {
	color: #eeeeee;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #CC9999;
	color: #333333;
	text-decoration: none;
}
li {
	margin-bottom: 6px;
	list-style-type: none;
	text-indent: -30pt;
	margin-left: 30px;
}
#copyright {
	font-size: .6em;
	margin: 2px;
	padding: 4px;
	border-top: 1px solid #999999;
}.tiny {
	font-size: .7em;
}
