body
{
  background: url('background.jpg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
  background-size: cover;
  margin: 20px;
}

.mainbody
{
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.navigation
{
  background-color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #808080;
}


.navigation A:link
{
  color: #CDCDCD;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  margin-left: 20px;
  margin-right: 20px;
}

.navigation A:visited
{
  color: #CDCDCD;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  margin-left: 20px;
  margin-right: 20px;
}

.navigation A:hover
{
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  margin-left: 20px;
  margin-right: 20px;
}


.standard
{
  font-family: "Arial";
  font-size: 18px;
  line-height: 1.2;
  margin-top: 0;
}


h1 
{
  text-align: left;
  font-family: "Arial";
  color: #000000;
  font-size: 48px;
  line-height: 1.0;
  font-weight: 500;
  margin-bottom: 6px;
}

h2
{
  font-family: "Arial";
  color: #000000;
  font-size: 40px;
  line-height: 1.0;
  font-weight: 500;
  margin-bottom: 3px;
  padding: 2px;
}

h3
{
  font-family: "Arial";
  color: #000000;
  font-size: 30px;
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 3px;
  font-weight: 700;
  text-decoration: none;
}


.footertagline
{
  font-family: "Arial";
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.footer
{
  font-family: "Arial";
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.footer A:link
{
  font-family: "Arial";
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.footer A:visited
{
  font-family: "Arial";
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.footer A:hover
{
  font-family: "Arial";
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  text-decoration: underline;
}

A:link
{
  font-family: "Arial";
  font-size: 18px;
  color: #000080;
  font-weight: 700;
  text-decoration: none;
}

A:visited
{
  font-family: "Arial";
  font-size: 18px;
  color: #000080;
  font-weight: 700;
  text-decoration: none;
}

A:hover
{
  font-family: "Arial";
  font-size: 18px;
  color: #000080;
  font-weight: 700;
  text-decoration: underline;
}

