@charset "UTF-8";

#header {
	background-image:url(../../images/logo.jpg);
	background-repeat:no-repeat;
} 

#sidebar1 {
	background-color: #F9F9F9;	
}

#sidebarContent h3 {
	color: #FFF;
	background-color:#76A642;
	background-image: url(../../images/centralgrove/ui_images/h3_bg.jpg);
	background-repeat: repeat-x;
}
#sidebarContent a {
	color: #76A642;
}


#sidebarContent a:hover {
	color: #003300;
}
#sidebarContent a:active {
	color: #F00;
}

#sidebarContent ul li.pdf {
	list-style-image: url(../../images/pdficon_small.gif);
	font-size: 12px;
	padding-bottom: 10px;	/*margin-bottom: 10px;*/
	line-height: 12px;
}

#sidebarContent ul li span.pdfsize {
	font-size: 75%;
}



#sidebarFooter {
	background-image: url(../../images/centralgrove/ui_images/sidebar_footer.jpg);
	background-repeat:no-repeat;
}
#content a {
	color: #76A642;
	text-decoration: none;
}
#content a:hover {
	color: #9ABE76;
	text-decoration: none;
}
#content a:active {
	color: #F00;
	text-decoration: none;
}
#content table {
	width:490px;
	margin:5px 0;
}
#content th {
	border-width:thin;
	border-style:solid;
	border-color:#FFFFFF;
	text-align:center;
	margin: 0;
	padding: 2px;
	background-color: #E7E7E7;
}
	
#content td {
	border-width: 0 thin thin thin;
	border-style:solid;
	border-color:#FFFFFF;
	margin: 0;
	padding: 5px;
	vertical-align:bottom;
	text-align: center;
}

#content h1 {
	color: #FFFFFF;
	background-color: #424242;
	background-image: url(../../images/centralgrove/ui_images/h1_bg.jpg);
	background-repeat: repeat-x;
}
#content h2 {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}


#content h3 {
	color: #76A642;
	/*background-image: url(../../images/centralgrove/ui_images/h3_bg.jpg);
	background-repeat: repeat-x;*/
}
#content h4 {
	color: #76A642;
}


#content h6 {
	border-bottom-color: #76A642;
}



#footer {
	background-image: url(../../images/centralgrove/ui_images/footer.jpg);
	background-repeat: no-repeat;
} 
