:root, html { overflow-y:scroll; }
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #CCCCCC;
  background-image: url(images/mb_emboss.jpg);
  background-attachment: fixed;
  background-repeat: repeat;
  margin: 0;
}
a {
  color: #009;
}
a:visited {
  color: #009;
}
a:hover, a:active, a:focus {
  color: #994C00;
}
a img {border: none;}
p {
  line-height: 1.4em;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8em;
}
h1 img {
  vertical-align:middle;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}
.smallerFont {
  font-size: small;
}
.P_indented {
  text-indent: 1em;
}
.xLarge {
  font-size: x-large;
}
.finePrint {
  font-size: x-small;
}
#wrapper {
  margin: 0px auto;
  width: 720px;
  min-width: 720px;
}
#logoHeader {
  background-image: URL("images/mab_sd_skyline.png");
  background-repeat: no-repeat;
  height: 114px;
  /*
  border: 1px solid #000;
  text-align: center;
  */
}
#logoHeader img {
  float: left;
  margin: 20px 10px 0 10px;
}
#logoHeader h1 {
  margin-top: 0;
  position: relative;
  top: 70px;
  text-align: center;
}
#maincontent {
  border: 1px solid #000;
  font-size: 1em;
  padding: 0px 24px;
}
#footer {
  border-right:1px solid #000;
  border-bottom:1px solid #000;
  border-left:1px solid #000;
  padding: 0px;
}
#footerNav {
  padding: 5px 0;
  font-size: .75em;
  border-bottom: 1px solid #000;
  text-align: center;
}
#learnin {
  text-align: center;
  padding: 10px;
}
.clearIt {
  clear:both
}
table {
  margin-left:auto;
  margin-right:auto;
}
th {
  color: #994C00;
  background-color: #D3D3D3;
}
.tr_odd {
  background-color: #EFEFEF;
}
.tr_even {
  background-color: #D3D3D3;
}
.imageLeft {
  float: left;
  margin-right: .8em;
  margin-bottom: .2em;
  display: inline;
  clear:both
}
.imageRight {
  float: right;
  margin-left: .5em;
  margin-top: .5em;
  display: inline;
  clear:both
}
.centerImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.imgborder {
  border: 1px solid #009;
  padding: 3px;
}
#contactForm {
  width: 80%;
  margin: 0 auto;
}
#contactForm label {
  text-align: right;
}
#contactForm fieldset {
  border: 1px solid #994C00;
  margin-bottom: 1em;
}
.error {
  color: #900;
}
