@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;border:0;}

hr{
	border-top-color:#BAD6EB;
	border-top-style:dashed;
	border-top-width:1px;
	height:1px;
	margin-top:0;
	overflow-x:hidden;
	overflow-y:hidden;
	width:96%;
	clear:both;
	}
#nav{
	height:61px;
}	
.nav_title{
	width:100px;
	height: 50px;
	padding-top: 10px;
	float:left;
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6FAFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#6FAFFF;
	text-align: center;
}
#menu{
	float:left;
	width:776px;
	height:55px;
	padding-top: 4px;
	margin:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #6FAFFF;
	border-right-color: #6FAFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#6FAFFF;
	background-color: #E9F3FF;
}
#menu ul li{
	width:80px;
	height:26px;
	float:left;
	text-align: center;
	list-style-type: none;
}
#menu ul li a{
	color: #1C68BD;
}
#menu ul li a:hover{
	background-color: #3366CC;
	text-decoration: none;
	color:#FFF;
	font-weight: bold;
}
#main{
	margin:0;
	padding:0;
	width:876px;
	height:938px;;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6FAFFF;
	border-bottom-color: #6FAFFF;
	border-left-color: #6FAFFF;
	clear:both;
	background:#E9F3FF;
	}

.site-list li {
  display:block;
  height:30px;
  line-height:30px; 
  text-align:center;
  width:20%;
  float:left;
}
.site-list h2 {
	color:#1949A6;
	clear:both;
	background-color: #D0E6FF;
	line-height:30px;
	font-size:16px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CEE6FF;
	border-bottom-color: #CEE6FF;
}
a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
text-decoration: none;
color:#000;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a:active {color: red;
text-decoration: underline;
}

