@charset "utf-8";
/* CSS Document */
/*
pink #FF00FF
green #ccff66
orange #FF9900
*/
body{
	margin:0px;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#496620;
}
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#496620;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#496620;
	text-align:justify;
}
.pagetitle{
	font-size:18px;
	color:#FF9900;
	font-weight:bold;
	letter-spacing:3px;
	text-transform:uppercase;
}
.occasion{
	font-weight:bold;
}
/* nav */
#navigation{
	width:170px;
}
#navigation td {
	border-bottom: 1px solid #F4FFE4;
}
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #496620;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
}
#navigation a:hover {
	background-color: #99CC00;
/*	color:#ffffff;*/
}
/* end nav */
.bodyText {
	line-height:20px;
}
#midcontent{
	width:510px;
}
#leftcol{
	width:120px;
}