

body {
  font: 10pt Arial;
  color: #333;
  background-color: #fff;
}

html, body, form {
  height: 100%;
  margin: 0;
  padding: 0;
}

a { color: #87742F; }
a:hover { color: #554826; }

html { overflow: auto !important; }

hr {
	background-color: #ddd;
	border: 0;
	color: #ddd;
	height: 1px;
	margin: 3px 0 3px;
}


/* CORE */

#menubar {
  margin: 0;
  padding: 0;
}



#wrapper {
  margin: 0 auto;
  width: 900px;
  background-image: url(/_mndata/yearend/uploaded_images/956088.jpg);
background-position: top right;
background-repeat: repeat-y;
background-color: #fff;


  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 10px solid #554826;

}




#wrapper #header {
	background-image: url(/_mndata/yearend/uploaded_images/969672.jpg);
background-position: 0% 0%;
background-repeat: no-repeat;

	height: 350px;
	margin-bottom: 5px;
}

#wrapper #header #header-content {
	float: Left;
}


#content {
  line-height: 155%;
  margin-left: 195px;
  padding: 1em;
 
}

/* MENU */



#menu {
  float: left;
  padding: 1em;
  padding-bottom: 25px;
  top: 355px;
  font: 11pt Arial;
  
}

#menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 170px;
}
#menu a {
  background: url() no-repeat 0.5em center;
  text-indent: 15px;
  padding: 5px;
  display: block; 
	width: 170px;
  text-decoration: none;
  border-bottom: 1px solid #e2e2e2;
  color: #333;
}

#menu li {
  position: relative;
}

#menu ul ul {
  display: none;
  width: 181px;
}

#menu ul ul li a {
  text-indent: 5px;
}

#menu ul ul li {
  border-left: 1px solid #ccc;
  
}

#menu ul ul a {
  padding: 5px;
  display: block;
  width: 170px;
  text-decoration: none;
  background: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#menu :hover > a {
  background-color: #554826;
  color: #fff;
}

#menu ul :hover > ul {
  display: block;
  position: absolute;
  top: -1px;
  left: 180px;
}

#menu li a.selected {
  font-weight: bolder;
}




/* BEGIN FOOTER  */
#wrapper {margin: 0 auto -80px;}
#push {clear:both;height: 15px;}
#footer {height: 80px;}

#footer { 
  
  width: 900px;
  color: #999;
  font: 9pt Arial;
  overflow: hidden;
  clear: both;
}

#footer a {
  color: #859bdc;
}

#inner-footer {
  margin: 0 auto;
  padding: 10px;
}



/* END FOOTER STUFF */