body {
	margin: 0;
	padding: 0;
	background-image: url(bugbg.gif);
	background-repeat: repeat-x;
	font-size: small;
	background-color: #3F0000;
}

/* Makes the content area a solid color to lay over body image tile*/
.solid
{
	width: 600px;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 1500px;
	background-color: #712728;
	border-color: #933;
	border-width: 0 1px 0 1px;
	border-style: solid;
}

h1
{
	margin: 0 auto 0 auto;
	height: 240px;
	width: 600px;
	background-image: url(masthead.jpg);
	text-align: center;
	background-position: 12px 30px;
	
}

.header_background
{
	color: #F3E0C2;
	text-decoration: none;
	margin: 0px auto 0px auto;
padding: 0;
	background-repeat: no-repeat;
		text-align: center;	
	
}

#menu 
{ margin: 0 0 0 -40px;
padding: 0;
text-align: center;
width: 700px;

}

#menu ul
{
	text-decoration: none;
	list-style-type: none;
	
		
}

/*Needs a width on the li so the dropdown menu doesn't get squeezed into 2 lines.*/
#menu li
{
	padding: 0;
	margin: 0;
	width: 120px;
	float: left;
	background-color: #590B0B;
}

/*This creates the dropdown menu.  DON'T TOUCH ANYTHING.*/
#menu li ul {
	position: absolute;
	width: 115px;
	left: -1200px;
}
#menu li:hover ul {
	left: auto;
}
	
#menu a
{
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	display: block;
	border: 2px solid #65233E;	
}
#menu a:hover
{
	text-decoration: none;
	background-color: #823942;
		
}

.menu_color1 a
{
	color: #D89988;
}

.menu_color2 a
{
	color: #FF3333;
}

.dropdown
{
	padding: 0;
	margin: 0;
	text-align: center;
	border-width: 2px;
	border-color: #3F0000;

}
.dropdown_color1 a
{ 
color: #D89988;
background-color: #3F0000;
padding: 2px 0 2px 2px;
}

.dropdown_color2 a
{ color: #FF3333;
background-color: #3F0000;
padding: 2px 0 2px 0;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;}
	
#content
{
	background-color: #F3E5D3;
	color: #3f0000;
	width: 450px;
	margin: 20px auto 0 auto;
	background-image: url(left_corner.gif);
	background-repeat: no-repeat;
	height: 720px;
	line-height: 1em;	
	clear: left;
	
	
}

#content h2
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	background-image: url(right_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #5A1B53;
	margin: 0;
	margin-left: 20px;
	text-align: right;
	padding: 13px 20px 14px 0px;
	font-weight: 100;
	
}
#content h3
{
	clear: both;
	padding: 7px 0 7px 30px;
	margin: 0;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #5A1B53;
	border-top: #CC0000 dotted 2px;
	border-bottom: #CC0000 dotted 1px;
	font-weight: 100;	
}

.content_item
{
	padding: 15px 5px 0px 5px;
	margin-top: -10px;
	
}

.content_item p
{
	text-align: left;
	text-indent: 20px;
	padding: 15px 15px 0px 50px;
	line-height: 1.5em;	
}

.content_item a
{
color: #CC3366;
line-height: 1.25em;}

.content_item a:hover
{
	color: #B97024;
}

.newstext
{text-align: left;
margin: 0px 20px 0px 90px;
text-indent: 10px;
line-height: 1.5em;
}
.footer 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #F3E5D3;
	width: 60em;
	margin: 30px auto 0 auto;
	
	text-align: center;
	
	}
.footer a {
        text-decoration: none;
        color: #CC3366;;
}

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

.thumbnail
{
	float: left;
	clear: both;
	width: 130px;
	margin: 20px 0px 20px 0;
	border-right: #CC0000 dotted 1px;
	
		
}
.thumbnail img
{ 	margin: 0 0 0px 0;
	margin: 0px 0px 0px 0;
	
}
.bold
{
	font-weight: bold;
}

.links_list_a
{
	text-align: left;
	list-style-type: square;
	float: left;

}

.links_list_b
{
	text-align: left;
	list-style-type: square;
	float: left;
}
.banners_list_a
{
	margin: 20px 0 0 10px;
	text-align: left;
	list-style-type: none;
	float: left;
	line-height: 0em;
padding: 0;
}
.banners_list_b
{
	margin: 20px 0 0 0px;
	text-align: left;
	list-style-type: none;
	float: left;
	line-height: 0em;
padding: 0 0 0 15px;