body {
	margin: 0;
	padding: 0;
	font-family: "Franklin Gothic Book", "Century Gothic", Verdana, Tahoma, sans-serif;
	background-image: url("../images/greenDarkBorderBack.JPG");
	background-repeat: repeat-y;
	background-position: 16% 0;
	}

#topNav {
	margin: 0;
	padding: 0;
	color: #004000;
	background-image: url("../images/headerPix/homeHeader2.JPG");
	background-color: #7FC37F;
	border-bottom: 3px solid #004000;
	height: 105px;
	
}

#topNav h2 {
	vertical-align: bottom;
	margin: 0 0 0 20px;
	line-height: 105px;
	font-size: 2.5em;
	font-weight: bold;
	color: #DDFFDD;
	background: inherit;
	text-align: center;
	font-family: Verdana, Tahoma, sans-serif;
}


#sideNav {
	width: 15%;
	margin-left: 3px;
	float: left;

}
#sideNav a {
	display: block;
	border: 1px solid #D4D4D4;
	padding: 4px;
	margin: 3px;
	text-decoration: none;
	background-color: #DDFFDD;
	color: #004000;
	font-size: 0.8em;


	
}
#sideNav a:visited {
	background-color: #B8DEB8;
	color: #535300;
	border: 1px solid #A2A2A2;
}
#sideNav a:hover {
	background-color: #499E49;
	color: #000000;
	border: 1px solid #000000;
}

#main {
	width: 80%;
	padding: 1em;
	float: right;
	text-align: center;
}


#main .caption {
	font-size: 0.7em;
	font-style: italic;
	margin-top: 0;
}

#main div.pic {
	background-color: #7FC37F;
	color: #000000;
	padding: 5px;
	margin: 0px 25% 0px 25%;	
	border: 3px solid #004000;

}

#main a {
	border: 1px solid #326932;
	text-decoration: none;
	color: #326932;
	background-color: #DCEFDC; 
	padding: 3px;
}

#main a:visited {
	border: 1px solid #326932;
	text-decoration: none;
	color: #326932;
	background-color: #FFFFFF; 
}

#main a:hover {
	border: 1px solid #003366;
	text-decoration: none;
	color: #FFFFff;
	background-color: #326932; 
}

#footer {
	clear: both;
	background-color: #D4D4D4;
	color: #000000;
	text-align: center;
	width: 100%;
	position: relative;
	border-top: 2px solid #004000;
	font-size: 0.8em;
	
}

.print {
	display: none;
}
