
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
}
body {
	background-color: #FFF;
	background-image: url(images/go-green-bg2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {text-align:justify;}

a {
	font-weight: bold;
	color:#0C3;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 30px;
	color: #090;
}
h2 {
	font-size: 26px;
	color: #090;
}

h3 {
	font-size: 22px;
	color: #090;
}
#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 880px;
	height: 200px;
	margin: 0 auto;
}

#content {
	width: 500px;
	float: left;
	text-align:left;
	margin: 0 5px 40px 40px;
	padding: 5px;
}

#images {
	width: 310px;
	float: right;
	text-align: left;
	margin: 500px 10px 0 10px;
	padding: 5px;
}
#footer {
	font-size:14px;
	width: 880px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
}
#container #content p sup {
	font-size:12px;
}

table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 480px;
	line-height: 15px;
	}

th {
	padding: 0 0.5em;
	text-align: left;
	}

tr.yellow td {
	font-size:12px;
	border-top: 1px solid #0C0;
	border-bottom: 1px solid #0C0;
	background: #9F9;
	}

td {
	font-size:12px;
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	height: 20px;
	}

td.width {
	width: 60px;
	}

td.adjacent {
	text-align: center;
	}

