/* CSS Document */

body.home{
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	font-family:georgia;
	font-size:12px;
	background-image: url(images/slice2.gif);
	color: #ffffff;
	background-color: #628468;

	

}
div.home{
	background-image: url(images/green1.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;


}


/* ----------------------traditions nav---------------------------- */
a.events:link{

	color: #ffffff;
	background: #336633;
	text-decoration:none;
	width:143px;
	display:block;
	padding-left:13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C2B678;
	
}

a.events:active{
	color: #ffffff;
	background: #336633;
	text-decoration:none;
	width:143px;
	display:block;
	padding-left:13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C2B678;
	
}



a.events:visited{
	color: #ffffff;
	background: #336633;
	text-decoration:none;
	width:143px;
	display:block;
	padding-left:13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C2B678;
	
}

a.events:hover{

	color: #ffffff;
	background: #336633;
	text-decoration:none;
	width:143px;
	display:block;
	padding-left:13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C2B678;
	
}

/* ----------------------cal table---------------------------- */

td.title{
	color: #ffffff;
	background: #BABABA;
	font-size:30px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}

div.date{
	font-size:30px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	color:#000000;
}

td.date{
	color:#BABABA;
	font-weight:bold;
	font-size:10px;
	border-bottom:1px solid #BABABA;

}

td.line{

	border-bottom:1px solid #BABABA;

}