/* CSS Document */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

body {
	margin:0;
	border:0;
	padding:0;
	height:100%;
	max-height:100%;
	background-color:#000;
	font-family:arial, verdana, sans-serif;
	font-size:86%;
	color: #fff;
	overflow:auto; 
}

/* for internet explorer */
* html body {
  padding:80px 0 0 0; 
}

#container {
 font-family:"times new roman", serif;
 font-size: 1.2em;
 position: relative;
 top:82px;
 bottom:0px;
 overflow:auto;
 background-color: #131313;
 width:1000px;
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 visibility:visible;
}

* html #container {
  height:100%; 
  width:100%; 
}


#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:78px;
	overflow:auto;
	background-image: url(pics/Title.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color: #030303;
	border-bottom-width: 4px;
	border-bottom-style: groove;
	border-bottom-color: #FF6633;
  }
* html #header {height:80px;}

/* defaults for ie6 */

.menuHolder {
	position:absolute;
    z-index:100; 
 	font:normal 12px/25px verdana, sans-serif;
  	top:0px; 
  	left:50%;
  	margin-left:-450px;
  	width:900px;
	
   }
ul.ulTop {
	padding:0;
	margin:0;
	list-style:none;
	width:125px;
	overflow:hidden; 
	float:left; 
	margin-right:2px;
		}
ul.ulTop a {
	text-decoration:none;
	color:#fff; 
	padding-left:5px;
	}

ul.ulTop li.liTop {
	float:left;
	width:250px;
	margin:-32767px -125px 0 0;
	background-color: #636363;
	}
	
ul.ulTop li.liTop a.aTop {
position:relative;
z-index:50;
display:block;
float:left;
width:120px;
margin-top:32767px;
background:transparent;
}

ul.ulTop li.liTop a.aTop:hover,
ul.ulTop li.liTop a.aTop:focus,
ul.ulTop li.liTop a.aTop:active {
margin-right:1px;
background-color:#393939}

ul.sub {
	float:left; 
	padding:25px 0 0 0; 
	margin:0; 
	list-style:none; 
	margin-top:-25px;
	
	
}

ul.sub li a {
	float:left;
	width:120px;
	background-color:#636363;
	clear:left;
}

ul.sub li a.last:hover,
ul.sub li a.last:focus,
ul.sub li a.last:active {
}

ul.sub a:hover,
ul.sub a:focus,
ul.sub a:active {
background-color:#4E4E4E;
margin-right:1px;
}


