	.SectionTitle h2{
		color: white;
		text-indent: 20px;
		padding-top: 15px;
	}
	
	.SectionNav {
		width: 650px;
		display: block;
		padding-bottom: 10px;
		height: 25px;
	}
	
	.SectionNav li {
		float:left;
		list-style: none;
		text-align: center;
		font-size: 10px;
		padding: 5px;
		width: 206px;
		display: block;
		height:15px;
		background-color: #1c74b5;
		color: white;
		border-right: 1px solid white;
		letter-spacing: 1px;
	}
	
	.SectionNav li:hover{
		background-color: #2493c7;
	}
	
	.SectionNav li.lastItem {
		width: 206px;
		border-right: none;
	}
	
	.SectionNav a{
		text-align: center;
		font-size: 10px;
		height:15px;
		color: white;
		display: block;
	}
	
	.SectionNav a:hover{
		text-decoration: none;
	}
	
	#mainLeft{
		clear: both;
		width: 170px;
		padding-right: 10px;
		float: left;
		margin-bottom: 10px;
	}
	
	.caption{
		font-size: 10px;
		padding-top: 5px;
		padding-bottom: 10px;
		font-weight: bold;
	}
	
	#mainRight{
		float: left;
		padding-left: 10px;
		margin-bottom: 10px;
		width: 455px;
		font-size: 14px;
		border-left: 1px solid gray;
	}
	
	#mainRight ul {
		margin-left: 30px;
	}
	
	#mainRight ul li{
		font-size: 11px;
		font-weight: normal;
	}
	
	#content_main{
		float: left;
		width: 650px;
		margin-bottom: 10px;
	}
	
	#top_banner {
	//background-color: #2e2e2e;
	color: #FFF;
	width: 100%;
	height: 231px;
	margin-bottom: 10px;
	}

	#left_content_banner {
		float: left;
		width: 150px;
		padding: 20px;
		background-image: url(../../images/non_interactive_department/black-box.jpg);
		height: 220px;
		background-repeat: no-repeat;
	}
	#right_image_banner {
		float: left;
		width: 460px;
		display: block;
	}

	.banner_title {
		font-size: 18px;
		margin: 0px 0px 10px 0px;
	}

	.banner_text {
		font-size: 11px;
	}
	
	.title {
	font-size: 21px;
	padding-bottom: 10px;
	color: #1c74b5;
	}
	
	.abstract {
		font-size: 15px;
		margin: 0px 0px 10px 0px;
	}

	p {
		font-size: 12px;
	}

	#main_region{
		margin-bottom: 10px;
	}
	#control_region {
	   float: left;
	}
	
