@charset "UTF-8";
body {
	font: small, Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width: 780px;	
	height:178px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/mhi_header.jpg);
	background-repeat : no-repeat;
	border: 1px solid #000000;
}
.oneColFixCtrHdr #mainContent {
	width:780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #000000;
	vertical-align: top;
}
.oneColFixCtrHdr #footer {
	width:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 60px;
	
}
.oneColFixCtrHdr #footerContent {
	width: 740px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFDFAA;
	font-size: small;
}
.oneColFixCtrHdr #rightpanel {
	margin: 0px 20px 0px 220px; /* the auto margins (in conjunction with a width) center the page */
	background-color: #FFDFAA;
	padding: 0px;
	vertical-align: top;
	
}
.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;
}
.title {
	font-size: xx-large;
	color: #330066;
}
.title-green {
	font-size: xx-large;
	color: #669900;
}
.times-medium-black {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
.sub-title {
	color: #993300;
	font-size: x-large;
}
.sub-title-green {color: #669900; font-size: x-large;
}
.sub-title-small {
	color: #CC3300;
	font-weight: bold;
}
.text-bold {
font-weight: bold;
}
-->
