.caption {
	font-family: "Arial", sans-serif;
	color: #000;
	font-size: 12px;
	}

.content { 
	font-family: verdana, sans serif;
	line-height: 180%;
	color: #000; 
	font-size: 10pt; 
	padding-right: 15px;
	padding-left: 10px;
}

a.content { 
	font-family: verdana, sans serif;
	line-height: 180%;
	color: #000; 
	font-decoration:underline;
	font-size: 10pt; 
	padding-right: 1px;
	padding-left: 1px;
}

a.content:hover { 
	font-family: verdana, sans serif;
	line-height: 180%;
	color: #F0C825; 
	font-decoration:underline;
	font-size: 10pt; 
}

.content2 { 
	font-family: verdana, sans serif;
	line-height: 180%;
	color: #000; 
	font-size: 10pt; 
	padding-right: 15px;
	padding-left: 10px;
}

a.content2 { 
	font-family: verdana, sans serif;
	line-height: 180%;
	color: #000; 
	font-decoration:underline;
	font-size: 10pt; 
	padding-right: 1px;
	padding-left: 1px;
}

a.content2:hover { 
	font-family: verdana, sans serif;
	line-height: 180%;
	color: #CD181D; 
	font-decoration:underline;
	font-size: 10pt; 
}

.header { 
	font-family: verdana, sans serif;
	line-height: 140%;
	color: #000; 
	font-size: 14pt; 
	font-weigt: bold;
	padding-right: 15px;
	padding-right: 10px;
}

.header2 { 
	font-family: verdana, sans serif;
	line-height: 140%;
	color: #000; 
	font-size: 14pt; 
	font-weigt: bold;
	padding-right: 15px;
	padding-right: 10px;
}

.head1 { 
	font-family: "Monotype Corsiva", Times, serif; 
	line-height: 140%; 
	color: #000; 
	font-size: 20pt; 
	padding-right: 5px; 
	padding-bottom: 1px; 
	font-weight: normal; 
}

.copy { 
	font-size : 7pt; 
	color: #000; 
	text-decoration: none; 
	font-family: Arial; 
	margin-left:5; 
	letter-spacing: 1.5px; 
}

a.copy { 
	font-size : 7pt; 
	color: #000; 
	text-decoration: underline; 
	font-family: Arial; 
	margin-left:5; 
	letter-spacing: 1.5px; 
}

a.copy:hover { 
	text-decoration: none; 
	color: #000; 
}

.copy2 { 
	font-size : 7pt; 
	color: #000; 
	text-decoration: none; 
	font-family: Arial; 
	margin-left:5; 
	letter-spacing: 1.5px; 
}

.hidden { 
	font-family: verdana, sans serif;
	line-height: 40%;
	color: #000; 
	font-size: 3pt; 
}


/*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 black;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid gold;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: gold;
padding: 5px;
left: -1000px;
border: 2px 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: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}