
#footer {
  width: 800px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #003399;
  background-image: url(/images/background_footer.jpg);
  background-repeat: repeat-x; 
  background-position: top;
  clear: both;
  min-height: 75px;
  color: #ffffff;
  font-weight: normal;
  line-height: 18px;
}
        
#footer_links {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#footer_copyright {
  width: 800px;
  margin: 0px;
  padding: 5px 0px 5px 0px;
  text-align: center;
  background-color: #ffffff;
  color: #666666;
  clear: both;
  font-size: 11px;
}

a.footerNavigation,
a.footerNavigation:link,
a.footerNavigation:visited {
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
}

a.footerNavigation:hover {
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-decoration: underline;
  margin-left: 5px;
  margin-right: 5px;
}

