body {
  background-color: white;
  margin: 16px 8% 32px 8%;
  border: 0px;
  padding: 0px;
}

table.main {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
}

td.banner {
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  margin: 16px 8% 32px 8%;
  border-bottom: 6px solid black;

}

td.footerw {
  padding-left: 48px;
  padding-right: 48px;
  background-color: white;
}

table.modified {
  float: right;
  clear: both;
  margin: 24px 0px 0px 0px;
  padding: 4px 0px 0px 0px;
  border-top: 1px solid blue;
}

table.modified td {
  font-size: x-small;
  color: #606000;
}

div.footer {
  text-align: center;
  font-size: x-small;
  padding: 12px;
  color: #606000;
  border-top: 1px solid gray;
}

td.footer {
  text-align: center;
  font-size: x-small;
  padding: 12px;
  background-color: #f0f0f0;
  border-top: 1px solid gray;
}

div.head, div.sub {
  text-align: left;
  padding: 0px 8px 8px 32px;
  font-family: serif;
  color: black;
}

div.head {
  font-size: x-large;
  font-weight: bold;
  letter-spacing: 0.1em;
}

div.sub {
  padding-top: 5px;
  font-weight: bold;
}

td.main {
  padding: 48px 48px 16px 48px;
  background-repeat: repeat-x;
  color: black;
}

td.menu, td.footer2 {
  background-color: #e0e0e0;
  border-left: 3px solid black;
}

td.menu {
  width: 20%;
  padding: 32px 16px 16px 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #253494;
  font-family: serif;
}

td.main a         { text-decoration: none; }
td.main a:link    { color: #0000EE; }
td.main a:visited { color: #0000EE; }
td.main a:active  { color: #FF0000; }
td.main a:hover   { background-color: #e0e0e0; }

td.menu a         { text-decoration: none; }
td.menu a:link    { color: #0000EE; }
td.menu a:visited { color: #0000EE; }
td.menu a:active  { color: #FF0000; }
td.menu a:hover   { background-color: white; }

a.item, a.itemlast, div.item, div.itemlast {
  display: block;
  border-top: 1px solid black;
  padding: 6px .2em 6px .2em;
}

a.subitem, a.subitemlast, div.subitem, div.subitemlast {
  display: block;
  border-top: 1px dashed black;
  padding: 4px .2em 4px 1.2em;
  font-size: small;
}

div.item, div.itemlast, div.subitem, div.subitemlast {
  display: block;
  color: black;
  background-color: #f0f0f0;
}

a.itemlast, a.subitemlast, div.itemlast, div.subitemlast {
  border-bottom: 1px solid #d25f6f;
}

