/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.body{
	width:915px;
	height:auto;
	margin:auto;
	
	border:solid 2px #66CC66;
	border-top:none;
	}
.banner{
	width:915px;
	height:200px;
	background:url(images/banner.png) no-repeat;
	top:0px;
	left:0px;
	border-bottom:solid 2px #66CC66;
	}
.banner-text{
	width:910px;
	height:40px;
	border-bottom:solid 2px #66CC66;
	top:0px;
	left:0px;
	font-size:22px;
	font-weight:bold;
	font-family:"Times New Roman";
	line-height:38px;
	padding-left:5px;
	color:#330000;
	}
.container{
	width:915px;
	height:auto;
	top:0px;
	left:0px;
	}
.container-left{
	width:230px;
	min-height:500px;
	top:0px;
	float:left;

	font-size:15px;
	
	}
.container-right{
	width:683px;
	min-height:500px;
	top:0px;
	float:left;
	border-left:solid 2px #66CC66;
	 
	}
.container-right-text{
	width:663px;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	margin-bottom:15px;
	 
	}
.container-right-text h2{
	margin:10px 0 10px 0;
	font-size:18px;
	}
.pdate{
	font-style:italic;
	font-size:13px;
}		
.pic{
	width:200px;
	height:251px;
	margin:auto;
	margin-top:20px;
	margin-bottom:30px;
	}
.footer{
	width:915px;
	height:60px;
	padding-top:10px;
	top:0px;
	left:0px;
	border-top:solid 2px #66CC66;
	text-align:center;
	font-family:"Times New Roman";
	font-size:16px;
	}