@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 10px;
	background-color:#CCCCCC;
}

#wrapper {
	background-color:#000000;
	width: 900px;
	height:auto;
	border:4px;
	border-color:#000000;
	border-style: double;
	float: left;
}

#banner {
	background-color:#999999;
	color:#000000;
	font-size: x-large;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: .2em;
}

#title {
	background-color:#999999;
	color:#000000;
	font-size: x-large;
	border-bottom: 2px;
	border-color: #000000;
	letter-spacing: 0.15em;
	padding-left: 10px;
	padding-top: 4px;
}

#navigation {
	background-color:#FFFFFF;
	width: auto;
	text-align: left;
	padding: 0.2em 0em 0.2em 0em;
}

.navigationul {
	float: left;
	list-style-type: none;
	text-align: left;
	width: 95%;
	text-indent: 0px;
	margin: 0;
	margin-left: 0px;
}

.navigationli {
	float: left;
	font-weight: bolder;
	border: 2px;
	border-style: solid;
	padding: 8px;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 0px;
}

#content {
	background-color:#FFFFFF;
	color:#000000;
	float:left;
	width:100%;
}

#datablock {
	background-color: #FFFFFF;
	margin: 8px;
	width:575px;
	float:right;
	clear:right;
}

.datalabel {
	color:#000000;
	width:125px;
	float:left;
	clear:both;
}

.datatext {
	color:#000000;
	width:425px;
	float:right;
	clear:right;
}

#imageblock {
	background-color:#666666;
	color:#FFFFFF;
	margin:8px;
	width:280px;
	float:left;
	clear:left;
}

.mainimage {
	color:#FFFFFF;
	width: 257px;
	background-color:#666666;
	padding: 5px;
}

.subimage {
	width:120px;
	border: none;
}

.subimages {
	color:#FFFFFF;
	background-color:#666666;
	width: 125px;
	float:left;
	padding: 3px 0px 3px 8px;
	border: none;
	font-style: italics;
	font-size: 10px;
}

#footer {
	background-color:#999999;
	color:#000000;
	float:left;
	clear:both;
	width: 100%;
}

.toc {
	background-color:#FFFFFF;
	list-style: none;
}

.image {
	max-width: 100px;
	float: left;
	clear:both;
	padding: 0px;
	border:none;
}

.objname {
	float: left;
	font-weight:bold;
	padding: 3px;
	width: 150px;
}

.objectid {
	float: left;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	width: 150px;	
}

.title {
	float:left;
	padding: 3px;
	font-weight:bold;
	width: 350px;
}

.descrip {
	float: left;
	padding: 3px;
	width: 685px;
}

.reclink {
	text-style: italics;
	font-weight:bold;
}

hr {
	float:left;
	clear:both;
	width: 95%;
	height: 2px;
}
.toc li .image {
	padding-top:10px;
	padding-bottom:10px;
}
.startexhibit {
	font-weight: bold;
	font-size: x-large;
	border: 1px solid;
	margin: .2em;
	padding: .2em;
}
	
a	{
	color: #000000;
}

a:link	{
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover	{
	color:#000000;
}