/* ===================================================	
BODY STYLES	
=================================================== */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/* ===================================================	
CONTENT STYLES	
=================================================== */
#content {
	position: absolute;
	width: 600px;
	left: 10px;
	top: 130px;
	right: 0px;
	bottom: 0px;
}
h1 {
	font: 18px "Times New Roman", Times, serif;
	color: #000000;
}
h2 {
	font: bold 14px "Times New Roman", Times, serif;
	color: #000000;
}
p {
	font: 14px "Times New Roman", Times, serif;
	color: #000000;
	text-align: left;
	margin: 2px 2px 10px 2px;
}
/* ===================================================	
IMAGE STYLES	
=================================================== */
.fbLogo {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border: 0px;
}
.backButton {
	float: right;
	margin: 1px 1px 1px 1px;
	border: 0px;
}
.imgRight {
	float: right;
	margin: 2px;
}
.imgLeft{
	float: left;
	margin: 2px;
}

#toolbar a {
	background: #93AC6E;
	padding: 2px 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	}

