/* Start of CMSMS style sheet 'layout' */
body
{
	background-color: #FFFFFF;
	background-image: url('images/background.png');
	background-position: top;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

div#mainWrapper
{
	background-image: url('images/mainbg.png');
	background-repeat: repeat-y;
	width: 967px;
	margin-left: auto;
	margin-right: auto;
}

div#mainWrapperBottom
{
	background-image: url('images/mainbottom.png');
	background-repeat: repeat-y;
	width: 967px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}

div#mainWrapperBody
{
	/* 855px */
	min-height: 795px; /* Firefox (Mozilla/Webkit) */
	height: auto !important; /* Internet Explorer 7 */
	height: 795px; /* Internet Explorer 6 */
	
	padding: 0px 55px
}

div#topLogoContainer
{
	width: 550px;
	float: left;
}

div#topLogoBar
{
	height: 85px;
	width: 857px;
	color: #9d9d9d;
	background-image: url('images/logobg.png');
	background-repeat: no-repeat;
	background-position: top left;
}

div#topLinkBar
{
	width: 200px;
	margin-top: 60px;
	float: right;
	text-align: right;
}

div#mainWrapperFooter
{
	border-top: 1px solid #e7e7e7;
	height: 60px;
	margin: 0px 50px;
	text-align: center;
}

div.content
{
	border-top: 3px solid #b00030;
}

div#col1
{
	width: 576px;
	margin-right: 28px;
}

div#col2
{
	width: 250px;
}

div#col2 .content
{
	padding: 25px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background-color: #fafaf9;
	border: 1px solid #edece6;
	color: #676764;
}

div#col2 .content1{border-top: 3px solid #a43333;}
div#col2 .content1 h2{color: #a43333;}
div#col2 .content2{border-top: 3px solid #9c9886;}
div#col2 .content2 h2{color: #797564;}
div#col2 .content3{border-top: 3px solid #75822c;}
div#col2 .content3 h2{color: #677325;}
div#col2 .content1 img{border: 0px solid green;}

div#col3
{
	width: 251px
}

div#col3 .content
{
	padding: 25px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background-color: #f3f2ee;
	border: 1px solid #e4e3db;
	border-top: 3px solid #9c9886;
	color: #676764;
}

div#col4
{
	width: 576px;
	margin-left: 28px;
}

div#col4 .content
{
	padding: 37px;
}

div#col5
{
	width: 855px;
}

div#col5 .content
{
	padding: 70px 75px;
}

a.subsidemenu
{
	margin-left: 15px;
}

div.NewsSummary
{
	border-bottom: 1px solid #E7E7E7;
}
/* End of 'layout' */

