
<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: relative;
left: 500px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>



/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#99CCFF;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #FF0000;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF0000;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:bold 11px/16px georgia;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:.1em;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px/24px georgia;
	color: #FF0000;
	letter-spacing:.4em;
	}

#tagline {
	font:12px/18px georgia;
	color: #FF0000;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#FFFFFF;
	font:bold 11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:11px/20px arial;
	color:#FFFFFF;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	font:22px/20px georgia;
	color: #FF0000;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:bold 16px/16px georgia;
	color: #FF0000;
	letter-spacing:.1em;
	}	
	
.sidebarHeader {
	font:bold 14px/16px georgia;
	color: #FFFFFF;
	letter-spacing:.1em;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#FFFFFF;
	}
	

	