/* darker green for header and footer */
body {
background-color: #6B9228;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 6px;
padding-top: 0px;
padding-left: 3px;
padding-right: 3px;
}


/* subheader bit */
.midgreen, .midgreen td {
	background-color: #6B9228;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 70%;
}

/* 'search this site' form */
form.searchform {
	margin: 0px;
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

h1 {
	color: #392C00;
	text-align: center;	
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	color: #463500;
}

h3, h4, h5, h6 {
	color: #503A00;
}

td#containsPageBody {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


/* page body */
.pagebody {
	background-color: #ffffff;
}

/* picture captions */
.picturecaption {
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 110%;
	text-align: center;
}


.picturecaption p {
padding: 6px;
}

.bodytext, .bodytext td {
	padding-top: 0px; 
	padding-bottom: 6px;
	padding-left: 16px;
	padding-right: 20px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%; 
	font-style: normal;
	font-variant: normal;
	text-align: justify;
}

li {
	line-height: 140%;
}

.bodytext .picturecaption {
	font-size: 94%;
}

.centered {
	text-align: center;
}

a:link {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #669933;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #669933;
	text-decoration: underline;
}



a:hover {

color: #990000;

text-decoration: underline; 

}





/* display text */

.displaytext {
	padding: 4px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 80%;
}

/* headings on the navigation links at the top */
.displaytextnavbar {
	padding: 4px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 80%;
	line-height: 170%;
	color: #392C00;
}


.displaytextnavbar a:link {
	color: #D8E2AE;
	text-decoration: none;
}

.displaytextnavbar a:visited {
	color: #D8E2AE;
	text-decoration: none;
}

.displaytextnavbar a:active {
	color: #BDCF7B;
}



/* small type; replaces a style with the same name in the old stylesheet */
.smallfont {
	font-size: 75%;
	line-height: 110%;
}

/* large type; replaces a style with the same name in the old stylesheet */
.largefont {
	font-size: 115% ;
}


/* footer */
.footer {
	color: white;
}

.footer a, .footer a:visited, .footer a:hover {
	color: #ffffff; 
	font-weight: bold;
	text-decoration: underline;
}

em {
	font-style: normal;
	color: #5A4000;
	font-weight: bold;
}

.small {
	font-size: 75%;
}

.biglines {
	line-height: 150%;
	padding: 4px;
}

.green {
	color: #006600;
}

.intro {
	text-align: center;
	font-weight: bold;
	color: #5A4000;
}

.pagenav {
	border-color: #cccccc ; 
	border-style: solid ;
	border-width: 2px ;
	font-size: 80% ;
	padding: 5px 10px ;
	text-align: center ;
}

/* used in the "donate to a grove" page for readonly fields, to make them look disabled.
.pseudodisabled {
	color: #555555;
	background-color: #dddddd;
}


/* used in the Conservation Holiday booking page for a completed week */
TR.compl {
	color: #808080 ;
}

/* used on front page for images in the articles in the middle of the page */
img.spaceafter {
	padding-top: 0px;
	padding-bottom: 24px;
	padding-left: 6px;
	padding-right: 6px;
}

