

body {
  font: 10pt Arial;
  color: #333;
  background-color: #ffffff;
}

html, body, form {
  height: 100%;
  margin: 0;
  padding: 0;
}

a { color: red; }
a:hover { color: darkred; }

html { overflow: -moz-scrollbars-vertical !important; }

hr {
	background-color: #333;
	border: 0;
	color: #333;
	height: 1px;
	margin: 3px 0 3px;
}

/* CORE */

#menubar {
  margin: 0;
  padding: 0;
}

#wrapper {
  width: 898px;
  margin: 0 auto;
  background-image: url(/_mndata/arissf/uploaded_images/591515.jpg);
background-position: top left;
background-repeat: no-repeat;
background-color: #ebe9dd;

  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
  
min-height: 100%;
height: auto !important;
height: 100%;
}

#header {
  height: 360px;
  background-image: url(/_mndata/arissf/uploaded_images/1335479.jpg);
background-position: top center;
background-repeat: no-repeat;

}

/* BEGIN FOOTER STUFF */
#wrapper {margin: 0 auto -60px;}
#push {clear:both;height: 60px;}
#footer {height: 60px;}
/* END FOOTER STUFF */

#footer { 
  background-color: #ffffff;
  color: #999;
  font-size: 80%;
  overflow: hidden;
  clear: both;
}
#footer a {
  color: #999;
}

#inner-footer {
  margin: 0 auto;
  width: 898px;
}
#inner-footer2 {
  padding: 10px;
}

#menu {
  float: left;
  padding: 1em;
}

#content {
  margin-left: 175px;
  padding: 1em;
}

/* MENU */

#menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 150px;
}
#menu a {
  background: url() no-repeat 0.5em center;
  text-indent: 15px;
  padding: 5px;
  display: block; 
	width: 150px;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  color: #585333;
}
#menu li {
  position: relative;
}
#menu ul ul ul {
  display: none;
  width: 161px;
  border-top: 1px solid #666;
}
#menu ul ul li a {
  background: url() no-repeat 1.5em center;
  text-indent: 35px;
}
#menu ul ul ul li a {
  text-indent: 0px;
}
#menu ul ul ul li {
  border-left: 1px solid #666;
}
#menu ul ul ul a {
  padding: 5px;
  display: block;
  width: 150px;
  text-decoration: none;
  background: #b2ab9b;
	border-bottom: 1px solid #666;
}
#menu :hover > a {
  background-color: #dfd596;
  color: #585333;
}
#menu ul ul :hover > ul {
  display: block;
  position: absolute;
  top: -1px;
  left: 160px;
}
#menu li a.selected {
  font-weight: bolder;
}
