body {
background-color:#000;
margin-left:5px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:10pt;
}

#nav {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	font-family:Papyrus;
	background:#333;
	margin-bottom: 10px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	float:left;
	margin:0 5px 0;
	padding:0;
}
#nav li.current {background:#336633}
#nav li.close {
	float:right;
	font-weight: bold;
	margin:0;
	width: auto;
}
#nav li.close:hover{background:#663333}
#nav li.sem:hover {background:#336633}
#nav a {
	display:block;
	color:#fff;
}
#nav a.close {text-decoration:none}
	
/* Font Styles */
h1 {
font-family: Papyrus;
font-size: 16pt;
font-style: oblique;
font-weight: bold;
}

h2 {
font-family: Papyrus;
font-size: 14pt;
}

h3{
font-family: Papyrus;
font-size: 12pt;
min-height:50px;
}

h4{ 
font-family:Papyrus;
font-size: 12pt;
}

a{
color:#00FF00;
}
