/* 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-attachment: fixed;
background-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #000000; }

i, em {color: #FF6600;}
b, strong {font-weight: bold; color: #FF6600; text-transform: uppercase;}
u {color: #FF6600; border-bottom: 0px dotted #FFFFFF;}
s {color: #FF6600;}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: none;
	font-size: 24px;
	text-transform: lowercase;
	border-bottom: 1px solid #FFFFFF;
	color: #FF9933;
	line-height: 14px;
	letter-spacing: 1px;
	padding-left: 10px;
	text-align: center;
	}
	
h5 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 8px;
	text-transform:uppercase;
	color: #FF3300;
	line-height: 9px;
	letter-spacing: 1px;
	padding: 2 2 2 10;
	border-bottom: 1px solid #009933;
	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-decoration: none;
	cursor: default;}
	
a:hover {
	color: #FF3300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7.5pt;
	font-weight: normal;
	text-transform: uppercase;
	cursor: help;}


input 
{color: #ffffff;
background: #000000;
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: center;
margin: 0;
padding: 0;
float: left;
width: 951px;
}


#nav {
margin: 0;
padding: 0;
float: left;
width: 196px;
text-align:justify;
background: transparent;
border-right: 0px solid #6d0303;
border-left: 0px solid #6d0303;
}

#content {
margin: 0;
padding: 0;
float: right;
width: 641px;
background: #000000;
border-right: 2px solid #000000;
border-left: 4px solid #000000;
}

#nav ul {
width:400px;
height:50px;
text-align:center;
margin:0 auto;
text-transform: uppercase;
}

#nav ul li {
list-style-type:none;
float:left;
display:block;
text-transform: uppercase;
}

#nav ul li a {
text-decoration:none;
padding:10px;
margin:2px;
background: #009900;
color: #FFFFFF;
text-transform: uppercase;
border-bottom: 0px solid #FFFFFF;
}

#nav ul li a:hover {
background: #FFFFFF;
color: #009900;
text-transform: uppercase;
border-bottom: 0px solid #FFFFFF;
}

#content ul {
	margin:0;
	padding:0;
	list-style:none;}
	
#content li {
	margin:0;
	border-top:0px solid #FFFFFF;}

#content ul a {
	display:block;
	color: #FFFFFF;
	width:98%;
	padding:1px 0px 1px 8px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	text-align:left;}
	
#content li a {
	color: #FF6600;
	background-color: #000000;
	text-decoration:none;
	font-weight:bold;}
	
#content li a:hover {
	color:#FFFFFF;
	background-color:#000000;
	letter-spacing:0px;}