@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;

}
h1
{
	color:#8c0a0a;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
}
.subhead
{
	color:#8c0a0a;
	font-weight:bold;
}
.right-image
{
	margin:5px;
	float:right;
	border:1px solid #000;
}
.left-image
{
	float:left;
	margin:5px 5px 0 5px;
	border:1px solid #000;
}
/*****************Nav****************/
/**************************************/
.spry
{
	width:160px;
	padding:7px;
}
/*****************Content****************/
/**************************************/
.content
{
font-size:12px;
min-height:200px;
line-height:20px;
padding:0 10px 0 10px;
}
.content a
{
	color:#870d11;
	text-decoration:underline;
}
.content a:hover
{
	color:#870d11;
	text-decoration:none;
}
.index-table a
{
	color:#870d11;
	text-decoration:underline;
}
.index-table a:hover
{
	color:#870d11;
	text-decoration:none;
}
/*****************Bottom****************/
/**************************************/
.bottom-links
{
	font-size:11px;
	color:#870d11;
	padding: 0 0 15px 10px; 
}

.bottom-links a
{
	font-size:11px;
	color:#870d11;
	text-decoration:underline;
}
.bottom-links a:hover
{
	text-decoration:none;
}
/*****************Footer****************/
/**************************************/

.text-links
{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#999999;
	
}
.text-links p
{
	margin:15px;
	
	
}
.text-links a
{
text-decoration:underline;
color:#999999;
}
.text-links a:hover
{
text-decoration:none;
color:#999999;
}
