/* 'default' CSS Document */
body
{
  background-color:  #E2E5F8;   /* FFFFFF;   /* #222222; */
}

#banner
{
  text-align: center;
  margin: auto;
}

#mast
{
  text-align: center;
  font-family: "Monotype Corsiva";
  margin: auto;
}

#logo
{
  position: absolute;
  top: 1.2em;
  right: 4%;
}

#logo a img
{
  text-decoration: none;
  border: none;
}

#wrapper
{
  position: relative;
  width: 55em;   /* required to keep my line lengths constant on a widely expanded browser portal */
  background-color: #E2E5F8;
  color: #2C45BA;  /* 151F59; */
  margin: auto;  /* required for centering regardless of browser window width */
}

#thanks
{
  margin-top: 6em;
  clear: both;
  text-align: center;
}

#nav
{
  position: relative;
  left: 8%;
  list-style: none;
  font-size: 1em;
  font-family: "Georgia";
  font-weight: bold;
/*  score 1-5 for font:   Georgia = 4; Eras Medium ITC = 2; Berlin Sans FB = 3; Perpetua = 1; 
                          Rockwell = 3; Candara = 3; Fanklin Gothic Book = 3; "Lucida Bright" = 3; "Lucida Fax" = 3; "Lucida  Sans" = 3;
                          */
}

#nav li
{
  float: left;
  text-align: center;
  padding-right: 1.7em;
}

#nav li span
{
  color: #E2E5F8;
  background-color: #2C45BA;
}

#nav li a:link
{
  color: #2C45BA;
  text-decoration: none;
}

#nav li a:visited
{
  color: #369BD8;  /* #2C45BA; */
  text-decoration: none;
}

#nav li a:hover
{
  color: #000000;
  text-decoration: underline;
}

#nav li a:active
{
  color: #000000;
  text-decoration: underline;
}

#footer
{
  clear: both;
  position: relative;
  text-align: center;
}


#fCredit
{
  display: inline;
  font-size: .75em;
  color: #2C45BA;
}

#footer p a
{
  color: #2C45BA;
}

.f_home, .f_about
{
  margin-top: 13em;
}

.f_contact, .f_history
{
  margin-top: 5em;
}

.f_faq
{
  margin-top: 17em;
}

.f_search
{
  margin-top: 27em;
}

.f_links
{
  margin-top: 8em;
}
