@charset "utf-8";
body {
	margin: 0px;
}



#header {
	background-color: #FFFFFF;
}
#header img {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav {
	background-color: #99FF00;
}

#content {
	background-color: #FFFFFF;
	position: static;
	padding-bottom: 85px;
	margin-top: 50px;
}

#content p   {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	text-align: center;
}
.left {
	text-decoration: none;
	text-align: left;
}

#content #fwContentPage p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}


#content img {
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	float: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#footer {
	background-color: #000000;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: static;
	font-size: 10px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.large-text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
