body
{

  background-color: #c8d3fc;
  color: black;
  font-family: Times New Roman;
  font-size: 12pt;

}


nav
{

  position: absolute;
  display: block;
  float: left;
  left: 384px;
  top: 352px;
  width: 827px;
  text-decoration: none;

}


nav ul ul
{

  display: none;

}


nav ul li:hover > ul
{

  display: block;

}


nav ul
{

  list-style: none;
  position: relative;
  padding: 0px;
  display: inline-table;

}


nav ul:after
{

  content: "";
  clear: both;
  display: block;

}


nav ul li
{

  float: left;
  color: white;

}


nav ul li a:hover
{

  color: #ff9e00;

}


nav ul li a
{

  display: block;
  padding: 0px 20px;
  color: white;
  text-decoration: none;
  font-size: 22pt;

}


nav ul ul
{

  background: #0e51a7;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top: 100%;

}


nav ul ul li
{

  float: none;
  border-top: 1px solid #6997d3;
  border-bottom: 1px solid #6997d3;
  position: relative;

}


nav ul ul li a
{

  color: white;
  font-size: 12pt;
  padding: 10px 30px;

}


nav ul ul li a:hover
{

  color: #ff9e00;

}


.layout
{

  display: block;
  float: left;
  top: 0px;
  margin-left: 261px;
  background: url('../images/bg.jpg') no-repeat center top;
  width: 827px;
  height: 399px;

}


.layout p
{

  position: absolute;
  display: block;

}


.content
{

  display: block;
  float: left;
  margin-left: 261px;
  width: 827px;
  background: url('../images/contentBG.jpg') repeat-y;

}


.content h1, h2, p, h4
{

  padding: 0px 20px;

}


.content a:link, .content a:visited, .content a:active
{

  color: black;
  text-decoration: none;
  font-weight: bold;

}


.content a:hover
{

  text-decoration: none;
  color: #ff9e00;
  font-weight: bold;

}


.footer
{

  display: block;
  float: left;
  margin-left: 261px;
  width: 827px;
  height: 78px;
  background: url('../images/footerBG.jpg');
  color: white;

}


.footer p
{

  padding: 0 0 0 10px;
  margin-top: 5px;

}


.footer a:link, .footer a:visited, .footer a:active
{

  text-decoration: none;
  color: white;

}


.footer a:hover
{

  text-decoration: none;
  color: #ff9e00;

}


.footer img
{

  border: 0;

}


#centeredImage
{

  text-align: center;

}


table
{

  width: 60%;
  margin-left: 50px;

}

table td
{

  border: 3px solid white;

}