body {
background:#F2ECDB;
margin: 0px;
padding: 0px;
text-align: center;
}

/*Link Menu System*/
#list-menu {
	clear:both; 
	margin: 30px 20px 20px 20px; 
	width: 160px; 
	float: left;
	}
	
/* this width value is also effected by
the padding we will later set on the links. */

#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
font-size: 16px; 
} 

#list-menu li {
margin: 2px 0 0;
} 

#list-menu a {
display: block;
width:120px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #dcdcdc;
text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: 1px solid #000000;
background: #333333;
color: #ffffff;
} 
/*End of Link Menu System*/

/*For graphic topbar*/
#pageHeader {
  width: 800px;
  height: 126px;
  border-bottom: 5px solid #666666;
}

/*For graphic topbar*/
#pageHeader h1 {
  display: none;

}

/*Contains all info in the center*/
#container {
	position:relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	height:auto;
	text-align: left;
	border: 2px solid #666666;
	background-color: #FFFFFF;
	background-image: url(../mhlp/images/seasand.jpg);
	}
	
#disclamer {
	clear:both; 
	margin: 10px 20px 10px 10px; 
	width: 180px; 
	float: left;
	text-align:center;
	border:thin dashed #FFFFFF;
	font-size: 9px;
	}
	
/*holds side info like links and other info on the leftside of the page*/	
#sidebar {
	clear:both;
	margin: 10px 20px 10px 10px;
	width: 170px;
	float: left;
	border:thin #333333;
	font-size: 12px;
	padding-left: 3px;
	}

#sidebar a:hover {
text-decoration:underline; color: red;
}	

/*holds the main body of the page*/
#explanation {
  margin-left: 210px;
  margin-right: 20px;
  padding-left:10px;
  padding-right:10px;
}

#explanation a:hover {
text-decoration:underline; color: red;
}


/*holds contact info on bottem of the page*/
#footer {
  margin-left: 210px;
  margin-right: 20px;
  font-size:10px;
  text-align:center;
  border-top: 5px solid #666666;
}
