/* CSS Document */

body.home{
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	font-family:georgia;
	font-size:12px;
	background-image: url(images/slice8.gif);
	color: #ffffff;
	background-color: #4BB49D;

	

}
div.home{
	background-image: url(images/green3.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;


}


/* ----------------------staff nav---------------------------- */
a.staff:link{

	color: #ffffff;
	background: #01936F;
	text-decoration:none;
	width:143px;
	display:block;
	padding-left:13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C2B678;
	
}

a.staff:active{
	color: #ffffff;
	background: #01936F;
	text-decoration:none;
	width:143px;
	display:block;
	padding-left:13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C2B678;
	
}


a.staff:visited{
	color: #ffffff;
	background: #01936F;
	text-decoration:none;
	width:143px;
	display:block;
	padding-left:13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C2B678;
	
}

a.staff:hover{

	color: #ffffff;
	background: #01936F;
	text-decoration:none;
	width:143px;
	display:block;
	padding-left:13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C2B678;
	
}



