/* Start of CMSMS style sheet 'layout' */
body
{
	margin: 0px;
	padding: 0px;
	background-image: url('/images/background.png');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f4f4f4;
}

div#contentColumn img
{
	padding-left: 10px;
	padding-bottom: 10px;
}

div#topImage img
{
	padding-bottom: 10px;
}

div#page
{
	background-image: url('/images/body_bg.png');
	background-repeat: repeat-y;
}

div#topDesign
{
	height: 170px;
}

div#columContainer
{
	margin-left: 10px;
	margin-right: 10px;
	min-height: 430px;
	height: auto !important;
	height: 430px;
}

div#menuColumn
{
	width: 222px;
	padding-left: 42px;
	margin-right: 45px;
}

div#contentColumn
{
	width: 500px;
}

div#contentColumn2
{
	width: 400px;
}

div#sideColumn
{
	width: 148px;
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #E7E7E7;
	float: right;
}

div#bottom
{
	background-image: url('/images/body_bottom.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 10px;
	width: 917px;
}

div#footer
{
	text-align: center;
	line-height: 18px;
}
/* End of 'layout' */

