h1
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#003063;
	font-size: 24px;
}
p
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
a
{
	color: #003063;
}
html, body {
	margin:0px;
	padding:0px;
	background:#eee;
}
div#wrapper {
	width:600px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:20px;
	overflow:auto;
}
div#title {
	overflow:auto;
	background:#003063;
	border-radius: 0px;
	text-align: left;
	padding:20px;
}
	div#title a
	{
		font-size: 32px;
		color:#fff;
		text-decoration: none;
		font-weight: bold;
	}
div#content
{
	padding-top: 10px;
	margin-top: 0px;
	padding:20px;
	background:#fff;
	border-radius: 0px;
	border-bottom:1px solid #fff;
}
	div#content p
	{
		font-size: 14px;
		color:#444;
		line-height: 20px;
	}
div#footer
{
	margin:10px;
	text-align:center;
}
	div#footer p
	{
		color:#999;
		font-size:11px;
	}