* {
	margin: 0;
	padding: 0;
}
ul {
     padding-left: 0;		/* firefox */
     margin: 0; 		/* both */
     list-style: inside;	/* both */
}
body {
	text-align: center;
	padding-top: 5px;
	background-image: url(IMG_8238.jpg);
	background-repeat: no-repeat;
	background-color: #0b0d0c;
	background-position: top left;
	
}
#doc {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	opacity: .95;
	filter: alpha(opacity=95);
}
#container {
	float: left;
	width: 100%;
	display: block;
	background-color: #fff;
	background-image: url(docbg.jpg);
	background-repeat: repeat-y;
}
#top {
	padding: 10px;
	background-color: #fff;
	background-image: url(mhbole.jpg);
	background-repeat: no-repeat;
	height: 100px;
	background-position: 15px 13px;
	
}
#top h1 {
	text-indent: 130px;
	padding-top: 20px;

}
#top h1 a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 29px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	
}
#top h1 a span {

}
#top h2 {
	text-indent: 130px;
}
#top h2 span {
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
}
#nav {
	float: left;
	width: 100%;
	background-color: #0b0d0c;
	padding-top: 1px;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	color: #fff;
	border-right: solid 1px #333;
}
#nav ul li a:hover {
	background-color: #fff;
	color: #000;
	background-position: bottom;
}
#nav ul li a.onpage {
	background-position: bottom;
	background-color: #fff;
	color: #000;
	/*
	opacity: .75;
	filter: alpha(opacity=70);
	*/
}

#footer {
	text-align: center;
	float: left;
	display: block;
	width: 100%;
	border-top: dotted 1px #999;
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #fff;
	border-bottom: solid 6px #333;
	
}
#footer p {
	font-family: arial;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}
#footer a {
	font-family: verdana;
	font-size: 10px;	
	text-decoration: none;
}
#footer p {
	display: block;
	font-family: verdana;
}
#footer p span.counter {
	font-weight: bold;
	color: #000;
}
#footer p span.countermsg {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
