#tableFormat
{
  background-color: #FFFFFF;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  border-color: #5C5C5C;
  border-width: 6px;
  border-style: groove;
}
#header1
{
  background-color: #B7B6B6;
  width: 20%;
}
#header2
{
  background-color: #FFFFFF;
  width: 70%;
}
#navigation
{
  background-color: #1870A7;
  text-align: center;
  vertical-align: top;
}
#content
{
  background-color: #B7B6B6;
  text-align: justify;
  vertical-align: top;
  color: black;
  font-family: Arial, Helvetica;
  font-size: 13px;
}
td
{
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 20px;
  padding-left: 20px;
}
h3
{
  color: #494949;
  font-family: Arial, Helvetica;
  font-size: 16px;
  text-indent: 15px;
}
hr
{
  color: #494949;
  width: 50%;
}
ul
{
  line-height: 18px;
}
a:visited
{
  color: blue;
  text-decoration: underline;
}
a:hover
{
  color: #1870A7;
  text-decoration: underline;
}
.footer
{
  background-color: #FFFFFF;
  text-align: center;
  font-family: Arial, Helvetica;
  font-size: 10px;
  color: #403F3F;
}