@charset "utf-8";
/* CSS Document */

  
body {
background-color:#000000;
margin:0;
padding-left:0px;
padding-right:0px;
padding-top:20px;
font-family:Arial;
font-size:12px;
letter-spacing:0px;

}

img {
border:0;
}

a {
	color:#aeb3ae;
	text-decoration:none;

}

a.visited{
	background-color:#CCCCCC;
	text-decoration:none;
	
}

a:hover{
	color:#ffffff;
}

.clearboth:after 
{ 
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden; 
} 
.clearboth 
{ 
    display:inline-block; 
} 
/* Hide from IE Mac */ 
.clearboth {display:block;} 
/* End hide from IE Mac */ 
/* end of clearfix */ 

#main_home{
display:block;
text-align:center;
width:608px;
margin:0 auto;/*important for centering using strict*/
background-image:url(images/bg-repeat.jpg);
background-repeat:repeat-y;
}
#div_bg{
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
display:block;


}

#div_form{
	color:#FFFFFF;
	padding-top:380px;
	padding-bottom:0px;
	margin-bottom:0px;
	width:608px;
	text-align:center;
}



#tb_search{
	display:inline-block;

}

#div_form input{
	background-color:#dce0dd;
	border:solid 1px #a4a8a5;
	height:18px;
	margin:0;
	
}

#div_list{
	padding-top:10px;
	display:inline-block;

}
#tb_list{
	width:430px;
	color:#116525;
	display:inline-block;
	padding:5px;
}

#tb_list td{
	border:#FFFFFF solid 1px;
	width:105px;
	height:30px;
	padding:0;
}

h1{
	color:#ffffff;
	background:#116525;
	width:430px;
	text-align:left;
	padding:4px;
	font-size:14px;
}

h2{
	color:#116525;
}

h3{
	color:#116525;
	font-size:12px;
}

.highlight { background-color: yellow }