body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000000;
  font-family: "MS PGothic", "MS Gothic", Arial, sans-serif;
  font-size: 12px;
}

a:link, a:visited {
  color: #0000cc;
  text-decoration: underline;
}
a:hover {
  color: #cc0000;
  text-decoration: underline;
}

.topbar {
  border: 1px solid #000000;
  padding: 10px;
}

.site-title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
}
.site-sub {
  font-size: 11px;
}

.leftcol {
  padding: 10px 10px 10px 0;
}

.maincol {
  padding: 10px 0 10px 10px;
}

.navbox {
  border: 1px solid #000000;
  background: #f7f7f7;
}

.navhead {
  background: #e6e6e6;
  border-bottom: 1px solid #000000;
  font-weight: bold;
  letter-spacing: 1px;
}

.navitem {
  border-top: 1px solid #cccccc;
}

.contentbox {
  border: 1px solid #000000;
}

.contenthead {
  background: #e6e6e6;
  border-bottom: 1px solid #000000;
  font-weight: bold;
  letter-spacing: 1px;
}

.contentbody {
  background: #ffffff;
}

.small {
  font-size: 12px;
}

.footer {
  border: 1px solid #000000;
  margin-top: 10px;
  padding: 6px 10px;
  text-align: right;
}