@charset "UTF-8";
.subpagelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 20px;
	color: #CCFF33;
	letter-spacing: 0.1em;
}
.mainbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: normal;
	word-spacing: 0em;
	letter-spacing: 0.05em;
	text-align: justify;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #CCFF33;
	font-weight: bolder;
	text-transform: uppercase;
}
.sidebarheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCFF33;
}
.exhibitlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	line-height: 17px;
	color: #CCFF33;
	letter-spacing: 0.1em;
}

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 5px;
width: 260px;
right: -1000px;
border: 1px dashed #512F7E;
visibility: hidden;
color: #CCFF33;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 41px;
right: -70px; /*position where enlarged image should offset horizontally */

}
.exhibitlinks2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	line-height: 14px;
	color: #CCFF33;
	letter-spacing: 0.1em;
}
.sidebarheadersWHITE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.mainbodytextcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: normal;
	word-spacing: 0em;
	letter-spacing: 0.05em;
	text-align: center;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	font-weight: normal;
	word-spacing: 0em;
	letter-spacing: 0.05em;
	text-align: left;
}
