@charset "utf-8";

/* CSS Document */



body {

	font-family:Arial, Helvetica, sans-serif;

	font-size:13px;

	padding: 10px;

	background-color:#ffffff;

}



#wrapper {

	background-color:#ffffff;

	width: 865px;

	height:auto;

	border:4px;

	border-color:#000000;

	border-style: double;

	float: left;

}



#banner {

	background-color:#ffffff;

	color:#D9541E;

	font-size: x-large;

	text-align: center;

	font-variant: small-caps;

	letter-spacing: .2em;

}



#title {

	background-color:#ffffff;

	color:#D9541E;

	font-size: x-large;

	border-bottom: 2px;

	border-color: #000000;

	letter-spacing: 0.15em;

	padding-left: 10px;

	padding-top: 4px;

}



#navigation {

	background-color:#808080;

	width: auto;

	text-align: left;

}



.navigationul {

	float: left;

	list-style-type: none;

	text-align: left;

	width: 95%;

	text-indent: 0px;

	margin: 0;

	margin-left: 0px;
	
	padding: 10px;

}



.navigationli {

	float: left;

	font-weight: bolder;

	padding: 8px;

	background-color: #848484;

	text-align: left;

	text-indent: 0px;
	
	color: #ffffff;

}



#content {

	background-color:#ffffff;

	color:#000000;

	float:left;

	width:100%;
	
	font-size: 13px;

}



#datablock {

	background-color:#ffffff;

	margin: 8px;

	width:545px;

	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:#ffffff;

	color:#EEEEEE;

	margin:8px;

	width:280px;

	float:left;

	clear:left;

}



.mainimage {

	color:#EEEEEE;

	width: 257px;

	background-color:#ffffff;

	padding: 5px;

}



.subimage {

	width:120px;

	border: none;

}



.subimages {

	color:#EEEEEE;

	background-color:#ffffff;

	width: 125px;

	float:left;

	padding: 3px 0px 3px 8px;

	border: none;

	font-style: italics;

	font-size: 10px;

}



#footer {

	background-color:#ffffff;

	color:#D9541E;

	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;
	
	margin-top: 15px;
	
	margin-left: 15px;

}



.objectid {

	float: left;

	padding: 3px;

	padding-left: 10px;

	padding-right: 10px;

	width: 150px;	
	
	margin-top: 15px;

}



.title {       

       display:none;	

       float:left;

	padding: 3px;

	font-weight:bold;

	width: 350px;

}



.descrip {

	display: none;

       float: left;

	padding: 3px;

	width: 685px;	

	margin-left: 15px;

}



.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;

}

/* Custom */

.navigationli a {
	
	color:#ffffff;
	
	text-decoration:none;
	
}

a.reclink {
	
	color: #256c99;
	
	text-decoration: none;
	
}