@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	background: #b5c491 url(images/bg-tile.gif) top repeat-x;
}
#content {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	margin-left: 145px;
	margin-top: 45px;
}
.heading {
	color: #577d2d;
	font-family: Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	padding: 10px;
}
.content {
	font-family: helvetica, sans-serif;
	font-size: 11px;
}
.list1 {
	/*line-height: 1.5em;*/
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding: 0px;
	margin-left: 20px;
}
a:focus {
	-moz-outline-style: none;
}
.footer {
	color: #017002;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
a.footer:link, a.footer:visited {
	text-decoration: none;
	color: #673501;
}
a.footer:hover, a.footer:active {
	text-decoration: none;
	color: #017002;
}
#footer {
	position:absolute;
	width:869px;
	z-index:2;
	margin-top: 610px;
}