body {
	background-color: #330000;
	margin-top: 2px;
	}
.landscape {
	background-image: url(images/moabKOKO.jpg);
	background-repeat: no-repeat;
	height: 216px;
	}
.container {
	width: 800px;
	border: 1px solid #FFFFFF;
}


.whiteborder {
	border: 1px solid #FFFFFF;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	line-height: 20px;

}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.horizontalbar {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #993300;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.verticalbar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
TD.nav1 {
	background-color:#330000;
}
TD.nav2 {
	background-color:#B02D00;
}
TD.nav3 {
	background-color:#5E5E00;
}
TD.nav4 {
	background-color:#996600;
}
TD.nav5 {
	background-color:#CC9900;
}
TD.navHover {
	background-color:#FFFFFF;
}
.blackborder {
	border: 1px solid #B02D00;
}

#navbar {
	margin: 0;
	padding: 0;
	width: 800px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	line-height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#navbar li {
	list-style: none;
	float: left; 
	}
#navbar li a {
	display: block;
	width:160px;
	color: #fff;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #996600;
} 
#navbar li ul {
	display: none; 
	background-color: #ffffff;
	} 
#navbar li:hover ul, #navbar li.sfhover ul {
	display: block;
	position: absolute;
	padding: 0;
	margin:0;
	}
#navbar li:hover li, #navbar li.sfhover li {
	float: none; }
#navbar li:hover li a, #navbar li.sfhover li a {
	background-color: #B02D00;
	border-bottom: 1px solid #fff;
	color: #ffffff;
	width: 173px;
	padding-left: 5px;
	font-weight: normal;
	} 
#navbar li li a:hover {
   background-color: #CC9900; }
.bottomLine {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
.bottomLineLEFT {
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}
.bottomLineRIGHT {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
}

