/* Start of CMSMS style sheet 'homepage' */
html, body {
	margin:0;
	padding:0;
}

body {
	background: #eae6e3 url('uploads/images/bg_top.gif') repeat-x left top;
}

div#wrapper {
	width: 940px;
	margin: 63px auto 0 auto;
}

div#leftcol {
	width: 220px;
	float: left;
}

div#rightcol{
	width: 720px;
	float: right;
}

div#rightup {
	width: 720px;
	height: 425px;
	padding-top: 17px;
}

div#rightdown {
	width: 720px;
}

div#rightdown a {
/*  background: #333; */
  color: #474546;
  text-decoration: underline;
}

div#rightdown a:hover {
  color: #bf2e1b;
  text-decoration: none;
}

div#rightdown_left {
	width: 455px;
	float: left;
	color: #474546;
	font-family: Cambria, Times;
	font-size: 12pt;
	padding-right: 15px;
}

div#rightdown_left p {
	margin: 0 0 10px 0;
}

div#rightdown_right {
	width: 235px;
	float: right;
	color: #474546;
	font-family: Cambria, Times;
	font-size: 13pt;
	padding-left: 15px;
}

div#rightdown_right ul{
	padding-left: 15px;
        margin-left: 0;
	list-style-image:url('uploads/images/list_item_marker.gif');
	font-size: 11pt;
}

div#rightdown_right ul li{
	margin-bottom: 10px;
	font-size: 14px;
}

div#footer {
	width: 940px;
	height: 26px;
	border-top: 3px #bf2e1b solid;
	border-bottom: 1px #bf2e1b dotted;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 11px;
	color: #636363;
	font-family: Calibri, Arial, Sans-Serif;
	font-size: 10pt;
}

div#footer a {
/*  background: #333; */
  color: #464646;
  text-decoration: none;
}

div#footer a:hover {
  color: #bf2e1b;
  text-decoration: none;
}
/* End of 'homepage' */

