@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
}

body{
	margin: 0px; 
	padding: 0px; 
	background-color: #000000;
	font: 12px Verdana, Helvetica, Arial;
	color: #FFF;
	overflow: hidden;
}

a {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFF;
}

a.light {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}

a.light:hover {
	color: #CCC;
}

p  {
	font-size: 10px;
	line-height: 15px;
}

h1 {
	color: #C00;
	font: 12px Verdana, Helvetica, Arial;
	font-weight: bold;
	border-bottom: 1px #C00 solid;
	margin: 0px;
	paddign: 0px;
	text-align: left;
}

#current {
	float: right;
	width: 420px;
	padding: 5px;
}

#background{
	position: absolute;
	text-align: center;
	margin-top: 40px;
	height: 100%;
	margin-left: 0;
	z-index: 1;
}

#content{
	margin: 5px 0 0 20px;
	padding: 0px;
}

#content ul{
	margin: 0px;
	padding: 0px;
}

#content li {
	margin: 0px;
	padding: 0px;
	list-style: none;	
}

#form1{
	margin: 0 0 0 210px;
	width: 360px;
	text-align: right;
	border-left: 1px solid #666666;
}

#form2{
	float: left;
	width: 185px;
	margin: 20px 0 0 0;
	text-align: right;
}

#header_index {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	padding: 0 0 0 20px;
	z-index: -1;
	background-color: #000;
}

#header1 {
	position: absolute;
	left: 20px;
	top: 20px;
}

#menuBar {
	text-align: left;
	margin: 0 0 0 450px;
}

#menuBar ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0px;
	background-color: #000;
}

#menuBar li {
	display: inline;
	margin: 0px;
	padding: 0 10px 0 10px;
		
}

#scroller {
	position: absolute;
	top : 0px; 
	left: 0px;
	width: 100%; 
	height: 100%;
	z-index: 2;
}

#submenu {	
	float: left;
	margin: 2px 0 0 20px;
	width: 100%;
}

#submenu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;	
}

#submenu li{
	display: inline;
	margin: 0px;
	padding: 0 20px 0 0;
	line-height: 20px;
}

.brclear { 
     height: 0px;
     font-size: 1px;
	 line-height: 0px;
	 clear: both; 
     margin: 0px;  
}

.brclear_u {
	height: 0px;
	font-size: 1px;
	line-height: 0px;
	clear: both;
	margin: 4px 20px 0 20px;
	border-bottom: 1px solid #990000;
}

.brclear_s {
	height: 0px;
	font-size: 1px;
	line-height: 0px;
	clear: both;
	margin: 2px 0;
}

.red {
	color: #c00;
}

.grey {
	color: #999;
	font-weight: bold;
}

.title {
	font: 13px Georgia, Courier, Times;
	color: #999;
}