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

*{margin:0;padding:0;list-style:none}
	
html,body,#bg,#bg table,#bg td,#content {
	
	width:100%;
	height:100%;
	overflow:hidden;
	}
	
a {
	text-decoration:none;
	color:#666666;
	outline:0
	}


#bg {
background-color:#111111;
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:1;
	}
	

#LogoSign {
	position:absolute;
	right:10%;
	bottom:10%;
	overflow:hidden;
	z-index:2;
	}	
#bg div {position:absolute;width:200%;height:200%;top:-50%;left:-50%}
#bg td {vertical-align:middle;text-align:center}
#bg img {min-height:50%;min-width:50%;margin:0 auto}








#content{position:absolute;top:0;left:0;z-index:70;overflow:auto}


#innercontent{
	position:absolute;
	left:5%;
	top:5%; 
	width:550px;
	z-index:70;
	}
	
.box{margin-top:3px; width:100%; min-height:100px; height:auto; padding:5px;}

h2 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000;	
	}
	
h3 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;	
	}
	
h4{
	margin-left:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;	
	}

#basic-accordian{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:5px;
	width:100%;
	margin-top:3px;
	
	z-index:2;
	}

.accordion_headings{
	padding:5px;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	opacity:0.8;
	filter:alpha(opacity=80);
	}

.lined{
	border-top: 2px;
	border-top-style: solid;
	}

.accordion_headings:hover{
	
	
	}

.accordion_child{
	background-color:#fff;
	padding:15px;
	opacity:0.8;
	filter:alpha(opacity=80);
	
	}

.header_highlight{
	
	}
