/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	background-color:#E3E8E2;
	text-align:center;
	}

#wrapper{
	color:inherit;
	background-color:#FFFFFF;
	width:900px;
	margin:0 auto;
	text-align:center;
	border:#006633 2px solid;
	}
	
#header{
	margin-top:10px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:120px;
	width:100%;
	z-index:1;
	color:inherit;
	background-color:#FFFFFF;
	}
	
#header .banner_logo{
	z-index:2;
	padding:0px 30px;
	}		
	
#menu{
	margin-top:20px;
	width:100%;
	height:22px;
	clear:both;
	vertical-align:middle;
	background-image:url(../images/menu_bground.gif);
	background-repeat:repeat-x;
	border-top:#006633 1px solid;
	border-bottom:#006633 1px solid;
	}
	
#menu a{
	display:block;	
	height:100%;	
	text-decoration:none;
	background-image:url(../images/menu_bground.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	padding:4px 0px;
	}
	
#menu a:hover{
	height:100%;	
	display:block;			
	text-decoration:none;
	background-image:url(../images/menu_bground_hov.gif);
	background-repeat:repeat-x;
	color:#000000;
	font-size:12px;
	text-align:center;
	padding:4px 0px;
	}				
	
#menu .td_left{
	width:100px;
	border-right:#CCCCCC 1px solid;
	border-left:#006633 1px solid;
	text-align:center;
	}	
	
#menu .td_center{
	width:120px;
	border-right:#CCCCCC 1px solid;
	border-left:#006633 1px solid;
	text-align:center;
	}	
	
#menu .td_right{
	width:100px;
	border-left:#006633 1px solid;
	text-align:center;
	}
	
#content{
	clear:both;
	float:none;
	width:100%;
	height:100%;
	}	

#left_content{
	float:left;
	font-size:11px;
	width:74%;
	height:100%;
	padding-left:2%;
	padding-right:2.5%;
	text-align:left;
	margin-bottom:2px;
	border-right:#006633 1px solid;
	}
	
#left_content h1{
	border-bottom:#006633 1px solid;
	color:#006633;
	background-color:inherit;
	font-size:22px;
	}
	
#left_content h2{
	
	color:#006633;
	background-color:inherit;
	font-size:14px;
	}				
	
#right_content{
	float:right;
	color:#006600;
	background-color:inherit;
	font-size:12px;
	margin-top:1px;
	width:21%;
	height:100%;
	text-align:center;
	}	
	
#right_content a{
	font-size:12px;
	color:#006600;
	background-color:inherit;
	}
	
#right_content a:hover{
	font-size:12px;
	color:#000000;
	background-color:inherit;
	}		
	
#right_content .head{
	vertical-align:middle;
	height:22px;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	background-image:url(../images/menu_bground.gif);
	background-repeat:repeat-x;
	}
	
#footer{
	margin-top:2px;
	clear:both;
	width:100%;
	height:16px;
	color:#FFFFFF;
	background-image:url(../images/menu_bground.gif);
	background-repeat:repeat-x;
	border-top:#006633 1px solid;
	border-bottom:#006633 1px solid;
	}

#footer .cell_left{
	text-align:center;
	border-right:#CCCCCC 1px solid;
	width:100px;
	}		
	
#footer .cell_mid{
	text-align:center;
	border-left:#006633 1px solid;
	border-right:#CCCCCC 1px solid;
	width:100px;
	}
	
#footer .cell_right{
	text-align:center;
	border-left:#006633 1px solid;
	width:100px;
	}	
	
#footer a{
	display:block;
	height:100%;
	text-decoration:none;
	background-image:url(../images/menu_bground.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	padding:2px 0px;
	}
	
#footer a:hover{
	display:block;
	text-decoration:none;
	background-image:url(../images/menu_bground_hov.gif);
	background-repeat:repeat-x;
	color:#000000;
	font-size:12px;
	padding:2px 0px;
	}
	
.spider{
	text-decoration:none;
	color:#000000;
	background-color:inherit;
	text-align:center;
	}								
