#header
{
	position:relative;
	z-index:50;
}

#footer
{
	background-image: url(images/FooterLine.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-color:#EDEDED;
}

#footer a
{
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover
{
	color:#000000;
	text-decoration:underline;
}

#ContentPanel
{
	font-family: arial, sans serif;
	text-align:left;
	position:relative;
	padding:12px;
	background-color:#FFFFFF;
	color:#000000;
	width: 990px;
	font-size:13pt;
}
#ContentPanel td
{
	font-size:13pt;
}

.heading_green {color: #548311;}
.heading_blue {color: #015670;}