<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	margin-top: 20px;
	background-color: #fff;
}
a img {
	border-style: none;
}

#credits {
	float: right;
	width: 200px;
	color: #224D80;
	padding: 10px;
	border-left: 2px solid #999;
}
#credits p {
	margin-bottom: 25px;
}
#content {
	margin-right: 250px;
	padding: 10px;
}
#contentNoLogo {
	margin-right: 170px;
	padding: 10px;
}
#contentNoLogoIC{
	margin-right: 110px;
	padding: 10px;
}
#contentVideo {
	padding: 10px;	
}
#content p {
	margin-bottom: 0px;
}
.center {
	text-align: center;
}
p.reg
{
	font-weight: normal;
}
p.bold {
	font-weight: bold;
}
#museumTable td.first{ border-top: 1px solid #999999;border-collapse:collapse; padding: 4px; }
#museumTable td{ border-bottom: 1px solid #999999;border-collapse:collapse; padding: 4px; }
#museumTable td.last { border-bottom: none; }
#contactForm p { margin-bottom:12px;}
.colLeft { clear:both; width: 158px; float:left; margin-bottom:10px; margin-right:25px; } 
.colRight {margin-left:160px; }
.clearit { clear:both; }
.colLeft h3 { margin-top:20px; }
.top {text-align:right;float:right; }
a { 	color: #224D80; text-decoration:none; }
.imageCredits {  clear:both; margin-bottom:10px; border-bottom: 1px solid  #999;}

#vidlist {
	width: 240px;
	height: 340px;
	overflow: auto;
	visibility: hidden;
}
#vidlist ul {
	list-style: none;	
	margin: 0;
	padding: 0;
}
#vidlist li {
	margin: 10px 10px 5px 0;
	padding: 5px 0;
	border-bottom: 1px solid #000;
	
}
#vidlist li a {
	color: #000;
	text-decoration: none;
}
#vidlist li a.selected {
	font-weight: bold;
}

#vidplayer {
	float: right;
	width: 432px;
	height: 324px;
	padding-right: 35px;
	visibility: hidden;
	background: url(../images/video-box.png) no-repeat;
}
#vidlist.ready, #vidplayer.ready {
	visibility: visible;
}
</pre></body></html>