

body {
  font: 12pt Georgia;
  color: #333;
  background-color: #333;
}

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

a { color: #3366ff; }
a:hover { color: #ff6600; }

html { overflow: auto !important; }

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

h1, h2 {
    margin-top: 0px;
}

h1 {
   font-size: 1.65em;
   }

h2 {
   font-size: 1.35em;
   }


/* CORE */

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



#wrapper {
  margin: 0 auto;
  width: 960px;
  background-color: #fff;

  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 10px solid #974D1E;

}




#wrapper #header {
	background-image: url(/_mndata/sashmasters/uploaded_images/1321305.jpg);
background-position: 0% 0%;
background-repeat: no-repeat;

	height: 250px;
	margin-bottom: 5px;
}

#wrapper #header #header-content {
	float: Left;
}

#bgwrapper {

margin: 0 auto;
padding: 0px;
width: 100%;
}

#content {
  min-height: 300px;  /* NEW  */
  line-height: 150%;
  margin-left: 210px;
  padding: 1em;
 
}

/* MENU */



#menu {
  float: left;
  padding: 1em;
  padding-bottom: 25px;
  top: 255px;
  font: 12pt Georgia;
  
}

#menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 185px;
}
#menu a {
  background: url() no-repeat 0.5em center;
  text-indent: 15px;
  padding: 5px;
  display: block; 
	width: 185px;
  text-decoration: none;
  border-bottom: 1px solid #e2e2e2;
  color: #000;
}

#menu li {
  position: relative;
}

#menu ul ul {
  display: none;
  width: 196px;
}

#menu ul ul li a {
  text-indent: 5px;
}

#menu ul ul li {
  border-left: 1px solid #bbb;
  
}

#menu ul ul a {
  padding: 5px;
  display: block;
  width: 185px;
  text-decoration: none;
  background: #fff;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

#menu :hover > a {
  background-color: #669900;
  color: #fff;
}

#menu ul :hover > ul {
  display: block;
  position: absolute;
  top: -1px;
  left: 195px;
}

#menu li a.selected {
  font-weight: bolder;
}




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

#footer { 
  background-color: #fff;
  width: 960px;
  color: #999;
  font: 9pt Arial;
  overflow: hidden;
  clear: both;
}

#footer a {
  color: #859bdc;
}

#inner-footer {
  margin: 0 auto;
  padding: 0px;
}



/* END FOOTER STUFF */