@charset "utf-8";
body {
	background-color: #000000;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/base.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap{
	margin:0px auto;
	width:850px;
	padding:0px 1px;
	/*voice-family: "\"}\"";
	voice-family: inherit;
	width:848px;
	background-color:#006600;*/	
}
#header{
	height:368px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#headers{
	height:180px;
	background-image: url(../images/headers.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo{
	font-size:12px;
}
#logo h1{
	margin:0px;
	padding:0px;
	font-size:14px;
	width:313px;
	height:84px;
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -1000em;
}

#footer{
	border-top:solid 1px #333333;
	width:850px;
	margin-top:15px;
	padding:15px 0px;
	text-align:center;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#footer a{
	color:#666;
	text-decoration:none;

}
#footer a:hover{
	color:#048ed8;
}

#nav{
	font-size:11px;
	text-transform:uppercase;
	background-image:url(../images/nav.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height:50px;
	width:850px;
}
#nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#nav ul li{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	line-height:40px;
	background-image: url(../images/nav_spacer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav ul li.noback{
	background-image: none;
}
#nav ul li a{
	text-decoration:none;
	color:#fff;
	margin:0px 30px 0px 30px;

}
#nav ul li a:hover{
	text-decoration:none;
	color:#ed004f;

}
#nav ul li a.selected{
	color:#00a5ff;	
}

#content{
	font-size:12px;
	padding:15px 25px;
	overflow:auto;
}
#content span{
	text-align:right;
	margin-bottom:12px;
	padding-bottom:5px;
	border-bottom:dotted 1px #555;
	display:block;
}
#tables{ 
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	width: 475px;
	border: 1px #333 dotted;
	border-spacing: 2px;
}
#tables td { 
	border: 1px dotted #444;
	padding:2px;
	height:20px;
	
}
#content h1{
	font-family:Century Gothic, Arial, Helvetica;
	color:#048ed8;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:22px;
	font-weight:normal;
}
#content h2{
	font-family:Century Gothic, Arial, Helvetica;
	color:#ed004f;
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:normal;
}
#content h3{
	font-family:Century Gothic, Arial, Helvetica;
	color:#ed004f;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:normal;
}
#content h4{
	font-family:Century Gothic, Arial, Helvetica;
	color:#048ed8;
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:normal;
}
#content a{
	color:#048ed8;
	text-decoration:none;
}
#content a:hover{
	color:#ed004f;
	text-decoration:none;
}
#content p{
	line-height:130%;
	margin-top:10px;
}
#content ol{
	margin-top:8px;
}
#content ul{
	margin-top:8px;
}
#rc{
	width:250px;
	float:right;
}
#lc{
	width:525px;
	float:left;
}
#rc2{
	width:525px;
	float:right;
}
#rc3{
	width:500px;
	float:right;
}
#rc4{
	width:225px;
	float:left;
}
#lc2{
	width:225px;
	float:left;
}
#lc3{
	width:500px;
	float:left;
}


/* misc */
.clear{
	clear:both;
}
#lists{
	overflow:auto;
	margin-bottom:25px;

}
#lists ul{
	margin:12px;
	padding:0px;
	list-style:none;
}
#lists ul li{
	float:left;
	padding:3px;
	width:155px;

}