@charset "iso-8859-1";
body    {
color: #000000;
font-size: 12px;
font-family: verdana;
margin: 0;
padding: 0;
background: #99978a url(images/top_bg.jpg) repeat-x;
}

.bottom_bg {
background: url(images/bottom_bg.jpg) repeat-x;
}

.content_bg {
background: #ffffff url(images/content_bg.jpg) repeat-y;
}

div, table, tr, td  {
font-size: 12px;
}

a, a:active, a:visited, a:focus {
	color: #3182b5;
}

a:hover {
	color: #802a2a;
}

a.drop, a.footer:drop, a.drop:visited, a.drop:focus {
	color: #6b6955;
	text-decoration: none;
}

a.drop:hover {
	color: #4b4936;
	text-decoration: none;
}

a.footer, a.footer:active, a.footer:visited, a.footer:focus {
	color: #138c38;
}

a.footer:hover {
	color: #cc0000;
}

.footer {
	font-size: 10px;
	font-family: verdana;
	color: #7f7c5d;
}

#dropmenudiv{
		position:absolute;
		border:1px solid #888567;
		background:#939175 url('images/drop_bg.jpg') repeat-x;
		background-repeat:repeat-y;
		font:bold 11px Verdana;
		line-height:21px;
		z-index:100;
		padding-top: 0px;
		padding-left: 8px;
		padding-right: 8px;
		}
		
.small {
	font-size: 10px;
}

.button
{border: 1px;
border-style: solid;
border-color: #333333;
background: #CCCCCC;
font-family: verdana;
font-size: 10px;}

.text
{border: 1px;
border-style: solid;
border-color: #333333;
background: white;
font-family: verdana;
font-size: 10px;
height: 18px;
width: 150px;}