/* CSS Document */
@charset "utf-8";
*{
padding:0;
margin:0;
}

body {
	background-color: #FFFFFF;
	font-family: Tahoma, Arial;
	line-height: normal;
	color: #000;
	width: 1055px;
	margin-left: auto;
	margin-right: auto;
}


#container{
	padding: 0px;
	width: 1056px;
	height: 780px;
	background-color: #FFFFFF;
	margin: 0px; padding: 0px;

}

p{
	font-size:12px;
	color: #000;
	font-weight: normal;
	font-family: Tahoma, Arial;
	line-height: 12px;
}

h1 {
	font-size:15px;
	color: #9F9F9F;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Tahoma, Arial;
}

h2 {
	font-size:15px;
	color: #CCCCCC;
}

h3 {
	font-size:12px;
	color: #A1A1A1;
	line-height: 12px;
	font-family: Tahoma, Arial;	
}

a{	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size: 0.8em;
}

A:link {color: white; font-size: 0.8em; font-family:Tahoma, Arial; text-decoration:none;}
A:visited {color: white; font-size: 0.8em; font-family:Tahoma, Arial;text-decoration:none;}
A:hover {color:#CCCCCC; font-size: 0.8em; font-family:Tahoma, Arial;text-decoration:none;}
A:active {color: white; font-size: 0.8em; font-family:Tahoma, Arial;text-decoration:none;}


A.dark:link {
	font-family:Tahoma, Arial;
	color:#333;
	font-size:12px;
	text-decoration:none;
}
A.dark:visited {
	font-family:Tahoma, Arial;
	color:#333;
	font-size:12px;
	text-decoration:none;
}
A.dark:hover {
	font-family:Tahoma, Arial;
	color:#000;
	font-size:12px;
	text-decoration:none;
}
A.dark:active {
	font-family:Tahoma, Arial;
	color:#333;
	font-size:12px;
	text-decoration:none;
}

li{
	list-style-type: square;
	display: list-item;
	text-indent: 20px;
}

ul{

}
.accordion_content{
	padding:15px;
}

#top_left{
	width:240px;
	height: 100px;
	float: left;
}

#top_center{
	width:610px;
	height: 100px;
	float:left;
	background-color: #9f9f9f;
}

#top_right{
	height: 100px;
	float:left;
	background-color: #1b1e17;
	width: 196px;
}

#links{
	width:610px;
	height: 90px;
	float:left;
}

#mid_left{
	width:240px;
	height: 390px;
	float: left;
	margin-top: 4px;
}

#mid_left_txtbox{
	width:223px;
	height: 80px;
	float: left;
	margin-top: 10px;
	margin-left: 8px;
}

#mid_center{
	width:610px;
	height: 390px;
	background-color: #9f9f9f;
	float: left;
	margin-top: 4px;
}

#mid_right{
	width:196px;
	height: 394px;
	float:left;
	background-color: #1b1e17;
}

#mid2_left{
	width:240px;
	height: 30px;
	float: left;
	margin-top: 4px;
	background-color: #1B1E17;
}

#mid2_center{
	width:610px;
	height: 30px;
	float:left;
	background-color: #1B1E17;
	margin-left: 4px;
	margin-top: 4px;
}

#mid2_right{
	width:196px;
	height: 34px;
	float:left;
	background-color: #1b1e17;
}

#lower_left{
	width:240px;
	height: 220px;
	margin-top: 4px;
	background-color: #9F9F9F;
	float: left;
}

#lower_left_container{
	width:200px;
	height: 180px;
	padding: 15px;
	color: #1B1E17;
	font-size: 12px;
}

#lower_center{
	width:610px;
	height: 220px;
	float:left;
	background-color: #FFFFFF;
	margin-left: 4px;
	margin-top: 4px;	
}

#lower_center_cont1{
	width:270px;
	height: 200px;
	float:left;
	padding: 8px;
}

#lower_center_cont2{
	width:270px;
	height: 200px;
	padding: 8px;
	float: left;
}

#lower_right{
	width:196px;
	height: 224px;
	float:left;
	background-color: #1b1e17;
}

#footer{
	width:1050px;
	height: 20px;
	float:left;
	background-color: #666666;
}



#center_content{
	width:500px;
	float:right;
	background:#9f9f9f;
	border-left: 2px solid #2d281f;
	border-right: 2px solid #2d281f;
	padding:0px;
	font-size: 1em;
	
}

#horizontal_container{
	float:left;
	width:1055px;
	background-color: white;
	margin: 0px; padding: 0px;

}

.black_spacer{
	background-color:#000;
	width: 200px;
	float: left;
}

.v_spacer{
	width:4px;
	float:left;	
}

.h_spacer{
	height:4px;
}

#v_s_top_center{
	height:100px;		
}
#h_s_m_left{
	width:854px;
	height: 4px;
	float: left;
}
#h_s_m_right{
	width:196px;
	background-color:#1B1E17;
	height: 4px;
	float: left;
}

#v_s_middle_center{
	height:	390px;
	float:left;
}

