body {
background-color: #FFFFFF;
color: black;
font-family: Helvetica, Arial, sans-serif;
}

.mainsection {
background-color: #FFFFFF;
clear: left;
}

a img {
border-style: none;
}

a:link {
color: #555599; 
}

a:visited {
color: #555599;
}

a:hover {
color: #dd0000;
}

a:active {
color: #dd0000;
}

.banner {
text-align: center;
background-color: #FFFFFF;
}

.bannertitle {
text-align: center;
background-color: #FFFFFF;
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: #666666;
	text-decoration: none;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 14em;
	left: -999em;
	background: #FFFFFF;
	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: #b0b0b0;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.mainwelcome {
color: #cc0000;
text-align: center;
font-size: 28;
margin-top: 20;
margin-bottom: 20;
}

.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: 15;
font-weight: bold;
}

.storychapter {
font-size: 20;
font-weight: bold;
}

.story {
font-family: Verdana, Geneva, Times New Roman, Helvetica, Arial, sans-serif;
font-size: 10;
color: #666666;

}

.para {
font-family: Verdana, Geneva, Times New Roman, Helvetica, Arial, sans-serif;
text-indent: 1.5em;
font-size: 14;
}

.pagenav {
font-size: 12;
text-align: center;
}

.pagenav a {
padding-right: .5em;
padding-left: .5em;
}

.footer {
font-family: Helvetica, Arial, sans-serif;
color: #b0b0ff;
}