body {
  background-color: transparent;
  background-image: none;
  color: #000;
  font-family: 'Lucida Grande', Arial, sans-serif;
}

h2 {
  color: #000;
  font-size: 20px;
  margin: 2em 0 0.5em 0;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  background-image: none;
  width: auto;
  height: auto;
  padding: 1px;
}

#header h1 {
  font-size: 28px;
  text-indent: 0;
  margin: 0 0 0 115px;
}

#nav, #subnav, #sidebar, #home, #footer {
  display: none;
}

#content {
  position: relative;
  top: 0;
  left: 0;
  width: 80%;
  padding-left: 120px;
}

#content ul {
  list-style-image: none;
  list-style-type: circle;
}

.history_date {
  position: relative;
  left: -560px;
  top: 0;
  float: right;
  font-size: 12px;
  color: #000;
}
.panel div {
  padding: 14px 14px 16px 14px;
  background-color: #ddd;
  background-image: none;
  font-size: 11px;
  line-height: 1.4em;
}
