	html {
	border:0;
	background:url(img/navbg01.gif) left top no-repeat;
	}
	
	body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica;
	font-size: 0.8em;
	line-height:1.4em;
	color: #000;
		}
	#container {
	margin:0;
	padding:0;
	}
	.side {
	float: left;
	width: 280px;
	padding-left:20px;
	}
	
	.content {
	background-color: #fff;
	width:600px;
	margin-left:320px;
	padding:0;
	}
	
	h1 {font-size:1.5em; text-transform:uppercase; color:#fff; padding:5px; background:#0239a3;}
	h2 {font-size:1em; padding:0;margin:0; text-transform:uppercase; border-bottom:1px solid #000}
	p{padding:5px 0;margin:0;}
	
	.logo {background:url(img/mcc_logo_web.gif) no-repeat top center;width:157px; height:90px; margin-left:40px;}
	.logo h1 {display:none}
	.heading {background:url(img/heading.gif) no-repeat top left;width:483px;height:59px;margin-top:20px;}
	.heading h1 {display:none;}
	.toptop {padding:5px;margin:5px;float:right; position}
	.totop a {font-size:0.7em; background:#ccc; width:60px;color:#fff;border:1px solid #d7d7d7; text-decoration:none;text-transform:uppercase;}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#033aa3;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
}