body {
	font-size: 14px;
	color:#373737;
}
#mainsectionholder {
	width:994px;
	background-image: url(../images/home/bg_home_mainsectionholder.png);
	background-repeat: repeat-y;
}
#mainsection {
	width:954px;
	padding-left:20px;
	padding-right:20px;
	background-image: url(../images/home/bg_home_mainsection.png);
	background-repeat: no-repeat;
	background-position: top;
}
#homecontent {
	float:left;
	min-height:377px;
	width:730px;
	border-right: 1px solid #c9ced3;
	padding-top:32px;
	padding-right:27px;
	margin-bottom:25px;
}
.pagetitle {
	font-size:23px;
	color:#bf2e1a;
	padding-left:41px;
	padding-bottom:30px;
	line-height:27px;
	
}
.pagetitle span {
	color:#154265;
	font-style:italic;
}
#hometext {
	background-image: url(../images/home/home_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 466px;
	padding-left:250px;
	min-height:296px;
}
#hometext .bold {
	font-weight:bold;
}
#hometext p.heading {
	color:#878282;
	font-size:18px;
	font-style:italic;
	line-height:20px;
	padding-bottom:16px;
}
#hometext p.point {
	line-height:18px;
	padding-bottom:0px;
	background-image: url(../images/home/grey_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 25px;
	margin-bottom: 21px;
}
#hometext p.nomargin  {
	margin-bottom:0px;
}  
