body {
  background: #990000;
  text-align: center;
  margin: 0px;
  border: 0px;
  padding: 0px;
  }

.pageContainer {
  background: #ffffff;
  position: relative;
  top: 0px;
  width: 80%;
  min-height: 100%;
  margin: 0px auto 0px auto;
  border: 0px;
  padding: 0px;
  }

.pageContent {
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0px;
  border: 0px;
  padding: 20px 25px 20px 25px;
  }

.strapLine {
  font-size: 150%;
  font-weight: bold;
  color: #000000;
  margin: 0px;
  border: 0px;
  padding: 0px;
  text-align: center;
  }

.pageTitle {
  font-size: 130%;
  font-weight: bold;
  color: #990000;
  margin: 0px;
  border: 0px;
  padding: 20px 40px 0px 40px;
  text-align: left;
  }

.bodyText {
  font-size: 80%;
  color: #333333;
  margin: 0px;
  border: 0px;
  padding: 0px 40px 10px 40px;
  text-align: left;
  }

.bodyText a:link    {color: #333333;}
.bodyText a:visited {color: #333333;}
.bodyText a:hover   {color: #990000;}
.bodyText a:active  {color: #990000;}

.subHeading {
  font-size: 110%;
  font-weight: bold;
  color: #990000;
  text-align: left;
  }

.topNavText {
  font-size: 80%;
  font-weight: bold;
  color: #990000;
  margin: 0px;
  border: 0px;
  padding: 2px 40px 0px 40px;
  text-align: center;
  }

.topNavText a:link    {color: #990000;}
.topNavText a:visited {color: #990000;}
.topNavText a:hover   {color: #ff0000;}
.topNavText a:active  {color: #ff0000;}

.footerText {
  font-size: 70%;
  color: #990000;
  padding: 0px 40px 20px 40px;
  text-align: center;
  }

.footerText a:link    {color: #990000;}
.footerText a:visited {color: #990000;}
.footerText a:hover   {color: #ff0000;}
.footerText a:active  {color: #ff0000;}
