@charset "utf-8";

body 
{
	padding:0px;
	margin:0px;
	background-image: url(images/bluefelt.jpg);
	background-color:#341616;
	height:100%;
}
img { border:0px;}

a, a:visited 
{
	text-decoration: underline;
	color: #d38026;
}
a:hover, a:focus
{
	text-decoration: none;
}


#levelone 
{
	height: 100%;
}
#contentbody
{
	height: 100%;
}
#main
{
	width: 483px;
	height: 100%;
	padding: 8px;
	background: url(images/1-m1-dr.gif) repeat-y;
	border-right: 1px solid #463324;
}
#side
{
	height: 100%;
	width: 238px;
	padding: 8px;
	background: url(images/1-m4-dr.gif) repeat-y;
	border-left: 1px solid #463324;
}
#side a
{
	color: #6699CC;
}
#footer
{
	background-image: url(images/b.jpg);
	padding: 12px; 
	vertical-align: middle;
	text-align:center;
	color:#686868; 
	font-size:11px; 
	line-height:14px; 
	text-decoration:none;
}
#footer a
{
	color: #888888;
	margin: 6px;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}

.faqs
{
	float: right;
	width: 100px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #e1bc94;
	padding: 0;
	margin: 0;

}
.text
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #e1bc94;
}
.textblue
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #899ea3;
}
.titles
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #8b9a9e;
	text-transform: uppercase;
}
.subtitles
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f39026;
}
.subtitlesblue
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6b7a7e;
}
.borderbrown 
{
	border: 1px solid #464215;
}
