/* styles specific to the home page layout */
#main {
	margin: 0 auto;
	width:955px;
	height:636px;
	background: none;
}
#center_container{
	width:955px;
	height:325px;
}

#center_main {
	float: left;
	margin: 0;
	padding: 0;
}
#rcol{
	float: left;
	width: 196px;
}
#rcol_top {
	height:92px;
	padding: 20px 15px;
	background-color:#CCC;
	clear:both;
	line-height:1.3;
}
#rcol_mid {
	height:153px;
	padding: 20px 15px;
	background-color:#999;
	clear:both;
	line-height:1.3;
}

#bottom_container {
	width:955px;
	height:138px;
	margin-bottom:10px;
	line-height:1.4;
}
#intro{
	margin:7px 0;
	float: left;
	width: 759px;
}
.introtext {padding:0 15px;
	float: left;
	width: 484px;
	font-size:12px;
	border-right:1px solid #999999;
}
#intro .blue {
	color:#212354;
	font-weight:bold;
}
#intro a, #rcol_top a {
	color: #e81632 !important;
}
.focus_topic{
	float: left;
	padding:0 22px;
	width: 200px;
}
#rcol_bottom{
	float: left;
	height: 136px;
}

