body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#CCCCCC
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-transform: none;
	font-variant: normal;
}

a:link {color: #336600}
a:visited {	color: #999999}
a:hover {COLOR: #336600; TEXT-DECORATION: none;}
.bodytext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333}
.size14green { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #336600 }
.size18green { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #336600 }
.footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666 }
.section { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333 }
.requiredfieldsymbol { color: #990000}
.spacedbodytext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333 ; line-height: 25px; list-style-type: none}
.spacedbodytext18 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333 ; line-height: 18px; list-style-type: none}
.sectionspaced {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px #336600;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px #336600;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 1px solid #336600;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -50;
left: 200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}