
body {
	background: #FFFFFF;
}


h3 {
border-bottom: 1px solid green; width: 100%;
}

#wrapperTable {
	width: 827px;
}

#navBar {
	background-color: #2D6621;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	width: 100%;
	font-weight: bold;
	margin-top: -1px;
	float: top;
	color: #FFFFFF;
	text-align:center;
}

#navBar a {
	text-decoration: none;
	color: #FFFFFF;
}
#navBar a:hover {
	color: #E6FF7F;
}

.headerImage {
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
}

#footer {
	width: 100%;
	height: 20px;
	color: #FFF;
	font-size: 15px;
	background-color: #2D6621;
	background-image: url("meadow_bg.gif");
	background-repeat: no-repeat;
	background-position: left;
	border: 2px solid #000000;
}

#secLink {
	border: 1px solid #FFF;
	color: white;
}
#welcomePar { margin-top: 0px; }
#welcomePar:first-letter {font-size: 400%; float: left; margin-right: 5px;}
.more { font-size: 10px; }

#productWrapper {
	/*border: 1px dotted #CAEFB3;*/
	margin-top: 3px;
	margin-bottom: 3px;
}
#productSearchWrapper {
	border: 1px dotted #CAEFB3;
	margin-top: 3px;
	margin-bottom: 3px;
}
#newsletterWrapper {
	border: 1px dotted #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 380px;
}
#productInfo { margin: 5px; }
#productListWrapper { margin-left: 15px; }
#productName { margin-bottom: 4px; }
#productName a { text-decoration:none;}
#productName a:hover {
	font-weight: bold;
	/*border-bottom: 1px solid blue;*/
}

.itemName {font-weight:bold;}
.itemDesc {font-size:13px;}

#eventDate { font-size: 13px; color:#455758; width: 78px; }
#eventTitle { font-weight: bold; }
#eventDesc { font-size: 13px; }

#eventDateView { font-size: 15px; color:#455758; }
#eventTitleView { font-weight: bold; font-size: 16px; }
#eventDescView { font-size: 15px; }



