body
{
	padding: 0;
	margin: 0;
	font-family:  'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align: center;
}

#Wrapper
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 770px;
	text-align: left;
	z-index: 0;
}

#Header
{
	position: relative;
	height: 10px;
	border-bottom: Black 1px solid;
}

#Sidebar
{
	padding: 0;
	margin: 0;
	float: left;
	width: 380px;
	height: 580px;
	border-left: Black 1px solid;
}

#Content
{
	position: relative;
	height: 550px;
	padding: 10px 5px 10px 0;
	float: right;
	width: 360px;
}

#Logo
{
	width: 360px;
	height: 41px;
	margin: 20px 0 25px 0;
}

#Content p
{
	font-size: 12pt;
	line-height: 1.1em;
	margin: 0.7em 0 0.7em 0;
	text-align: justify;
}

.BulletPoint
{
	font-size: 12pt;
	line-height: 1.1em;
	text-align: justify;
	padding: 0.4em 0 0.4em 25px;
	margin-left: 0.5em;
	background-image: url(bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#Content a
{
	font-weight: bold;
}

#Back
{
	display: none;
}

#Footer
{
	clear: both;
	font-size: 0.7em;
	padding: 0.25em 0 0 0;
	margin: 0 0 2em 0;
	text-align: right;
	color: Navy;
	border-top: Black 1px solid;
}

.HidePrint
{
	display: none;
}