body {
background-image: url(images/sitebg.jpg);
background-repeat: repeat-x;
background-color: #666666;
font-family: Verdana, Arial;
font-size: 13px;
color: #000000;
margin: 10px;
}

/**************************************************************
   .topMenu: menubalk
 **************************************************************/

#navigation{
	height:2.2em;
	line-height:2.2em;
	width: 98%;
	margin: 0 5px;
	background: #000000;
	color: #FFFFFF;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #FFFFFF;
white-space:nowrap;
}

#navigation li a{
	display:block;
	padding:0 10px;
	font-size:0.8em;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #FFFFFF;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
	background: Maroon;
	color: #FF8C00;
	text-decoration: none;
}

.topnav {
background-color: #250A00;
border: solid #FFCCCC;
border-width: 0px 0px 1px 0px;
padding: 5px;
color: #ffffff;
font-size: 11px;
text-align: right;
}

.topnav a {
color : #ffcc00;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

.topnav a:hover {
color : #ffffff;
font-size: 11px;
font-weight: bold;
}

.content {
background-color: #FFFFFF;
padding: 0px 0px 4px 0px;
height: 300px;
}

.mtab {
background-color: #F9E9CC;
margin: 5px 1px 2px 5px;
border: 1px solid #FDE09C;
}

.mtabtop {
background-image: url(images/tbg.gif);
background-color:  #E5CFA6;
padding: 5px;
color: #993300;
font-size: 11px;
font-weight: bold;
border-bottom: 1px dotted #FDE09C;
}

.mcont, .mcont th, .mcont td {
background-color: #fef8eb;
padding: 5px;
color: #000000;
font-size: 13px;
line-height: 1.4em;
}

.mcont ul, .mcont li {
	list-style-type: square;
	font-weight: bold;
}

.menulist {
margin: 0px 0px 0px 5px;
padding: 0px 0px 0px 5px;
color : #ebd6ba;
line-height : 15px;
}

.menulist ul {
	border-bottom: 0px;
}
.menulist ul ul {
	padding-left: 10px;
}

.menulist a {
color : #250A00;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}

.menulist a:hover {
color : #990000;
font-size: 13px;
font-weight: bold;
}

a {
color: #990000;
}
a:hover {
color: #000000;
}