body {
	background-color: #ffffff; 
	color: black;
	font-size: 100%; 
	font-family: verdana, helvetica, sans-serif;
	margin: 0px; 
}

a {
	color: #333399;
	font-weight: bold;
}

a:visited {
	color: #333366;
}

a:active, a:hover, a:focus {
	color: black;
	text-decoration: underline;
}

.bigfont {
	font-weight: bold;
	font-size: 125%;
}

.news {
	font-weight: bold;
}

.tableborder {
	border: black 1px solid;
}

.tableborder2 {
	background-color: #d8d3e7;
	border:  black 1px solid;
}

.text {
	font-weight: normal;
}

.title {
	font-weight: bold;
	font-size: 115%;
}

#pagetitle { 
	text-align: center; 
	font-size: 150%; 
	margin: 1em;
}

#alphabet, #pagelinks {
	text-align: center; 
	margin: 1em;
}

label {
	font-weight: bold;
}

#sort {
	text-align: center; 
	margin: 1em;
}

#profile #sort {
	text-align: right;
}

.sectionheader {
	text-align: center; 
	font-weight: bold;
}

#titleblock {
	margin: 0 10%; 
	border: 1px solid black; 
}

#tabs {
	padding: 0;
	margin: 0;
	clear: both;
	border-top: 3px double black;
	border-bottom: 3px double black;
}

#tabs div{
	width: 33%;
	float: left;
	color: black;
	text-align: center;
	background: #cccccc;
	font-size: 90%;
}

#tabs #centertab {
	background: transparent;
	border-right: 3px double black;
	border-left: 3px double black;
	width: 98%;
}

#tabs a { color: black; }
#tabs a:active, a:hover { text-decoration: none; color: #555; }

#tabs #active { background: #555; width: 34%; color: #fff; }
#tabs #active a { color: #fff; }
#tabs #active a:active, a:hover { text-decoration: none; color: #555; }

/* formatting for the divs for series and stories.  */
.listbox { margin: 0 5%; border: 2px solid #900; margin-bottom: 1em; background: #fff; background-position: 0 5px;}
.listbox .title { font-weight: bold; padding: 4px; color: #900; border-bottom: 3px double #900;}
.listbox .title a:link { color: #900; text-decoration: underline;}
.listbox .title a:visited { color: #c66; text-decoration: underline;}
.listbox .title a:hover { color: #900; text-decoration: underline overline; }
.listbox .content { padding: 5px; padding-top: 10px; padding-bottom: 10px;}
.listbox .tail, .listbox .respond { border-top: 3px double #900;}
.listbox .classfication { font-weight: bold; }
/* end listbox formatting. */

div#header {
	background: white;
}

div#logo {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

div#header div#logo img, div#header div#logo img a {
	border: none;
}

div#menu {
	float: left;
	margin-right: 1.5em;
	border-right: 2px solid #333366;
	border-bottom: 2px solid #333366;
	padding-right: 2em;
	margin-top: -1em;
	display: table-cell;
	white-space: nowrap;
}

div#mainpage {
	display: table;
}

div#index {
	display: table-cell;
	vertical-align: top;
}

.center {
	text-align: center;
}

#footer {
	margin-top: 1.5em;
	border-top: 2px solid #333366;
	padding: 1em;
	text-align: center;
}

.biotitle, .biocontent {
	display: block;
}

.block {
	margin: 2em 1em;
	border: 2px solid #333366;
}

.welcome {
	margin: 0 1em;
}

.block .content {
	padding: .5em 1em;
}

.block .title {
	text-align: center;
	color: white;
	background: #333366;
	font-size: 150%;
}

#story {
	margin-top: 1.5em;
}


#splash {
	width: 750px;
	margin: 2em auto;
	text-align: center;
}

.recentstory {
	margin: 1em 0;
}
