.background {
   background-color: #000000;
}
.bodytext {
   color: #000033;
}
.mboard{
   background: url(images/banner.jpg) no-repeat top left;
   font-size:  14px;
}
.lboard{
   padding-top: 26px;
   padding-right: 16px;
   background: url(images/lowbanner.jpg) no-repeat top left;
}
.lrboard{
   padding-top: 26px;
   background: url(images/lowcontbanner.jpg) no-repeat top left;
}

.border {
   border-style: solid;
   border-color: white;
   border-bottom-width: 1px;
   border-top-width: 1px;
   border-left-width: 1px;
   border-right-width: 1px;
   background-color: #990000;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin-right: 16px;
}
h2 {
   background: url(images/bullet.gif) no-repeat left;
   padding-left: 35px;
   }
p {
  margin-left: 8px;
  margin-right: 8px;
  }

td.tMargin {
  padding-left: 14px;
  }

a {
   color: #000033;
   font-weight: bold;
   text-decoration: none;
   }
a:hover {
   color: red;
   font-weight: bold;
   text-decoration: none;
   }   
td.footer {
   background: url(images/footer.jpg) no-repeat top left;
   }      