body {
	background-color: #abb884;
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 1em;
	color: #094079; /*dark blue*/
}

div#homepage-content {
	background-color: #fff;
	width: 60em;
	margin: 2em auto;
	padding-top: 4em;
}

div#welcome img {
	float: left;
	margin-left: 2.5em;
}

div#welcome p {
	width: 30em;
	margin: 2em 0 0 375px;
	padding: 2em 0 2em 2em;
	border-left: 2px solid #094079;
}

#homepage-navigation {
	list-style-type: none;
	width: 46em;
	margin: 4em auto 0 auto;

}

#homepage-navigation li {
	font-size: 1.2em;
	display: inline;
	margin-left: 2em;
}

#homepage-navigation li a {
	text-decoration: none;
	color: #437238;
}

#homepage-navigation li a:hover {
	color: #094079;
}

#footer {
	position: relative; /* allows absolute positioning of div#aiso */
	text-align: center; /* centres paragraph text */
	font-size: .8em;
	line-height: 1.1em;
	height: 50px; /* make footer big enough to contain aiso img */
	background-color: #fff;
	margin-top: 7em; /* push footer to bottom of page */
}

#footer p { margin-top: .8em; }

/* absolutely position the aiso link image to the far left of footer*/
div#aiso {
	width: 148px; /*fit to img size*/
	height: 44px;
	position: absolute;
	left: 0;
	top: 2px;
}

#aiso img { border: 0; }