BODY {
	background-color: #E0E4E0;
	margin: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

.topnav {
	font-size: 12px;
	font-weight: bold;
	color: #387C2B;
	text-align: right;
}

.topnav A {
	color: #387C2B;
	text-decoration: none;
}

.topnav A:hover {
	color: #387C2B;
	background-color: #FFE894;
	text-decoration: none;
}

.header {
	background-color: #FFE894;
}

.header2 {
	background-color: #387C2B;
}

.menu {
	background-color: #AFCAAA;
	color: #387C2B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
}

.menu A {
	color: #387C2B;
	text-decoration: none; 
	text-transform: uppercase;
}

.menu A:hover {
	color: #387C2B;
	text-decoration: none; 
	text-transform: uppercase;
	background-color: #FFE894;
}


.content {
	background-color: #FAF9D7;
	color: #387C2B;
	line-height: 22px;
}

.content A {
	color: #387C2B;
	text-decoration: underline; 
}

.content A:hover {
	color: #387C2B;
	text-decoration: underline; 
}

.img_left {
	margin-right: 10px;
	margin-top: 5px;
}

.img_right {
	margin-left: 10px;
	margin-top: 5px;
}

H1 {
	text-transform: uppercase;
	font-size: 1em; 
}

.footer {
	text-align: center;
	color: #666666;
	font-size: .85em;
}

.footer A {
	color: #666666;
}

.footer A:hover {
	color: #387C2B;
}

.caption {
font-family: Verdana, Arial, sans serif;
font-size: .7em;
font-style: italic;
color: #387C2B;
text-align: center;
}



/* calendar */

.cal {
font-family: Georgia, Times New Roman, serif;
font-size: .75em;
font-weight: bold;
color: #387C2B;
background-color: #FFE894;
}

.event {
font-family: Verdana, Arial, serif;
font-size: .75em;
color: #387C2B;
}

A.button {
font-family: Verdana, Arial, serif;
font-size: .75em;
text-decoration: underline;
color: #387C2B;
}

A:hover.button {
font-family: Verdana, Arial, serif;
font-size: .75em;
text-decoration: underline;
color: #387C2B;
}

.hilite {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1em;
color: #387C2B;
font-weight: bold;
text-decoration: none;
}


