body
{
	margin: 0px;
	font-size: small;
	color: #d9d9d9;
	font-family: sans-serif;
	background-color: black;
}
H1
{
	color: dimgray;
	font-family: serif;
	font-size: 1.4em;
	margin-top: 0.3em;
	margin-bottom: 0.4em;
}
H2
{
	color: white;
	font-family: serif;
	font-size: 1.2em;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
}
P
{
	margin-top: 0.1em;
	font-size: 1.0em;
	margin-bottom: 0.4em;
}

A
{
	color: white;
	text-decoration: underline;	
}
A:visited
{
	color: silver;
	text-decoration: underline;	
}
A:hover
{
	color: red;
	text-decoration: underline;	
}

#content_home
{
	margin-top: 15px;
	margin-left: auto; 
	margin-right: auto; 
	width: 750px;
}


#still_viewer
{
	background-color: dimgray;
	width: 710px;
	height: 250px;
	border: solid 1px black;
	position: absolute;
	top: 130px;
	margin-left: 18px;
	margin-right: 16px;
}

#still_viewer IMG
{
	
}
#still_viewer_loading
{
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}
#still_viewer_close
{
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#still_viewer_close A
{
	color: white;
	font-weight: bold;
}
#still_viewer_close A:visited
{
	color: white;	
}


#content
{
	margin-left: auto; 
	margin-right: auto; 
	width: 750px;
}
#toolbar
{
	margin-left: auto; 
	margin-right: auto; 
	width: 750px;
	border-bottom: solid 2px whitesmoke;
}
#body
{
	padding: 2px;
	margin-left: auto; 
	margin-right: auto;
}
#footer_home
{
	margin-top: 15px;
	
}
#footer
{
	width: 750px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0.5em;
	padding: 2px;
	border-top: 2px solid #8A3300;	
}

#news_banner
{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	padding: 2px;
	font-size: 1.2em;
	text-align: center;
}

.story
{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding-bottom: 1.0em;
}
.story .title
{
	font-family: serif;
	color: White;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.0em;
	border-bottom: solid 2px gainsboro;
}
.story .title2
{
	font-family: serif;
	color: chocolate;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.0em;
}

.story .detail
{
	color: gainsboro;
	font-size: 0.80em;
	margin-bottom: 0.2em;
}
.story .body
{
	color: white;
	font-size: 1.0em;
}
.story .body .table
{
	border: solid 1px dimgray;	
}

.legal
{
	font-size: 0.75em;
	color: dimgray;
}
.legal A:link
{
	color:dimgray;
	text-decoration: underline;
}
.legal A:active
{
	color: dimgray;
}
.legal A:visited
{
	color: dimgray;
	text-decoration: underline;
}
.legal A:hover
{
	color: white;
	text-decoration: underline;
}