body {
	padding-top: 0px;
	margin-top: 0px;
	background-color: #000000;
	font-family:Verdana, Tahoma;
}

span {
	color: #333333;
	width: 100%;
	text-align: right;
}

h1 {
    margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
}

h3 {
	margin: 0px 0px 0px 655px;
	zfloat: right;
	color: #ccff00;
	font-size: 12px;
}

a {
	font-size: 1em;
	color: #FF9900;
}

p {
	margin-top: 0px;
	font-size: 0.8em;
	color: #ffffff;
}

#container {
	width: 840px;
	margin: 0px auto;
	background-color: #000000;
}

#header {
	width: 100%;
	height: 122px;
	margin-top: 0px;
	margin-bottom: 7px;
	padding-top: 0px;
	background-color: #000000;
	text-align: center;
	border-bottom: 1px solid #FF9900;
}

#nav {
	float: left;
	margin-top: 0px;
	width: 155px;
}

#nav ul {
	margin: 0px;
	padding-left: 0px;
}

#nav li {	
	display: block;
	list-style: none;
	text-decoration: none;
	font-size: 1em;
	background-color: #222222;
	color: #CCCCCC;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Tahoma;
	border-bottom: 3px solid #111111;
}

	#nav li:hover{
		border-bottom:3px solid #ffffff;
		cursor: pointer;
		cursor: hand;
		}



	#nav a{
		color:#ffffff;
		text-decoration:none;
		}

#nav .current {
	border-bottom: 3px solid #FF9900;
}

	#nav .current:hover{
		border-bottom: 3px solid #FF9900;
		}

#contact {
	font-size: 1em;
	background-color: #222222;
	color: #CCCCCC;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Tahoma;
	border-bottom: 3px solid #111111;
	}
	
	#contact h1 {
	margin-top: 0px;
	color: #FF9900;
	}
	
	#contact p{
		padding:0px 3px;
	}

	#contact a:hover{
		color:#FF9900;
		text-decoration:underline;
		}
		
	#contact strong{
		text-decoration:underline;
		}
		
	
#updates {
	float: left;
	width: 660px;
	color: #ffffff;
	font-size: 0.9em;
	padding: 0 10px;
	line-height: 20px;
	background-color: #000000;
	font-family:Verdana, Tahoma;
	text-align:justify;
}

#content-container{
	width:685px;
	float:left;
}

#content {
	width:482px;
	float:left;
	color:#ffffff;
	padding:0px 10px 10px 10px;
	margin:0;
	text-align:justify;
}
	#content h2{
		font-weight:bold;
		font-size:1.5em;
		color:#ffffff;
		text-align:left;
		margin:0 0 10px 0;
		padding:0;
		}
		#content h3{
		font-weight:bold;
		font-size:1.1em;
		color:#ffffff;
		text-align:left;
		margin:0 0 10px 0;
		padding:0;
		}
		
	#content .highlight{
		color:#ff9900;
		font-weight:bold;
	}
	
	#content ul li{
		font-family:Verdana, Tahoma;
		font-size:0.8em;
		}
	#content table {
		font-family:Verdana, Tahoma;
		font-size:0.8em;
		}
			
	#content table .table-head {
		background-color:#111111;
		font-weight:bold;
	}
	
		#content table .table-row-1 {
		background-color:#222222;
		}
		
		#content table .table-row-2 {
		background-color:#333333;
		}
			
#rhs {
	width:163px;
	float:left;
	padding:0px 10px 10px 10px;
	background-color:#222222;
	zborder-right:1px solid #222222;
	margin:0;
	border-bottom: 3px solid #111111;
	text-align:left;
}

	#rhs h2 {
	margin-top: 5px;
	color: #FF9900;
	font-size:1em;
	}
	
	#rhs ul{
		padding:0px 0px;
		list-style-type:square;
		margin:0 0 0 18px;
		color:#ff9900;
	}
	
	#rhs a{
		color:#ffffff;
		text-decoration:none;
		font-size:0.8em;
		}
	#rhs a:hover{
		color:#ff9900;
		text-decoration:underline;
	}

#fffix {
	clear: both;
	background-color: #000000;
	height: 1px;
}

#footer{
clear:both;
border-top: 1px solid #FF9900;
}