/* Start of CMSMS style sheet 'front page CSS' */
div#frontPageContent
{
	margin-bottom: 30px;
        clear: both;
}

div#frontPageContent:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#frontPageContent div.frontPageBox
{
	float: left;
	width: 287px;
	margin-top: 20px;
	margin-right: 13px;
	overflow: hidden;
}

div#frontPageContent hr
{
        border: 1px solid #3F5968;
}

div#frontPageContent p
{
	width: 251px;
	font-size: 13px;
	font-family: arial;
	color: #333333;
	padding: 10px 20px 0px 20px;
}

div#frontPageContent p.highlight
{
	font-weight: bold;
}

div#frontPageContent a
{
	color: #3F5968;
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
	float: right;
}
/* End of 'front page CSS' */

