@charset "utf-8";
/* CSS Document */
body 
{
	background-color:: black;
}
a, a:visited
{
	text-decoration: underline;
	font-weight:bold;
	color:#990000
}
a:hover
{
	text-decoration: none;
}
a:active, a:focus
{
	text-decoration: underline;
}
#levelone
{
	border: 2px solid #ffffff;
}
#nav
{
	background-color:#000000;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	font-weight:normal;
	font-size:13px;
	color: #FFF;
	text-align: center;
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	height: 32px;
}
#nav a
{
	display: block;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
}
#nav a:hover
{
	background-color: #82302e;
	text-decoration: none;
}
#nav td
{
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
}
#main
{
background-color: #ffffff;
border-top: 0px solid #82302e;
border-right: 0px solid #82302e;
border-left: 0px solid #82302e;
}
#main2
{
padding: 10px;
}
#main2 img 
{
border:0px solid #82302e;
}
#rightside 
{
background-color: #f2ead1;
padding: 6px;
border-left: 0px solid #82302e;
border-right: 0px solid #82302e;
}
#footer 
{
background-color: #000000;
text-align: center;
font-family:Tahoma;
font-size: 11px;
color: #FFFFFF;
padding: 16px;
line-height: 18px;
border-top: 2px solid #82302e;
}
#footer a 
{
margin-right: 4px;
margin-left: 4px;
text-decoration: none;
color: #FFFFFF;
}
#footer a:hover
{
text-decoration: underline;
}
.text 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:normal;
color: #000000;
line-height: 16px;
}
.titles
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 16px;
color: #82302e;
}