body
{
	padding: 0;
	margin: 0;
	font-family:  'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: AliceBlue;
	background-image: url(gradient-background.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#Wrapper
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 770px;
	text-align: left;
	z-index: 0;
}

#Header
{
	position: relative;
	height: 5px;
	border-bottom: Navy 1px solid;
}

#Sidebar
{
	padding: 0;
	margin: 0;
	float: left;
	width: 380px;
	height: 580px;
	border-left: Navy 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: 0.9em;
	line-height: 1.1em;
	margin: 0.7em 0 0.7em 0;
	text-align: justify;
}

.BulletPoint
{
	font-size: 0.9em;
	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;
}

#Content a:link, 
#Content a:visited
{
	color: Navy;
}

#Content a:hover
{
	color: DarkOrange;
}

#Back
{
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 1em;
	text-align: center;
}

#Back a
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}

#Back a:link, 
#Back a:visited
{
	color: Navy;
	background-color: White;
	border: 2px Navy solid;
}

#Back a:hover
{
	color: DarkOrange;
	background-color: White;
	border: 2px DarkOrange solid;
}

#Footer
{
	clear: both;
	height: 5px;
	border-top: Navy 1px solid;
}