body {
  font-family: verdana;
  font-size: small;
  width: 90%;
}

#figdata {
  display: none;

}

#figdata div {
  text-align: center;
}

#figtoolbar, #figfooter {
  border: 1px dotted black;
  clear: left;
}

.tab {
  float: left;
  width: 33%;
  border: 1px dotted black;
}

#content img {
}

#content div {
   clear: left;
}

.helpbg h4 {
  margin-top: 40px;
}

.helpbg img {
  margin-right: 20px;
  float: left;
} 

#nav a { 
  margin-left:33%;
}

#nav a:first-child { 
  margin-left:0;
}

.title {
    font-size:18px;
    font-weight: bold;
    padding:5px;
    background-color: #d7d7d7;
    color: white;
}