body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F4F3EE;
}

/* Bottom Menu Links*/
.style1 {
	color: #777777;
	font-size: 11px;
	font-family: tahoma;
	font-weight:normal;
	text-decoration:none
}

/* Bottom Menu Links (pipe lines)*/
.style2 {
	color: #777777;
	font-size: 8px;
	font-family: tahoma;
	font-weight:bold
}

/*words and text on page*/
.style3 {
	color: #595858;
	font-size: 11px;
	font-family: tahoma;
}

/* Top table link */
.style4 {
	color: #008080;
	font-size: 11px;
	font-family: tahoma;
}

/* calendar table area*/
.style5 {
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
	text-transform:uppercase
}

/* calendar #'s */
#re a {
	color: #808080;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}

/* links below calendar*/
.style6 {
	color: #008080;
	font-size: 11px;
	font-family: tahoma;
}

/* title below calendar*/
.style7 {
	color: #D44040;
	font-size: 11px;
	font-family: tahoma;
}

/* bottom right table link control*/
.style8 {
	color: #008080;
	font-size: 11px;
	font-family: tahoma;
}

/* dunno yet not on homepage*/
.style9 {
	color: #476D85;
	font-size: 11px;
	font-family: tahoma;
}

#la li {list-style:url(images/point_2.gif); margin:0 0 0 0px}
#la a { font-family:tahoma; font-size:11px; color:#008080}
#la2 li {list-style:url(images/point_2.gif); margin:0 0 0 0px}
#la2 a { font-family:tahoma; font-size:11px; color:#476D85}
td { line-height:12px}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.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: 120px;
left: 680px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>