body {
  margin: 0;
  padding: 0;
  background-image: url(images/MHF_home_cutout_new.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #E2F1F8;
}
h1 {
	font: 16px arial;
	font-weight: bold;
	color: #677528;
  	padding: 0;
}
#wrapper {
  width: 900px;
  margin: 0;
  padding: 0;
}
#top {
  padding: 0px;
  height: 130px;
}
#left {
  float: left;
  width: 162px;
}
#center {
  position: absolute;
  font-family: arial;
  font-size: 12px;  
  color: #677528;
  margin-top: 50px;
  margin-left: 415px;
  margin-right: 235px;
}
#right {
  float: right;
  width: 205px;
  margin-left: 15px;
  margin-top: 50px;
  font-family: arial;
  font-size: 12px;  
  color: #677528;
}
#clear {
  clear: both;
}
#footer {
  font-family: arial;
  font-size: 12px;
  text-align: left;
}
#hometext {
  font-family: arial;
  font-size: 14px;
  color: #677528;
  line-height: 1.2em;
  padding: 10px;
}
#text {
  font-family: arial;
  font-size: 11px;
  color: #677528;
  line-height: 1.2em;
  padding: 10px;
}
#textbold {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: #677528;
  line-height: 1.2em;
}
#nav {
	float: left;
	width: 900px;
	margin-top: 100px;
}
#nav ul {
	list-style: none;
	margin-left: 50px;
	padding-left: 0px;
}
#nav li {
    display: inline;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 50px 10px 25px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #67762F;
	background-color: transparent;
}
#nav a:hover {
	color: #ABD9F3;
}
A.type1:link    {color:#1F7096; font-weight: bold;}
A.type1:visited {color:#1F7096; font-weight: bold;}
A.type1:active  {color:#1F7096;}
A.type1:hover   {color:#FF9933; font-weight: bold;}
/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
