.menu {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	text-align: middle;
	vertical-align: middle;
}

.menu:hover {
	color: #ffffff;
	font-family: Tahoma;
	font-size:8pt;
	font-weight: bold;
	text-decoration: underline;
	background-color: #002975;
}

.toolbar {
    background-color: #666666;
    padding: 0px 0px 0x 0px;
}

.top {
    background-color: #ffffff;
    padding: 2px 0px 2px 0px;
}

.imhere {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px;
	text-align: middle;
	vertical-align: middle;
}

td {
	font-family: Tahoma;
	color: #000066;
}

th {
	font-family: Tahoma;
	color: #000066;
}
.gentext {
	font-family: Poor Richard;
	font-size: 11pt;
	color: #002975;
	}
	
.gentext2 {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	}
	
.navhead {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #ffff00;
	font-weight: bold;
	}

.bodyboldtext {
	font-family: Berlin Sans FB Demi;
	font-size: 20pt;
	color: #000000;
}

.header {
	font-family: Poor Richard;
	font-size: 13pt;
	font-weight: bold;
	color: #002975;
}	
	
.body {background-image: url(Images/texture2.png);
}


.home {
	font_family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	color:#ffffff
	}


<style type="text/css">

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
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: 0;
left: 20px; /*position where enlarged image should offset horizontally */
}

</style>
