/* Generated by KompoZer */
div.container {
  border: 0px solid gray;
  margin: 0px;
  width: 100%;
}
div.header {
  padding: 0.0em;
  clear: left;
  background-color:#F5FFFA;
}

    #tabmenu {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      border-left: 0px solid gray;
      border-right: 0px solid gray;
      background:url("/images/bg.jpg") repeat-x bottom;
      /* background-color:mintcream; */
      }
    #tabmenu ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #tabmenu li {
      float:left;
      background:url("/images/norm_left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #tabmenu a {
      float:left;
      display:block;
      background:url("/images/norm_right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    
    #tabmenu a:hover {
      color:#111;
      }
    #tabmenu #current {
      background-image:url("/images/norm_left_on.gif");
      border-width:0;
      }
    #tabmenu #current a {
      background-image:url("/images/norm_right_on.gif");
      color:#111;
      padding-bottom:5px;
      }

h1.header {
  margin: 0;
  padding: 0;
}
div.content {
  clear:left;
  border-left: 0px solid gray;
  padding: 20px 20px 20px 20px;
  background-color:#F5FFFA;
  height: 450px;
  overflow:auto;
}
div.rightside {
  float:right;
  width:260px;
  height:400px;
  margin:0;
  padding:1em;
  border-left:1px solid gray;
  border-right:1px solid gray;
  border-bottom:1px solid gray;
  overflow:visible;
}
div.footer {
  padding: 0.5em;
  clear: left;
  background-color: white;

}

