/* CSS Document */

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 7.5pt; 
line-height: 8pt;
color: #FFFFFF;
cursor:default;
margin: 2px;
padding: 2 2 2 2;
background-color: #000000;
}

i, em {color: #CC0000;}
b, strong {font-weight: bold; color: #990000; text-transform: uppercase;}
u {color: #CC0000; border-bottom: 0px dotted #FFFFFF;}
s {color: #CC0000;}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	text-transform: lowercase;
	color: #CC0000;
	letter-spacing: 1px;
	padding-left: 10px;
	text-align: center;
	}
	
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	text-transform: lowercase;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding-left: 10px;
	text-align: center;
	}
	
a:link, a:visited, a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7.5pt;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	cursor: default;
	border-bottom: 1px dotted #003300;}
	
a:hover {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7.5pt;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px dotted #FFFFFF;
	cursor: help;}

input 
{color: #ffffff;
background: #669933;
font-family: verdana; 
font-weight: normal;
text-decoration: none;
font-size: 9px;
text-align: left;
border-width: 1px;
border-style: solid;
border-color: #ffffff;}

 
#header {
align: left;
position: absolute;
margin: 0;
padding: 0;
float: left;
width: 322px;
}

#nav {
	position:absolute;
	width:283px;
	height:36px;
	z-index:2;
	left: 39px;
	top: 351px;
}

#content {
	position:absolute;
	width:317px;
	height:304px;
	z-index:1;
	left: 5px;
	top: 395px;
	float: right;
}

ul { 
width:450px; 
height:10px; 
text-align:left; 
margin:0 auto; 
text-transform: uppercase;
} 

ul li { 
list-style-type: none; 
float:left; 
display: block;
text-transform: uppercase;
} 

ul li a { 
text-decoration:underline; 
padding:5px; 
margin:5px; 
background: #999999; 
color: #FF0000; 
text-transform: uppercase;
} 

ul li a:hover { 
background: #999999; 
color:#FF0000; 
text-transform: uppercase;
}
