/* CSS Document */

body {
background-color: black;
font-family: arial;
font-size: 12px;
margin:0;
}

.quote {
font-family: arial;
font-size: 12px;
font-style: italic;
padding-left: 40px;
color: #281B17;
}

a {
	font-size: 9px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #322802;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.header {
background-image: url(images/banner.gif);
background-repeat: no-repeat;
width: 750px;
height: 206px;
}

.topcontent {
background-image: url(images/topcontent.gif);
background-repeat: no-repeat;
height: 31px;
border-bottom: 1px dotted #000;
}

.content {
background-image: url(images/content.gif);
background-repeat: repeat-y;
width: 750px;
padding: 0px 0px 0px 12px;
}

.pageheader {
font-family: arial;
font-size: 16px;
font-weight: bold;
}

.navheader {
font-size:11px;
font-weight: bold;
}

.divider {
border-right: 1px dotted #000;
}

.footer {
border-top: 1px dotted #000;
background-image: url(images/content.gif);
background-repeat: repeat-y;
width: 750px;
font-size:12px;
text-align: center:
}

.contenttext {font-size: 12px}

<style type="text/css">
<!--
a {
	font-size: 9px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #322802;
}
a:active {
	text-decoration: none;
	color: #000000;
}
-->
</style>
