* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #747474;
	background: #000;
}

.header2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: 22px; 
	font-weight: bold; 
	color: #f66309;
	}

#header {  
	font-size: 15px; 
	font-style: sharp; 
	font-weight: bold;
	color: #FFFFFF;
	}

#title {  
	line-height: 22px; 
	font-size: 11px;
	font-weight: bold; 
	color: #FFFFFF;
	}

#splash {
	width: 770px;
	height: 5px;
	margin: 0 auto;
}

h1, h2, h3 {
	font-weight: normal;
	color: #999999;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

ol{
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 80%;
}

a{
	text-decoration: none;
	color: #999999;
}

a:visited
	{ 
	text-decoration: none ; 
	color: #999999;
	}


a:link {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: #ff6c00;
}

#header {
	width: 770px;
	height: 85px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 160px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}

#logo h1 a {
	font-weight: normal;
	font-size: 24px; 
	color: #3B3B3B;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 610px;
	font-size: 11px;
	font-weight:bold;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10.5px;
}

#menu li {
	display: inline;
	font-size: 11px;
}

#menu a {
	display: block;
	float: left;
	height: 45px;
	padding: 32px 13px 8px 13px;
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
}

#menu a:hover {
	display: block;
	float: left;
	height: 45px;
	padding: 32px 13px 8px 13px;
	font-size: 11px;
	color: #ff6c00;
}

#menuborder {
	background:#000;
	border-left:1px solid #232323;
	border-top:1px solid #232323;
	border-bottom:2px solid #ff6c00;
}


#top {
	clear: both;
	width: 770px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 2px solid #ff6c00;
}


#divider {
	clear: both;
	width: 525px;
	height: 10px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 2px solid #3b3b3b;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#page ul{
	margin-left: 20px;
	line-height: 167%;
	font-size: 100%;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 2px solid #8a8a89;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 100%;
}

#legal {
	float: left;
}

#links {
	float: right;
}