body
{
	margin: 0;
	padding: 0;
	background-color: #00A33D;
	text-align: center;
}

#lightgreen
{
	width: 100%;
	background-color: #BCEF73;
	padding-bottom: 30px;
}

#content
{
	width: 830px;
	margin: 0 auto;
	text-align: left;
}

#logo
{
	display: block;
	border: 1px solid white;
	float: left;
	border: 0;
	margin: 0;
	margin-top: -350px;
}

#nav
{
	width: inherit;
	float: left;
	height: 30px;
	background-color: #00A33D;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #BCEF73;
	margin-top: -85px;
}

/* start IE 7 hack */
*:first-child+html body #lightgreen #nav
{
	margin-left: -700px;
}

/* end IE 7 hack */

#nav_extension
{
	float: right;
	width: 49%;
	margin-top: 253px;
	background-color:#00A33D;
	height: 30px;
}



#nav a:link,
#nav a:visited
{
	background-color: #00A33D;
	color: #BCEF73;
	text-decoration: none;
	display: block;
	float: left;
	padding: 5px 10px;
	height: 20px;
	border-right: 2px solid #BCEF73;
}

#nav a:hover,
#nav a:active,
#nav a#current:link,
#nav a#current:visited
{
	background-color: #0060B6;
	color: white;
}

h1
{
	font: 17px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	padding: 10px 0;
	width: 45%;
	background-color: #0060B6;
	height: 25px;
	letter-spacing: 1px;
	margin-top: -45px;
	float: left;
}

#page_extension
{
	float: left;
	width: 49%;
	margin-top: 293px;
	background-color: #0060B6;
	height: 45px;
}



p
{
	float: left;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #023534;
	line-height: 1.7em;
	margin-top: 30px;
}

/* start IE 7 hack */
*:first-child+html body #lightgreen #content p
{
	margin-left: -385px;
}

/* end IE 7 hack */

#footer
{
	clear: both;
	padding: 10px 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#footer a:link,
#footer a:visited
{
	color: #BCEF73;
}

#footer a:hover,
#footer a:active
{
	color: white;
}

img
{
	border: 10px solid white;
	margin-top: -85px;
	margin-left: 10px;
}	

/* start IE 7 hack */
*:first-child+html body #lightgreen #content p img
{
	margin-top: -70px;
}

/* end IE 7 hack */