﻿body {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #222;
}

#wrap {
  width: 760px;
  margin: 20px auto;
  background: #ffffff;
  border: 1px solid #cccccc;
}

#header {
  padding: 12px 14px;
  border-bottom: 1px solid #cccccc;
  background: #eeeeee;
}

#site-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}

#menu {
  font-size: 12px;
}

a.nav-link {
  color: #003399;
  text-decoration: none;
}

a.nav-link:hover {
  text-decoration: underline;
}

.nav-current {
  font-weight: bold;
  color: #000000;
}

#content {
  padding: 14px;
}

#footer {
  padding: 10px 14px;
  background: #eeeeee;
  border-top: 1px solid #cccccc;
}

.footer-line {
  height: 1px;
  background: #cccccc;
  overflow: hidden;
  margin-bottom: 8px;
}

.footer-text {
  font-size: 11px;
  color: #444444;
}

.info-box {
  margin-top: 12px;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f9f9f9;
}

.info-box h2 {
  font-size: 16px;
  margin: 0 0 8px 0;
}

.info-table {
  width: 100%;
}

.info-table td {
  padding: 2px 4px;
  vertical-align: top;
}

.info-table td.label {
  width: 190px;
  font-weight: bold;
  white-space: nowrap;
}

