* {
  font-family: Arial, Verdana, sans-serif;
}

td, div, span, textarea {
  font-size: 12px;
}

h1 { margin: 4px 0 5px 0; }
h2 {
  margin: 0px;
  padding: 8px 2px 5px 2px;
  color: #660033;
}
h4 {
  margin: 2px;
  color: #7788BB;
}

.small {
  margin: 0px;
  padding: 0px;
}

#page {
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #660033;
}

.topTab {
  height: 30px;
  vertical-align: top;
  font-weight: bold;
  }
  .topTab a, .topTab a:link, .topTab a:visited {
    background: url(/Images/toptab.gif) no-repeat top left; 
    height: 30px; 
    width: 76px; 
    display: block;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    color: gray;
    padding-top: 7px;
    font-family: Arial, sans-serif;
    }
    .topTab a:hover {
      /* background-image: url(/Images/toptabhighlight.gif); */
      color: #8899CC;
    }

.bottomTab {
  height: 45px;
  vertical-align: bottom;
  color: gray;
  font-weight: bold;
  font-size: 11px;
  }
  .bottomTab a, bottomTab a:link, bottomTab a:visited, .bottomTab#lastBottomTab {
    background: url(/Images/bottomtab.gif) no-repeat bottom center;
    height: 35px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: gray;
  }
  .bottomTab a:hover {
     /* background-image: url(/Images/bottomtabhighlight.gif); */
     color: #8899CC;
  }
  .bottomTab div {
     padding-top: 10px;
  }
  .bottomTab#lastBottomTab {
    background: url(/Images/bottomtab.gif) repeat-x bottom left;
    height: 50px;
  }

#sidebar {
  font-size: 11px;
  float: left;
  }
  #sidemenu, #news {
    margin: 0px 5px 5px 5px;
  }
  #sidemenu .titleBar, #news .titleBar { width: 170px; }
  #sidemenu a, #sidemenu a:link, #sidemenu a:visited {
    background: none;
    color: gray;
    display: block;
    border: 1px solid #D3D3D3;
    text-decoration: none;
    vertical-align: middle;
    padding: 3px;
    border-top-style: none;
    width: 170px;
    font-weight: bold;
  }
  #sidemenu a:hover {
    /* background: url(/Images/sidemenuhighlight.gif) repeat-x center left; */
    background-color: #8899CC;
    color: white;
  }

  #news span {
    display: block;
    border: 1px solid #D3D3D3;
    border-top-style: none;
    color: black;
    width: 170px;
    padding: 3px;
    color: gray;
    }
    #news span h3 {
      font-size: 13px;
      font-weight: bold;
      margin: 1px;
      color: gray;
    }
    #news span .more {
      text-decoration: none;
      display: block;
      text-align: right;
    }

.titleBar {
  background-image: url(/Images/titlebar.gif);
  background-repeat: repeat-x;
  background-position: left center;
  padding: 3px 3px 3px 3px;
  border: 1px solid #D3D3D3;
  text-align: right;
  vertical-align: middle;
  color: gray;
  font-size: 11px;
  }
  .titleBar div {
    background: url(/Images/titlebaricon.gif) center left no-repeat;
    float: left;
    padding-left: 2px;
    width: 14px;
  }

#content {
  font-family: Verdana, Arial, sans-serif;
  float: left;
  margin: 0px 5px 5px 10px;
  padding: 0 5px 5px 5px;
  width: 580px;
}

.contentBox {
  border: 1px solid #D3D3D3;
  border-top-style: none;
  margin-top: 0px;
  padding: 5px;
}

.contentBox, .contentBox td, .contentBox td * {
  color: #696969;
}

#main {
  padding: 2px;
  text-align: right;
  color: gray;
  height: 141px;
  }
  #main p{
    font-size: 11px;
  }
  #main a, #main a:visited, #main a:hover {
    color: gray;
  }

.offerBox {
  border: 2px solid #D3D3D3;
  font-size: 12px;
  color: gray;
  clear: none;
  }
  .offerBox h2 {
    margin: 0 0 4px 0;
    font-size: 24px;
    background-color: #8899CC;
    color: white;
  }

#footer {
  height: 16px;
  background: url(/Images/bottombar.gif) repeat-x;
  color: #AA4466;
  font-weight: bold;
  font-size: 11px;
  vertical-align: middle;
  padding: 7px 3px 0px 2px;
  }
  #copyright  { float: left;  }
  #bottomMenu { 
    float: right; 
    }
    #bottomMenu a, #bottomMenu a:link, #bottomMenu a:visited {
      padding: 0 2px 0 2px;
      margin: 2px;
      color: #AA4466;
      text-decoration: none;
    }
    #bottomMenu a:hover {
      color: white;
    }
