@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0;}
.header{ width:100%; background:url(images/top_bg.jpg) top repeat-x ; height:128px;}
.logo{ background:url(images/logo.jpg) top left no-repeat; width:275px; height:128px;}
	.logo a{ display:block; width:275px; height:128px; text-indent:-1000px;}
	
.main{ width:1000px; float:left; background:url(images/top_nav.jpg) top repeat-x;}
.left{ clear:both; float:left; width:200px; margin-top:15px; margin-right:10px; border-right:1px solid #CCCCCC;}
.left li{ font-size:14px; height:26px; color:#666666; margin-left:40px;}
.left li a{color:#666666; text-decoration:none;}
.left li a:hover{ color:#FF6600;}

.right{ float:left; margin-top:15px; margin-left:10px; width:775px; font-size:14px;}
	.info_menu li{ float:left; background:#D7F2FB; border:1px solid  #529AE2; font-size:12px; color:#003399; text-align:center; padding:5px; list-style:none; margin:5px;}
	.info_menu li a{color:#003399; text-decoration:none;}
	.txt{ clear:both; float:left; padding:5px; margin-top:10px; line-height:26px; }
	.txt img{ border:1px solid #99CCFF; padding:3px; margin-left:50px;}
	.txt p{ color:#FF6600; font-size:12px;}

dt{ margin:20px 0; border-bottom:1px dotted #CCCCCC;}
dt span{ float:right;}
dd{ text-indent:30px;}


.footer{ clear:both; width:100%; margin-top:30px; background:#FFFFFF ; border-top:1px solid #3799e7;}
