* {
	margin: 0;
	padding: 0;
	font-family:helvetica;
}
p {
	word-spacing: 0.1em;
	}
	
body {
	background-color:#EAEAEA;
	}

strong{
	color:#376092;
	}
	
#header {
	width:100%;
	background-color:#060345;
}
	
#header img{
	
	width:100%;
}

#navigation {
	width:100%;
	background-color:#376092;
	height:2em;
	-moz-box-shadow: 0px 8px 5px grey;
	-webkit-box-shadow: 0px 8px 5px grey;
	box-shadow: 0px 8px 5px grey;
    text-align:center;
	}
	
#navigation ul{	
    display:block;
    margin-left: auto;
    margin-right: auto;
	}

#navigation li {
    margin-top: 0.2em;
	list-style: none;
    display:inline-block;
	font-size:1.2em;
    width: 30%;
	}
	
#li1, #li2{
	border-right:solid 2px white;
	}
	
#navigation a{
	color: #fff;	
	text-decoration:none;		
	}

#navigation a:hover {
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
	}

.text {	
	margin-top:2em;
	}
	
.text p{	
	color:#000019;
	padding:1.2em;
	width:80%;
    display:block;
    margin-left: auto;
    margin-right: auto;
	background-color:white;
	margin-top:1em;
	padding:1.7em;
    -moz-box-shadow: 0px 5px 5px grey;
	-webkit-box-shadow: 0px 5px 5px grey;
	box-shadow: 0px 5px 5px grey;
	}
	
h2{
	padding:0.5em;
	color:#376092;
	}
	
#PeterAHodson{
	width:45%;
	float:left;
	padding-right:1em;
	}
	
#footer{
	width:100%;
    text-align: center;
	color:#060345;
	font-size:70%;
	float:left;
	margin-top:2em;
	margin-bottom:1em;
	}