/**Background Color**/

body {
    background-color:#eee;
}

/**Header Styles**/

#header {
	padding: 5px;
	background-color: #fff;
	border-bottom:solid 4px #031554;
}

#confTitles{
	color:#031554;
}

/**Footer Styles**/

#footer-wrapper {
	background-color: #031554;
	color: #fff;
}