html, body {
  margin: 0;
  padding: 0;
}
#wrapper {
  width: 900px;
  margin: 0;
  padding: 0;
}
.pix {
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
  border: none;
}
h1 {
	font: 16px arial;
	font-weight: bold;
	color: #677528 ;
	padding: 10px 0px;
}
h2 {
	font: 13px arial;
	font-weight: bold;
	color: #677528;
}
#top {
  height: 179px;
  margin-bottom: 12px;
  background-color: #E2F1F8;
  background-image: url(images/MHF_top.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#left {
  margin-top: -12px;
  float: left;
  width: 162px;
}
#right {
  float: right;
  width: 175px;
}
#center {
  margin-left: 180px;
  margin-right: 210px;
}
#colwrapper {
  float: left;
  width: 550px;
  font-family: arial;
  font-size: 12px;
  color: #3A4702;
  text-align: left;
  line-height: 1.2em;  
  margin-bottom: 10px;
  padding: 0;
}
#contentl {	
  float: left;  
  width: 250px;
  padding: 10px 10px 10px 0px;
  margin-bottom: 10px;
}
#contentr {	
  float: right;
  width: 240px;
  padding: 10px 0px 20px 10px;
  margin-bottom: 10px;
}
#title {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #677528;

}
#textcenter {
  font-family: arial;
  font-size: 12px;
  color: #677528;
  text-align: justify;
  line-height: 1.2em;
  margin-top: 20px;
}
#textbold {
  font-family: arial;
  font-size: 13px;
  color: #677528;
  text-align: justify;
  line-height: 1.2em;
  font-weight: bold;
}
#listtext {
  font-family: arial;
  font-size: 12px;
  color: #1E8813;
  line-height: 1.2em;
  margin-bottom: 10px;
}
#date {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
}
#footer {
  font-family: arial;
  font-size: 12px;
  background-color: #ABD7F2;
  text-align: left;
  padding: 10px;
  clear: both;
}
#nav {
	float: left;
	width: 900px;
	margin-top: 100px;
}
#nav ul {
	list-style: none;
	margin-left: 90px;
	padding-left: 0px;
}
#nav li {
    display: inline;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 25px 10px 25px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #67762F;
	background-color: transparent;
}
#nav a:hover {
	color: #ABD9F3;
}

#volnav {
	width: 400px;
	margin-top: 20px;
}
#volnav ul {
	list-style: disk;
	margin-left: 40px;
	padding-left: 0px;
}
#volnav li {
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	color: #67762F;
	padding: 5px 5px;
}

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;
}
