/* Start of CMSMS style sheet 'home' */
/* home page */
.col1,
.col2,
.col3 {
	float: left;
	width: 250px;
}
.spacer{
	float: left;
	width: 1px;
	height: 250px;
	margin: 0 12px;
	background-color: #eaebec;
}
.imgborderleft {
	border: 5px solid #eaebec;
	margin: 0 7px 0 0;
}
.imgborderright {
	border: 5px solid #eaebec;
	margin: 0 0 0 7px;
}
/* End of 'home' */

