/* CSS Document */
body, div, img, form, table, tbody, tfoot, thead, tr, td, h1, h2, h3, h4, h5, h6, {
margin: 0px;
padding: 0px;
border:0px none;
}
.clearing {
clear:both;
}
#mainWrapper{
	height: 100%;
	width: 100%;
}
#header {
	float: right;
}
#contentWrapper{
	width: 775px;
	margin: 0px auto;
}
#leftcol {
	float: left;
	width: 495px;
	height: 500px;
	overflow: auto;
}
#maincontent {
	float: right;
	width: 250px;
	position: relative;
	margin-top: 15px;
}	
#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;	
}
#mcheading {
	width: 1200px;
}

#hnav {
	float: left;
	width: 760px;
}
#subHead {
	float: left;
	width: 752px;
}
#grassFooter {
	float: left;
	height: 100%;
	width: 750px;
}
