body{
	background-color:#000000;
	margin: 0;
	padding: 0;
	}
	
#maincontainer{
	width:940px;
	font-family:"Trebuchet MS";
	margin: 0 auto;
	}

#logo{
	width:940px;
	height:95px;
	background-image:url(site_images/logo.gif);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	}
	
#nav{
	
	height:60px;
	float:left;
	}
	
#subnav{
	position:relative;
	float:left;
	width:940px;
	}


#navbar {
	font-family:"Trebuchet MS";
	font-size:16px;
	position: absolute;
	margin-top: 1px;
	padding: 0;
	left:0;
	margin-left:0px;
	}
	

	
#navbar li {
	list-style: none;
	float: left; 
	}
	
#navbar li a {
	display: block;
	padding-top: 3px;
	text-decoration: none; 
	color: #cccccc;
	font-weight: bold; 
	}
	
#navbar li a:hover {
	color: #ffffff;
	text-decoration:underline; 
	}
	
#navbar li ul {
	display: none;  
	}
	
#navbar li:hover ul, #navbar li.hover ul {
	position: absolute;
	display: inline;
	left: 5px;
	width: 100%;
	margin: 0;
	padding: 0; 
	}
	
#navbar li:hover li, #navbar li.hover li {
	float: left; 
	}
	
#navbar li:hover li a, #navbar li.hover li a {
	padding-top:11px;
	font-size:14px;
	color: #cccccc;
	text-decoration:none; 
	}
	
#navbar li li a:hover {
	padding-top:11px;
	font-size:14px;
	color: #ffffff;
	text-decoration:underline; 
	}

#navhome{
	font-family:"Trebuchet MS";
	margin-left:5px;
	font-size:16px;
	}

.navspace{
	font-family:"Trebuchet MS";
	margin-left:24px;
	font-size:16px;
	}
	


.subnavspace{
	font-family:"Trebuchet MS";
	margin-left:24px;
	}

.subnavfontsize{
	font-size:14px;
	font-family:"Trebuchet MS";
	}

#wrapper{
	margin: 10px 0px 10px 5px;
	width:930px;
	min-height:450px; height: auto !important; height:450px;
	float:left;
	text-align: left;
	}
#wrapper a {font-family: trebuchet,verdana,arial; font-size: 11px; color: #999999; text-decoration: underline;}
#wrapper table {margin: 0 auto;}

#footer{
	margin:0px auto;
	border-top:1px solid #7f8180;
	width:940px;
	font-size:12px;
	float:left;
	height:130px;
	font-family:"Trebuchet MS";
}
.footer-left{
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	margin-right:60px;
	color:#999999;
	font-family:"Trebuchet MS";
}
.footer-left ul{
	padding:0px;
	margin:0px;
	font-family:"Trebuchet MS";
}
.footer-left ul li{
	list-style:none;
	font-family:"Trebuchet MS";
}
.footer-left a{
	color:#999999;
	text-decoration:none;
	padding-right:10px;
	font-family:"Trebuchet MS";
}
.footer-left a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	font-family:"Trebuchet MS";
}

.footer-right{
	float:right;
	padding-top:20px;
	padding-bottom:20px;
	margin-right:60px;
	color:#999999;
}
.footer-right ul{
	padding:0px;
	margin:0px;
}
.footer-right ul li{
	list-style:none;
}
.footer-right a{
	color:#999999;
	text-decoration:none;
	padding-right:10px;
}
.footer-right a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


#indexwrapper{
	margin: 10px 0 10px 0;
	width:800px;
	min-height:450px;
	height: auto !important;
	height:450px;
	float:left;
	}

#indextitle{
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:100;
	}
	
#indextext{
	color:#F0F0F0;
	font-family:"Trebuchet MS";
	font-size:12px;
	}

	


