/* footer.css */

#Footer .separator {
  font-size: 18px;
}

/* FooterLinks */

#Footer .FooterLinks {
  float: left;
  color: white;
  padding: 2px 0 6px 0;
  background: #002481;
}
#Footer .FooterLinks a {
  padding: 0 15px 0 16px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
#Footer .FooterLinks a:hover {
  text-decoration: underline;
}

/* Copyright */

#Footer .Copyright {
  float: right;
  margin: -20px 5px 0 0;
  color: #002481;
}
#Footer .Copyright a {
  color: #002481;
  text-decoration: none;
}
