body {
    color: black;
    background-color: white; 
    background-image: url(images/bak.gif); }
h2 {
  color: black;
} 
p.faq {
   text-decoration: underline;
   font-weight: bold;
}
div.center {
   text-align: center;
}
span.ul {
   text-decoration: underline;
}
/* this is for bits/smheader.php */
table.head {
   text-align: center;
   width: 100%;
   border: 0;
}

#content_container {
   background-color: black;
 width: 900px;
  margin-left: auto;
  margin-right: auto;
   padding-top: 5px;
   padding-bottom: 5px;
}

#main_content {
    background-color: white;
    width: 820px;
    margin-left: auto;
    margin-right: auto;

    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    /*text-align: center;
    /*background:url(../images/contentTopBorder.png) no-repeat top left;*/
}
img.navImage {
   float: bottom;
   border: none;
   padding-bottom: 0px;
   padding-left: 0px;
   padding-right: 0px;
   margin-bottom: -2px;
   margin-left: -3px;
   margin-right: -3px;
}
img.seperator {
   float: top;
   border: none;
   width: 100%;
   height: 3px;
   margin-top: -2px;
   padding-top: 0px;
}
