.footer { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #FFFFFF; 
}

h1 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-weight: bold; 
color: #3B6207; 
} 

h2 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-weight: bold; 
color: #3B6207; 
} 


a:link.whiteLinks  {
	text-decoration: underline;
	color: #FFFFFF
}
a:visited.whiteLinks  {
	text-decoration: underline;
	color: #FFFFFF
}
a:hover.whiteLinks  {
	text-decoration: underline;
	color: #FFFFFF
}
a:active.whiteLinks  {
	text-decoration: underline;
	color: #FFFFFF
}

a:link.greenLinks  {
	text-decoration: underline;
	color: #3B6207
}
a:visited.greenLinks  {
	text-decoration: underline;
	color: #3B6207
}
a:hover.greenLinks  {
	text-decoration: underline;
	color: #3B6207
}
a:active.greenLinks  {
	text-decoration: underline;
	color: #3B6207
}

/*Gallery Page*/
.gallery {
	width:575px;
	}
.gallery .image{
	float:left;
	margin-right:25px;
	width:261px;
	font-size:14px;
	text-align:center;
	}
.divider {
	margin:20px 0;
	}
