body {
  background-color: #515151;
  color: white;
  font-family: sans-serif;
  line-height: 1.5em;
}

a { 
  color: white;
  border-bottom: 1px dotted white;
  text-decoration: none;
}
a:visited {
  color: white;
}

a:hover {
  color: black;
  border-bottom: 1px solid black;
}

.banner a {
  border: 0px;
  border-bottom: 0px;
}

.thumbnail a {
  border: 0px;
}
a img {
  border: 0px;
}
img {
  border: 0px;
}

#main-table {
  width: 100%;
}
.banner {
  border-right: 1px solid white;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-right: 15px;
  text-align: right;
  line-height: 2em;
  font-size: 1.5em;  
}
.leftbar {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  width: 100px;
  padding-right: 15px;
  /*padding-top: 15px;*/
  padding-left: 15px;
  vertical-align: top;
}
.main {
  border-top: 1px solid white;
  padding: 15px;
  vertical-align: top;
}
.body-text {
  width: 512px;
}

#page-footer {
  width: 99%;
  position: relative;
  bottom: 0px;
}

.fineprint {
  font-size: 0.5em;
  text-align: right;
}


