body,table {
  background-color: #fff;
  margin: 0;
  font-family: verdana, arial, sans-serif;
  font-size: small;
}

span.hdr {
font-size: medium;
font-weight: bold;
color:#800;
}   

a {
  color: #00c;
  text-decoration: none;
}
a:hover {
  color: #903;
  text-decoration: underline;
}

#logo {
   position: absolute;
   top: 17px;
   left: 182px;
}

#content {
    position: absolute;
    top: 120px;
    left: 200px;
    padding-bottom: 20px;
}

#navbase {
    position: absolute;
    top: 0px;
    left: 12px;
}
#left_border {
    position: absolute;
    top: 0px;
    left:0px;
    width:12px;
    background-color:#000;
    height:600px;
}
#reddot {
    position: absolute;
    z-index: 2;
    display: none;
}

div.nav {
    position:absolute;
    font-family: arial, sans-serif;
    font-size: 12px;
    z-index:2;
    line-height:2.1ex;
}

div.nav a {
    text-decoration: none;
    color: #00c;
}

div.nav a:hover {
    color: #909;
    font-size: 115%;
}
