body {
	background-color: white;
	margin:20px;
}
h1 {
	font-size:24px;
}
p {
	margin:0;
	margin-bottom:14px;
}
a:link {
	color: #355279;
}
a:visited {
	color: #355279;
}
a:hover {
	color: #355279;
}
a:active {
	color: #355279;
}

.pagewrapper {
	width:780px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:16px;
}
.header {
	overflow:auto;
	margin-bottom:40px;
}
.logo {
	float:left;
}
.address p {
	float:right;
	text-align:right;
	font-size:12px;
}
.pretitle {
	text-transform:uppercase;
	font-family:Tahoma, Arial, sans-serif;
	font-size:24px;
}
.contentfooter {
	margin-top:40px;
}
.indent {
	padding-left:2em;
}
