#content table {
  margin : 0 auto 1em auto;
}

#content table, #content th {
  border-collapse : collapse;
  border-color : #DCD6C5;
}

#content th {
  padding : 5px;

  color : #003366;
  background : #FBFAF8;

  vertical-align : top;
}

#content td {
  padding : 0 5px 0 5px;
  vertical-align : top;
}

#content caption {
  font-family : georgia, times, serif;
  font-size : x-large;
  font-weight : bold;
  font-variant : small-caps;
  text-align : center;

  color : #003366;

  padding : 0 0 0.7em 0;
  margin : 0;
}

#content tr.toc1 p {
  font-weight : bold;
  margin : 0.9em 0 0 0;
}

#content tr.toc2 p {
  margin : 0.3em 0 0 0;
}

#content tr.toc3 p {
  margin : 0.3em 0 0 0;
}

#content tr.toc3 td
{
  padding-left : 30px !important;
}

#content a:link, #content a:visited {
  color : #193D6B;
  text-decoration : none;
  border-bottom : 1px solid #CCCCCC;
}

#content a:active, #content a:link:hover, #content a:visited:hover {
  color : #872E27;
  text-decoration : none;
  border-bottom : 1px solid #872E27;
}

#content {
  width : 42em !important;
  margin-right : 5%;
  margin-left : 7.5%;
}
