/**Background Color**/
body {
  background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-size: cover;
}
/**Header Styles**/
#header {
  padding: 20px 30px;
  background-color: #003579;
  border-bottom: solid 5px #7B911E;
}
#confTitles {
  color: #fff;
  margin-top: 30px;
  padding-right:20px;
}
/**Footer Styles**/
#footer {
	background-color: #003579;
	color: #9FBDD8;
}


#header img {
  width:125px;
}