body
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	font-size: 80%;
	color: #000;
	background: #EEE;
	line-height: 180%;
}

a
{
	color: #4B6400;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

blockquote
{
	margin: 0 10px 0 10px;
	padding: 0;
}

#headercontainer
{
	width: 100%;
	background: #242424;
}

#header
{
	margin: 0 auto;
	width: 760px;
	height: 125px;
	border: 1px solid #6F6F6F;
	border-top: 0px;
	border-bottom: 0px;
	background: #242424 url('../images/header-background.jpg');
}

#header h1
{
	margin: 0;
	padding: 50px 0 10px 16px;
	color: #EEE;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 275%;
	letter-spacing: -3px;
}

#menucontainer
{
	width: 100%;
	height: 27px;
	background: #A0C80E;
	background-image:url('../images/menu-background.jpg');
	background-repeat:repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 760px;
	background: #A0C80E;
	border-right: 1px solid #95BC0E;
}

#content
{
	margin: 0 auto;
	width: 728px;
	padding: 20px 16px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFF;
	line-height: 150%;
	text-align: justify;
}

div#content
{
	min-height: 400px;
	height: expression(this.scrollHeight > 400 ? "auto":"400px");
}

#content h2
{
	margin: 0;
	padding: 0 0 5px 0;
	color: #666;
	border-bottom: 1px solid #D7F56D;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 200%;
	letter-spacing: -1px;
}

#content p
{
	margin: 15px 0 0 0;
	padding: 0;
}

.table td
{
	width: 250px;
	color: #555;
}

#footer
{
	margin: 0 auto;
	width: 728px;
	color: #E3F99B;
	letter-spacing: -1px;
	background: #A0C80E url('../images/menu-background.jpg') repeat-x;
	border: 1px solid #A0C80E;
	font-family: helvetica, arial, verdana, tahoma, sans-serif; 
	padding: 3px 16px;
}

#footer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer li
{
	display: inline;
	margin: 0 10px 0 0;
}