.FHFDMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.Archives {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;

}

.thumbnailRight{
	position: relative;
	z-index: 0;
	
}

.thumbnailRight:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailRight span{ /*CSS for enlarged image*/
position: absolute;

padding: 0px;
left: -1000px;

visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnailRight:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -200px;
	left: 20px; /*position where enlarged image should offset horizontally */
}
#Copyright {
	background-image: url(../april/copyright.jpg);
	background-repeat: repeat-x;
	height: 50px;
	width: 163px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: right;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.GalleryList1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	list-style-image: url(../april/Bullet1.jpg);
}
.GalleryList1 li {
	color: #000;
	margin-bottom: 5px;
}

.GalleryList1 li ul li {
	list-style-type: disc;
	margin-bottom: 2px;
}
.PageHeader {
	background-image: url(../images/PageHeader.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 41px;
	width: 372px;
	font-weight: bold;
	color: #16033A;
	padding-top: 17px;
	text-indent: 70px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
.shadow{
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	box-shadow: 3px 3px 4px #333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

