
	/**
	 * Body
	**/
	body{
		margin: 0px;
		padding: 0px;
		font-family: "gill sans MT","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;}
	
	a{
		color: #FFFFFF}
	
	/**
	 * Header
	**/
	div#header{
		width: 100%;
		height: 320px;
		background-repeat: no-repeat;
		box-shadow: 0px 2px #033f87;}
	
		div#header-logo{
			float: left;
			z-index: 5;
			padding: 22px 10px 13px;
			position: absolute;
			width: 160px;
			height: 100px;
			margin-left: 8%;}
		
			div#header-logo img{
				margin-top: -10px;}
				
			div#header-title{
				position: absolute;
				width: 100%;
				margin-top: 12px;
				padding-top: 10px;
				padding-bottom: 10px;
				font-size: 1.4em;
				color: #FFFFFF;
				background: #033f87;}
		
	div#content-body{
		background: #FFFFFF;
	}
		
	div#footer{
		font-size: 0.7em;
		text-align: center;
		margin-top: 10px;
		padding-bottom: 40px !important;
	}