body {
background-color: #000000;
background-image: url(bg.jpg);
background-repeat: repeat;
color: #ffffff;
font-family: Helvetica, Arial, sans-serif;
}

.mainsection {
background-color: #000000;
clear: left;
}

a img {
border-style: none;
}

a:link {
color: #6080c0; 
}

a:visited {
color: #555599;
}

a:hover {
color: #dd0000;
}

a:active {
color: #dd0000;
}

.banner {
text-align: center;
background-color: #000000;
}

.bannertitle {
text-align: center;
background-color: #000000;
font-size: 32;
}

#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
text-align: left;
}

#nav a {
	display: block;
	padding: 8;
	font-weight: bold;
	color: #6080c0;
	text-decoration: none;
}

#nav a:hover {
	color: #dd0000;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 14em;
	left: -999em;
	background: #282828;
	font-size: 12;
	border-style: solid;
	border-width: 1;
	border-color: black;
}

#nav li ul li {
	width: 14em;
}

#nav li ul li:hover, #nav li ul li.sfhover {
	background-color: #404040;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.newsheadline {
font-weight: bold;
}

.newsitem {
font-family: Verdana, Geneva, Times New Roman, Helvetica, Arial, sans-serif;
font-size: 16;
margin-left: 16px;
margin-right: 32px;
}

.sectionheader {
font-size: 20;
font-weight: bold;
}

.storychapter {
font-size: 20;
font-weight: bold;
}

.story {
font-family: Verdana, Geneva, Times New Roman, Helvetica, Arial, sans-serif;
font-size: 16;
text-indent: 1.5em;
margin-left: 8px;
margin-right: 32px;
}

.para {
text-indent: 1.5em;
}

.pagenav {
font-size: 12;
text-align: center;
}

.pagenav a {
padding-right: .5em;
padding-left: .5em;
}

.footer {
font-family: Helvetica, Arial, sans-serif;
font-size: 14;
color: #ffffff;
}
