.body { color: #fff; font-size: 12px; font-family: "trebuchet ms"; line-height: 18px; }
.Subhead { color: olive; font-size: 12px; font-family: "trebuchet ms"; font-weight: bold; line-height: 16px; text-transform: capitalize; letter-spacing: 1px; }
.Cutline { color: gray; font-size: 12px; font-family: "trebuchet ms"; font-weight: bold; letter-spacing: 1px; }
.CutlineWHT { color: white; font-size: 12px; font-family: "trebuchet ms"; font-weight: bold; letter-spacing: 1px; }
.heads { color: orange; font-size: 16px; font-family: "trebuchet ms"; font-weight: bold; font-style: normal; line-height: 20px; }
.headsWHT { color: white; font-size: 16px; font-family: "trebuchet ms"; font-style: normal; font-weight: bold; line-height: 20px; }
#gallery {
	margin: 20px;
	padding: 5px;
	height: 600px;
}
#slideTray {
	float: left;
	width: 225px;
	overflow: auto;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border: 0px solid black;
	height: 500px;
	text-align: center;
}
#slideTray img {
	border: 0px;
	}
#slideTray .slide {
	padding: 3px;
	margin-bottom: 10px;
	border: 2px solid #989A73;
	height: 150px;
	width: 180px;
	text-align: center;
	vertical-align: middle;
	}
#slideTray .slide:hover {
	padding: 0px;
	margin-bottom: 10px;
	border: 2px solid #C9D8FC;
	}
#slideTray .slide .caption a{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	color: #989A73;
	width: 150px;
	}
#slideTray .slide .caption a:hover {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	width: 150px;
	}
#lightbox {
	padding: 5px 0px 5px 0px;
	margin-left: 230px;
	width: 500px;
	height: 500px;
	text-align: center;
	
}
/*
#gallery img {
	border: 1px solid black;
	padding: 5px;
	margin: 10px;
}
*/
#gallery .textblock {
	padding-bottom: 20px;
	text-align: center;
}
#gallery .mainHeader {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
}

