/**Background Color**/
body {
  background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-size: cover;
}
/**Header Styles**/
#header {
  padding: 20px 30px;
  background-color: #f6f6f6;
  border-bottom: solid 5px #0195db;
}
#confTitles {
  color: #0b3047;
  margin-top: -5px;
  padding-right:10px;
}
/**Footer Styles**/
#footer-wrapper {
  background-color: #0b3047;
  color: #9FBDD8;
}

#header img {
  width:250px;
}