/* CSS Document */
body {
	margin-top:0px;
	width: 950px;
	text-align: left;
	margin:0px auto;
	font-family: "Times New Roman";
	color: #CCCCCC;
	background-color: black;
	font-size: 12px;
}

div.siteBody {
	width:100%;
	margin-top:0px;
}

a {color:white;text-decoration:none;}

a:hover {text-decoration:underline;}
  
div.header { 
	background-image:url("images/header_bg.png");
	background-repeat:no-repeat;
  	width: 100%; 
 	 height: 65px;
	margin:0px auto;}
	

div.header01 {
	float:left;
	margin-left: 75px;
	margin-top:2.5px;}
	
div.header02 {
	float:right;
	margin-right:75px;
	margin-top:15px;}
  
div.rotatingBanner {
	clear:left;
	width: 100%;
	height: 375px;
	background-color: black;
	margin:0px auto;}
	
div.bottomInfo {
	background-image:url("images/bottomBanner.gif");
	background-repeat:no-repeat;
	padding:10px;
	width: 100%;
	height: 265px; }
	
div.bottomInfo02 {
	background-image:url("images/bottom_Background.png");
	background-repeat:no-repeat;
	margin:0px auto;
	padding:10px;
	margin-top:3px;
	width: 95%;
	height: 900px; }
	
	
div.bottomLeft {
	font-size:14px; color: #C0C0C0;
	margin-top: 110px;
	margin-left: 125px;
	width: 375px;
}

div.bottomRight {
	font-size:14px; color: #C0C0C0;
	margin-top: -410px;
	margin-left: 565px;
	width: 255px;
}

div.bottom01 {
	width: 400px;
	float:left;
	margin-left:125px;
	text-align:left;
	height: 260px;}

div.bottom02 {
	float:left;
	width: 250px;
	margin-left: 40px;
	height: 260px;}
	
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;}
	
.menu ul{
	
	height:60px;
	list-style:none;
	margin:0;
	padding:0;}
	
.menu li{
		float:left;
		padding:0px;
		}

.menu li a{
		background: url("images/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;}

.menu li a:hover, .menu ul li:hover a{
			background: #2580a2 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;}

.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/}

.menu li:hover ul{
		display:block;}

.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;}

.menu li:hover li a{
		background:none;}

.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;}

.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;}

.menu p{clear:left;}	

div.footer {
	width:800px;
	height: 25px;
}

div.footer01 {
	width: 250px;
	height: 25px;
	margin-top: 0px;
	margin-left:150px;
	float:left;}
	
div.footer02 {
	width: 25px;
	height: 25px;
	margin-top: 0px;
	margin-left:150px;
	float:left;}
	
div.footer03 {
	width: 25px;
	height: 25px;
	margin-left:15px;
	float:left;}
	

