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