@CHARSET "UTF-8";
.fl{
	float: left;
}
.fr{
	float: right;
}
.empty{
	clear: both; 
	height: 0; 
	font-size: 0; 
	margin: 0; 
	padding: 0; 
	overflow: auto; 
	width: 0;
}
.red{
	color: #c5060d;
}

body {
	background: white;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #6f6f6f;
}

#page {
	width: 771px;
	height: auto;
	top: 0;
	margin: 0 auto;
}

#top_bg{
	background-color: #f3f3f3;
	width: 100%;
	height: 12px;
}

#menu{
	padding: 30px 0px 0 0;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}
	#menu a{
		text-decoration: none;
	}
	#menu .item a.title{
		color: #898989;
	}
	#menu .item a.number{
		color: #45adda;
	}
	#menu a.title:hover{
		color: #a4ce25;
	}
	#menu a.active{
		color: #a4ce25!important;
	}
	#menu .separator{
		background-image: url(../images/sep.png);
		background-repeat: no-repeat;
		margin: 0 5px;
		width: 3px;
		height: 26px;
	}
	
#site_title{
	font-family: "Trebuchet MS";
	font-size: 26px;
	text-align: center;
	color: black;
	margin-bottom: 15px;
}

#footer{
	background-color: #f3f3f3;
	width: 731px;
	height: 50px;
	margin-top: 5px;
	padding: 25px 0 0 40px;
}
	#footer a{
		text-decoration: none;
		color: #6f6f6f;
	}
	#footer a:hover{
		text-decoration: underline;
	}
	
#leftPanel{
	width: 465px;
	margin: 0 25px;
}	
#rightPanel{
	width: 250px;
}
#widePanel{
	width: 715px;
	margin: 0 25px;
}

.box{
	width: 100%;
	margin-bottom: 10px;
}
	.box .text, .box .fileList{
		margin-top: 5px;
	}
.text{
	line-height: 18px;
	margin-bottom: 20px;
  font-size:12px;
}	
h2{
	font-size: 24px;
	font-family: "Trebuchet MS";
	color: black;
	padding-bottom: 5px;
	font-weight:normal;
	border-bottom: 1px solid black;
}

h2.blue, h3.blue{
	color: #42a9d7;
}

h2.file_title{
	border:0 none;
	font-size:16px;
	text-decoration:none;
}
h3.blue{
	font-weight: bold;
	font-size: 12px;
}
a.more{
	text-decoration: none;
	color: black;
}
	a.more:hover{
		text-decoration: underline;
	}

.box .fileList .file{
	margin-bottom: 8px;
}	
.box .fileList .icon{
	width: 41px;
	margin-right: 15px;
}
.box .fileList .text{
	width: 180px;
}

ul.newsList li{
	margin: 5px 10px;
}
ul.newsList li a{
	font-size: 12px;
	color: black;
	text-decoration: none;
}
ul.newsList li a:hover{
	text-decoration: underline;
}	

