a:hover {color: #7E0021;}
a:visited {color: #003366;}
a:link {color: #003366;}
a:hover {color: #003366;}

body 
{
  background-color: #003366;
  font-size:    17px;
}

#topBanner
{
  background-image: url('../images/banner.jpg');
  background-repeat: no-repeat;
  width:            800px;
  height:           135px;
  margin-left:      auto;
  margin-right:     auto;
}

div#topBanner a 
{
  color:            #FFFFFF;
  height:           100%;
  text-align:       center;
  padding-left:     5px;
  padding-right:    5px;
  padding-top:      6px;
  font-family:      arial, helvetica, sans-serif;
  font-size:        13px;
  border-right:     1px solid white;
  float:            left;
}
div#topBanner a:link {text-decoration: none;}
div#topBanner a:visited {text-decoration: none;}
div#topBanner a:active {text-decoration: none;}
div#topBanner a:hover {background-color: #003366; color: #FFFFFF;}

div#topBanner a.activeTab {background-color: #FFFFFF; color: #7E0021;}
div#topBanner a.activeTab:hover {background-color: #FFFFFF; color: #7E0021;}

li.banner{display:inline;}

ul.banner
{
  float:            left;
  height:           25px;
  padding:          0px;
  margin:           0px;
  list-style-type:  none;
  margin-top:       105px;

}

#pageStyle
{
  background-color: #FFFFFF;
  width:            800px;
  margin-left:      auto;
  margin-right:     auto;
}

#phone
{
  color:            #FFFFFF;
  font-family:      arial, helvetica, sans-serif;
  font-size:        15px;
  font-weight:      bold;
  margin-top:       110px;
  margin-right:     10px;
  float:            right;
}


#footerContainer
{
  background-color: #FFFFFF;
  background-image: url('../images/paperSmall.jpg');
  width:            100%;
  padding-bottom:    10px;
}

#footer
{
  color:            #003366;
  background-color: #FFFFFF;
  width:            740px;
  margin-left:      auto;
  margin-right:     auto;
  margin-top:       10px;
  margin-bottom:    10px; 
  height:           75px;
  border:           thin solid #003366;
  font-family:      arial, helvetica, sans-serif;
  font-size:        13px;
}

#footerAddress
{
  margin-left:  10px;
  margin-right: 40px;
  margin-top:   12px;
  float:        left;
  width:        130px;
}

#footerPhone
{
  float:      left;
}

#footerLinks
{
  margin-top:     7px;
  margin-bottom:  7px;
}

div#footerLinks a 
{
  color:            #003366;
  font-family:      arial, helvetica, sans-serif;
  font-size:        12px;
  border-right:     1px solid white;
}
div#footerLinks a:link {text-decoration: none;}
div#footerLinks a:visited {text-decoration: none;}
div#footerLinks a:active {text-decoration: none;}
div#footerLinks a:hover {text-decoration: none;}

#spacer
{
  background-color: #FFFFFF;
  width:            800px;
  height:           15px;
  margin-bottom:    10px;
}


