/* footer.css */

#Footer {
  text-align: center;
  background: transparent;
  line-height: 22px;
  margin-top: 50px;
  width: 944px;
  font-size: 12px;
  padding: 0 10px;  
}

#Footer a {
  color: #1B4682;
  font-size: 12px;
  text-decoration: none;
  padding: 5px;  
}

#Footer a:hover {
  background: white;
}

#Footer .separatorFooter {
  color: #1B4682;
}

.copyright {
  margin: 5px auto;
  width: 944px;
  text-align: center;
  font-size: 11px;
  color: #99C3D3;
}

.copyright a {
  color: #99C3D3;
  text-decoration: none;
}