@charset "utf-8";
body  {
	padding: 0;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #CBC5A8;
	text-align: center;
}
.mvh #header {
	float: right;
	height: 66px;
	width: 650px;
	background-color: #000000;
	margin-bottom: 10px;
	text-align: center;
}
.mvh #container {
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #666666; /* this overrides the text-align: center on the body element. */
	height: 600px;
	width: 840px;
	background-color: #EEEBDD;
	text-align: left;
}
.mvh #sidebar1 {
	float: left;
	height: 600px;
	width: 190px;
	background-color: #B9B18B;
}
.mvh #mainContent {
	margin-left: 210px;
	background-color: #EEEBDD;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 150px;
}
.mvh #sidebar2 {
	float: right;
	width: 134px;
	background-color: #EEEBDD;
	margin-top: -10px;
}
.mvh #footer {
	float: left;
	width: 525px;
	background-color: #EEEBDD;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	height: 24px;
	margin-top: 8px;
	margin-bottom: 4px;
	padding-left: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: normal;
	text-transform: uppercase;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}
a {
	color: #000000;
	text-decoration: underline;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}
.mvh #container .utility {
	float: right;
	margin-top: 8px;
	margin-bottom: 4px;
}
