/**Background Color**/
body {
  background-color: #99aac0;
}
/**Header Styles**/
#header {
  padding: 5px;
  background-color: #002c62;
  border-bottom: solid 5px #fff;
}
#confTitles {
  color: #fff;
  padding-right:10px;
}
/**Footer Styles**/
#footer-wrapper {
  background-color: #002c62;
  color: #fff;
}