body
{
  background-color: White;
}

div.main
{
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  width: 699px;
  padding: 0px;
  border-width: 1px;
  border-color: Black;
  border-style: solid;
  border-spacing: 1px;

}

div.pageheader
{
  float: left;
  width: 699px;
  height: 62px;
  background-image: url("../images/Header2.jpg")
}

div.header
{
  float: left;
  width: 699px;
  background-color: #800000;
  border-top-style: solid;
  border-top-color: Black;
  border-top-width: 1px;
}

p.header
{
  font-family: Arial, sans-serif;
  font-size: 18pt;
  color: White;
  text-align: center;
  margin: 0px;
  padding: 5px;
  
}

div.subheader
{
  float: left;
  width: 699px;
  background-color: #800000;
  border-top-style: solid;
  border-top-color: Black;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: Black;
}

p.subheader
{
  font-family: Arial, sans-serif;
  font-size: 16pt;
  color: White;
  text-align: center;
  margin: 0px;
  padding: 5px;

}

div.content
{
  float: left;
  width: 699px;
  background-color: White;
}

p.content
{
  font-family: Arial, sans-serif;
  font-size: 14pt;
  color: Black;
  text-align: center;
  margin: 0px;
  padding: 5px;
}

span.blue
{
  color: Navy;
}

span.center
{
  text-align: center;
}

img
{
    margin: 0px;
    padding: 0px;
    border-style: none;
}

:link
{
  color: Navy;
}