body {
	text-align: center;
	margin: auto;
	width: 800px;
	background:url('../images/background_homepage.jpg') no-repeat top right;
	}

#header {
	height: 120px;
	margin-left: 0px;
	width: 800px;
	background:url('../images/greenway.gif') no-repeat center bottom;
	}

#links {
	float: left;
	text-align: center;
	width: 150px;
	padding: 10px;
	margin-top: 35px;
	}

#links hr {
	width: 80%;
	color: #000066;
	size: 5px;
	}

#links A:link {
	display: block;
	color: #00ffff;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, helvetica;
	text-decoration: none;
	background-color: #000066;
	padding: 4px;
	line-height: 1.2em;
	}

#links A:visited {
	display: block;
	color: #00ffff;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, helvetica;
	text-decoration: none;
	background-color: #000066;
	padding: 4px;
	line-height: 1.2em;
	}

#links A:hover {
	color: #ff0000;
	background-color: #000066;
	padding: 4px;
	}

#content {
	text-align: center;
	width: 800px;
	padding-right: 5px;
	}

#content .floatleft {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	}

#content .floatright {
	float: right;
	margin-left: 10px;
	}

#content hr {
	color: #000066;
	size: 5px;
	}

#content .table {
	text-align: center;
	margin: auto;
	}

#content .th1 {
	text-align: center;
	margin: auto;
	}

#content .td1 {
	text-align: center;
	margin: auto;
	}

#content h1 {
	font: 18px arial, helvetica;
	text-align: center;
	color: #00ffff;
	font-weight: bold;
	font-style: italic;
	background-color: #000066;
	padding-right: 190px;
	}

#content h2 {
	font: 16px arial, helvetica;
	text-align: center;
	color: #000066;
	font-weight: bold;
	}

#content h3 {
	font: 18px arial, helvetica;
	text-align: center;
	color: #0000ff;
	font-weight: bold;
	margin-top: 50px;
	}

#content h4 {
	width: 95%;
	font: 16px arial, helvetica;
	text-align: center;
	color: #000000;
	font-weight: bold;
	}

#content p {
	font: 14px arial, helvetica;
	text-align: left;
	color: #000000;
	font-weight: bold;
	padding: 10px;
	background-color: #ffffff;
	}

#content .style1 {
	font: 16px arial, helvetica;
	text-align: left;
	color: #000066;
	font-weight: bold;
	}

#content .style2 {
	font: 16px arial, helvetica;
	text-align: left;
	color: #ff0000;
	font-weight: bold;
	}

#footer {
	clear: both;
	text-align: center;
	width: 800px;
	}

#footer .floatleft {
	float: left;
	margin-left: 20%;
	margin-right: -250px;
	}

#footer .style1 {
	font: 16px arial, helvetica;
	color: #fff000;
	font-weight: bold;
	background-color: #000066;
	padding-left: 10px;
	padding-right: 10px;
	}


