@charset "utf-8";
.banner_bar {
	background-color: #fefbdc;
	height: 150px;
}

.banner_image {
	margin-left: 25px;
	margin-top:15px;
	
}
.banner_subtitle {
	margin-left: 25px;
	margin-top:15px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:36px;
}

.content_01 {
    background-color:#FFC;
}

#left-side {
    width:80%;  
	float:left;	
}

#middle-side {
	width:1%;  
	float:left;
}

#right-side {
	width:19%; 
	float:left;
	height:600px;
	border-left: 1px solid #000;
	background-color: #fefbdc
}

.normal-para {
	margin-left:10px; 
	margin-top:10px; 
	margin-bottom:10px; 
	margin-right:10px; 
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-size:14px;
}

.section-title {
	margin-left:10px; 
	margin-top:10px; 
	margin-bottom:10px; 
	margin-right:10px; 
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-size:18px;
	font-weight:bold;
	color:#30C;
}

.resource-entry {
	margin-left:10px; 
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-size:14px;
	color:#30C;
}