/* Start of CMSMS style sheet '2 column' */
html, body {
	margin:0;
	padding:0;
}

body {
	background: #eae6e3 url('uploads/images/bg_top.gif') repeat-x left top;
}

div#wrapper {
	width: 940px;
	margin: 61px auto 0 auto;
}

div#leftcol {
	width: 220px;
	float: left;
	padding-top: 2px;
}

div#rightcol{
	width: 720px;
	float: right;
}

div#rightup {
	width: 720px;
	height: 224px;
	padding-top: 20px;
}

div#rightdown {
	width: 720px;
	color: #474546;
	font-family: Cambria, Times;
	font-size: 12pt;
}

div#rightdown p {
	margin: 0 0 10px 0;
}

div#rightdown a {
/*  background: #333; */
  color: #474546;
  text-decoration: underline;
}

div#rightdown a:hover {
  color: #bf2e1b;
  text-decoration: none;
}

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 '2 column' */

