/* CSS Document */
#outercontainer {
	background-image: url(../img/tilegreen.gif);
	background-repeat: repeat-x;
}
.firstpara {
	font-family:Arial, Helvetica, sans-serif;
	color:#54ab00;
	font-weight: bold;
}
ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	list-style-image:url(../img/greenbullet.gif);
	list-style-position:outside;
	color:#54ab00;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	margin: 4px 0 4px 0;
	color:#54ab00;
}
a:link, a:active, a:visited {
	color: #54ab00;
}
a:hover {
	color: #5b8c14;
}
