@charset "utf-8";
/* CSS Document */
#mainContent{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#707070;
    background-color:#ffffff;
}

#menuBar{
    width:1000px;
	height:40px;
	margin:10px 10px 20px 10px;
	border:0;
	}

#logo{
    float:left;
	margin:0;
	border:0;
	width:200px;
}	

#menuTop{
	list-style-type:none;
	float: right;
	text-decoration:none;
	border:0;
	width:400px;
}

#tablist{
    padding: 5px 0;
	margin:0;
    font: 14px Arial, Helvetica, sans-serif;
}

#tablist li{
    list-style: none;
    display: inline;
    margin: 0;
}

#tablist li a{
    text-decoration: none;
    padding: 5px 0.5em;
    margin-right: 10px;
}

#tablist li a:link, #tablist li a:visited{
    color: #333433;
}

#tablist li a:hover{
    color: #697a64;
	border-bottom: medium;
    border-bottom-style: groove;
    border-bottom-color:#666666;
}

#tablist li a.current{
    border-bottom: thick;
    border-bottom-style:groove;
    border-bottom-color:#666666;
    color:#333433;

}


/* middle Content */ 
#middleContent{
    width:950px;
	height:500px;
	border:0;
	margin:0;
	}

/* news page */
#desp_L{
    width:420px;
	float:left;
	border:10px;
	margin:10px;
}

#desp_process_L{
    width:850px;
	float:left;
	border:10px;
	margin:10px;
}

#desp_map_R a:link{
    color: #006600;
	text-decoration:none;
    }

#desp_map_R a:visited{
    color: #006600;
	text-decoration:none;
    }
	
#desp_map_R a:link{
    color: #006600;
	text-decoration:none;
    }

#desp_L a:visited, #news_desp_R a:visited{
    color: #006600;
	text-decoration:none;
    }	
	
#desp_R{
    width:400px;
	float:left;
	border:10px;
	margin:100px 10px 10px 10px;
}

#desp_map_R{
    width:400px;
	float:left;
	border:10px;
	margin:20px 10px 10px 10px;
}
 
#desp_map_R h3{
    color:#006600;
	}
#desp_map_R h4{
    color: #339900;
	}
 
#desp_R02{
    width:400px;
	float:left;
	border:10px;
	margin:10px;
}



/* copyright issue */

#copyright{
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#707070;
	float:left;
	border:0;
	}
