@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 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: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10 0 10 0px;
}
.oneColFixCtrHdr #header {
	background: #000000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/header_logo.jpg);
	background-repeat: no-repeat;
	padding-top: 200px;
	text-align: right;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #00000;
}
#mhmfg_footer {
	clear: both;
	width: 780px;
	margin-bottom: 15px;
	text-align: center;
	margin: 0 auto;
	;
}

#mhmfg_footer .footer_menu {
	padding: 15px 0;
	margin: 0 0 15px 0;
	list-style: none;
	background: #005588;
	font-size: medium;
}

.footer_menu li {
	padding: 0px;
	margin: 0px;
	display: inline;
	font-size: medium;
}

.footer_menu li a{
	padding: 0 10px;
	display: inline;
	color: #ffffff;
	text-decoration: none;
	border-left: 1px solid #ffffff;
}

.footer_menu li a:hover {
	text-decoration: underline;
}

.footer_menu li .first {
	border: none;
}
.oneColFixCtrHdr #container #footer #mhmfg_footer .footer_menu li .first {
	font-size: medium;
}
.oneColFixCtrHdr #container #mainContent table tr td table tr td p {
	text-align: center;
}
