/* footer for treatment links */
#treatmentFooter
{
	bottom:				0;
	width:				100%;
	background-color:	#E6BAFF;
	font-family:		century gothic, arial, sans serif;
	font-size:			10pt;
	padding-top:		15px;

}

div#treatmentFooter ul li
{
	display:			inline;
}

div#treatmentFooter ul
{	
	margin: 			0 0 0 0;
}

div#treatmentFooter ul li a
{
	width:				200px;
	color: 				#FFFFFF;
	background-color: 	#1C3D23;
	padding: 			0.2em;
	text-decoration:	none;
	border: 			1px solid #E6BAFF;
}

div#treatmentFooter ul li a:hover
{
	background-color: 	#881899;
	color: 				#FFFFFF;
}
