@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	margin: 0 0;
	padding: 0 0;
}
body {
	background: #C8C3A6;
	font-family: Verdana, Arial, sans serif;
}
div.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px auto;	
}
div.footernudge{
	height: 100px;
	clear: both;
	position: relative;
}
div.nudge{
	height: 100px;
	clear:both;
}
a {
	text-decoration: none;
}
#masthead {
	background: #56875D;
}
#masthead h1 {
	padding: .5em 0 .5em .5em;
	color: white;
	margin-top: 0;
}
#masthead .homelink {
		color: #C8C3A6;
		font-style: italic;
		font-weight: bold;
}
#navlinks {
	margin-left: 0em;
	padding: 1em 1em;
	background: #517887;
	border-top: 2px solid; color: white;
	border-bottom: 2px solid; color: white;
}
#navlinks li {
	display: inline;
	border-right: 1px solid; color: white;	
	}
#navlinks li.last {
	border-right: none;
}
#navlinks a {
	color: white;
	padding-right: .5em;
}
#content {
	padding-bottom: 3em;
}
#content p {
	padding-top: .75em;
	margin-right: 1em;
	float:left;
}
#content img {
	float: left;
	padding: 0 1em 1em 1em;
}
#footer {
	padding: 1.5em 3em;
	background: #56875D;
	color: white;
}
#footer a {
	float: right;
	color: white;
	margin-top: -1.2em;
	display: block;
}




	