/**Background Color**/
body {
  background-color: #eee;
}
/**Header Styles**/
#header {
  padding: 20px;
  background-color: #fff;
  border-bottom: solid 5px #1a365e;
}
#confTitles {
  color: #284d9b;
  margin-top: 35px;
}
/**Footer Styles**/
#footer-wrapper {
  background-color: #1a365e;
  color: #fff;
}