.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.head {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #a33e27;
	font-weight: normal;
	line-height: 32px;
}
.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #677230;
}
.textBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: fcf5dc;
}
.imgbrdr {
	border: 2px solid #a33e27;
}
.locatorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #677230;
	text-decoration: none;
}
.NavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
.NavSection {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #677230;
	font-weight: normal;
	text-decoration: none;
}
.sub_subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #A33E27;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
text-decoration: none;

}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #ffffff;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width: 200px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
top: -100px; /*position where enlarged image should offset horizontally */
left: -100px; /*position where enlarged image should offset horizontally */

}.bubble {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.special {
	border: 3px ridge #A23D29;
}

