/* pboz styles upon styles */

html
{
	height: 100%;
}

body
{
	/* main page */
	margin: 0px;
	background-image: url(images/bg_dark2.gif);
	height: 100%;
}

body.storybackground
{
	/* pages that use the storyback2.gif background */
	background-image: url(images/storyback2.gif);
}

h1
{
	font-family: Verdana;
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
	font-weight: bold;
}

h3
{
	/* news header */
	font-family: Verdana;
	font-size: 14px;
	line-height: 18px;
	margin-top: 20px;
	font-weight: bold;
}

h3.red
{
	color: #FF0000;
}

h4
{
	font-family: Verdana;
	font-size: 14px;
	line-height: 18px;
	margin-top: 20px;
	font-weight: bold;
}

p
{
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
}

p.small
{
	font-size: 9px;
	line-height: 14px;
}

a:hover
{
	color: #ffcc00;
}

a:link
{
	color: #0033CC;
}

a:visited
{
	color: #0033CC;
}

#navigation
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	background-color: #0033CC;
	text-align: right;
	padding: 2px 10px 2px 2px;
	background-image: url(images/descender2.gif);
	background-repeat: no-repeat;
}

#navigation a:link

{
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}


#navigation a:hover
{
	color: #FFCC00;
	text-decoration: none;
}

.mainCell
{
	width: 385px;
	padding: 15px;
	background-image: url(images/rockets.jpg);
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #666666;

}

.rightCell
{
	width: 386px;
	padding: 15px;
	background-color: #CCCCCC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.copyCell
{
	background-color: #999999;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.headerImage
{
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}

.volumeBar
{
	font-family: Verdana;
	font-size: 10px;
	color: #660000;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	margin-bottom: 10px;
}

#mainNavigation
{
	width: 757px;
	background-color: #0033CC;
	display: block;
	padding: 2px 10px 2px 2px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image: url(images/descender2.gif);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

#mainNavigation a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

#mainNavigation a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}


#mainNavigation a:hover
{
	color: #FFCC00;
	text-decoration: none;
}

/* styles for the archives page */

.archiveStoryLink
{
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
}

/* following are stories for indivual stories */

p.storyTitle
{
	font-family: Verdana;
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #003399;
}

p.storyAuthor
{
	font-family: Verdana;
	font-size: 14px;
	margin-bottom: 25px;	
	color: #000000;
	font-weight: bold;
}

p.storyAuthor a
{
	color: #000000;
	text-decoration: underline;
}

p.storyBody
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
}

.storyHeader
{
	margin-left:80px;
	width: 555px;
	border-bottom: 1px solid #666666;
	background-color: #6699FF;
}

.storyAboutAuthor p
{
	font-family: Verdana;
	font-size: 10px;
}

.storyAboutAuthor a
{
	color: #000000;
	text-decoration: underline;
}

/* following are stuff on the front page */

.frontPageNews
{
	font-family: Verdana;
	font-size: 10px;
}

.frontPageNews a
{
	color: #000000;
	text-decoration: underline;
}

.frontStoryTitle
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #003399;	
}

.frontStoryAuthor
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	margin-bottom: 20px;
}

.title
{
	text-decoration: none;
	color:#0033cc;
}

.contentContainer
{
	padding-top: 30px;
	margin-left: 118px;
	width: 485px;
}

#stories a:link
{
	color: #003399;
	text-decoration: none;
}

#stories a:visited
{
	color: #003399;
	text-decoration: none;
}

#stories a:hover
{
	color: #003399;
	text-decoration: underline;
}

/* page footer stuff */

#footer
{
	margin-left: 80px;
	margin-top: 20px;
	width: 555px;
	background-color: #6699FF;
	border-top: 1px solid #666666;
	padding: 15px 0px 15px 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	
}

#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover
{
	color: #FFCC00;
	text-decoration: none;
}