body{
  background-image: url("Images/bg.jpg");
  background-position: -132px 0px;
  background-repeat: no-repeat;
  background-color: white;

  color: #919191;

  font-family: "Tahoma";
  font-size: 68.75%;
}

a:link{
  color: #b80000;
}

a:hover{
  color: #b80000;
}

a:active{
  color: #b80000;
}

img{
  border: none;
}

h2{
  /*font-family: "Times New Roman"; */
  font-family: "Arial";
  margin-top: -2px;
  color: #5c5c5c;
  font-weight: bold;
  font-size: 1.09em;
}

hr{
  border: solid #d0d0d0 1px;
  margin-bottom: 20px;
}

#header{
  position: absolute;
  top: 0px;
  left: 0px;
}

#flashBanner{
  position: absolute;
  top: 0px;
  left: 458px;
  height: 151px;
  width: 454px;
}

#nav{
  position: absolute;
  top: 152px;
  left: 332px;
  width: 650px;
}

#nav img{
  float: left;
}

#primary{
  position: absolute;
  top: 196px;
  left: 96px;
  width: 900px;
  
  overflow: show;
}

#footer{
  float: left;
  position: relative;
  width: 795px;
  border-top: solid #d0d0d0 2px;

  padding-top: 15px;

  text-align: right;
}

#footer .leftFloat{
  float: left;
}

#footer #fiCredit{
  position: relative;
  top: -14px;
}

#footer #fiLogo{
  position: relative;
  top: 7px;
  margin-left: 5px;
}
