      body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        margin: 0px;
        padding: 0%;
        background: #fff;
        color: #000;
      }
      img {
        border: none;
      }
      .bar {
        background: url('header-right.png');
        background-position: top;
        background-repeat: repeat-x;
        vertical-align: middle;
        border: solid 1px;
        border-color: #000 #000 #000 #000;
        border-top: none;
        border-right: none;
        border-left: none;
        height: 45px;
        font-size: 14px;
      }
      .bar a:link {
        text-decoration: none;
        color: #000;
      }
      .bar a:visited {
        text-decoration: none;
        color: #333;
      }
      .bar a:hover {
        text-decoration: underline;
        color: #00f;
      }
      .newsbox {
        background: #fff;
        border: none;
        vertical-align: top;
        font-size: 11px;
        width: 20%;
      }
      .homebox {
        background: #fff;
        vertical-align: top;
        font-size: 14px;
      }
      .infobox {
        border: none;
        vertical-align: top;
        font-size: 11px;
        width: 15%;
      }
      div.main {
        margin: 3px;
      }
      .footer {
        font-size: 12px;
      }

.shadowbox {
  margin: 7px 0px 0px 5px;
  background: url(/shadow.png) repeat;
  position: relative; 
  float: left;
  width: 100%;
}

.shadowcontent {
  position: relative;
  padding: 5px; 
  top: -4px;
  left: -4px;
  background: #fff;
  color: black;
  border: 1px solid #000;
}      
            
.packagetable {
  border: none;
  border-right: 1px black solid;
  font-size: 14px;
  text-align: center;
}

.packagetable td,.packagetable th {
  border: none;
  border-left: 1px black solid;
}

.packagetable th {
  padding: 0px 5px 0px 5px;
  border-bottom: 1px black solid;
}

