/* Wilcomer style sheet -- by Carol Mattsson */
/* Green */

body {
   font-family: verdana, helvetica, sans-serif;
   background-image: url(pattern.gif);
   background-color: #e8e5da;
}

h1 { font-size: 140%; text-align: center; }
h2 { font-size: 100%; text-align: left; color: #4a4220; }
h3 { font-size: 100%; text-align: left; }

                              /* dark green #253521 */
.color	{ color: #4a4220; }  /* med brown #8a6a4a */
.header	{ font-size: 90%; }
.footer	{ font-size: 90%; }

.tagline	{ font-size: 105%; font-style: italic;
	border-top: 1px black solid; 
	border-bottom: 1px black solid; 
	background: #e1cd61; 			/* tan from the brown */
	/* background: #b6e434; yellow green */
}

.navbarbg {background: #45633d; }

.contentTitle { font-size: 110%; font-weight: bold; }

.menuLabel {
	color: white; font-size: 90%;	font-weight: bold; padding-left: 3px; text-decoration: none;
}

a:hover {
	text-decoration: underline
}


/* --------- within the content include files -------------- */

/* For the two-column thumbnails */
.photoCell { text-align: center; vertical-align: top; }


/* For the thumbnails */
.bordered { border: 2px solid black; }

