	/*  General rules */
	
body	{
	background: #fff;
	color: #000;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Helvetica, Arial, verdana, sans-serif;
	font-size: 14px;
	line-height: 1em;
	padding-bottom: 25px;
	}
	
ul {
	line-height: 120%;
	text-align: left;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 14px;
}
	
img	{
	display: block;
	border: 0px;
	}	
	
p	{
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.2em;
	}
	

td	{
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	}
	
	
h1, h2, h3, h4, h5, h6	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 1em;
	}

h2 {
	font-size: 18px;
	font-weight: bold;
	}
	
h4 {
	font-weight: bold;
	}
	

	/* General linkology */
	
a:link, a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #000;
	background: transparent;
	text-decoration: underline;
	}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #000;
	background: transparent;
	text-decoration: underline;
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #660;
	background: transparent; 
	text-decoration: none;
	}

.greenlink a:link, a:visited, a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #660;
	background: transparent;
	text-decoration: underline;
	}

.greenlink a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #fc3;
	background: transparent; 
	text-decoration: none;
	}

	/*  Establish general layout parameters */

/* this fixes the weird seemingly-bad-box-model behavior in IE5/Mac */
* html #wrapper { 
	background: #fff;
	color: #000;
	margin-left:auto; 
	margin-right:auto;
	padding: 0;
	border: 1px solid #000;
	border-top: 0; 
	width: 777px; }

/*\*/	
#wrapper	{
	background: #fff;
	color: #000;
	margin-left:auto; 
	margin-right:auto;
	padding: 0;
	border: 1px solid #000;
	border-top: 0;
	width: 775px;	 
	}

* html #wrapper {
	background: #fff;
	color: #000;
	margin-left:auto; 
	margin-right:auto;
	padding: 0;
	border: 1px solid #000;
	border-top: 0;
	width: 777px;
	w\idth: 775px;
}
/* Code from backslash comment to here will be ignored by IE5/Mac */
/* [* html #wrapper] is the Tan Hack for browsers that incorrectly implement the box model */


#noborderwrapper	{
	background: #fff;
	color: #000;
	margin-left:auto; 
	margin-right:auto;
	padding: 0;
	border: 0;
	border-top: 0;
	width: 777px;	 
	}

	
#maincontent	{
	margin: 0;
	padding: 0;
	width: 775px; 	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 775px;	 
	}

html>#maincontent	{
	width: 775px;
	}

#marginmaincontent	{
	margin: 5px 30px 30px 30px;
	padding: 0;
	width: 715px; 	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 655px;	 
	}

html>#marginmaincontent	{
	width: 655px;
	}

	/*  Hidey-ho */

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}
	
.bigtext {
	font-size: 16px;
}

.smalltext {
	font-size: 12px;
}

.verysmalltext {
	font-size: 10px;
}

.bordered {
	border: 1px solid #000;
}

#objecttable {
	margin: 0;
	border: 0;
	text-align: center;
}

#objecttable td {
	padding: 5px;
}

#imgtable img {
	margin: 0 0 10px 20px;
}

td .imgborder {
   border: 1px;
}


.boxedtext {
	padding: 5px;
	margin: 0;
	background-color: #f0f0cc;
	border: 1px solid #000;
	font-family: Helvetica, Arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.resultstable{
	border: 1px solid #000;
}

.resultstext{
	padding: 10px 0 10px 0;
	font-size: 11px;
}

.darkbox {
	padding: 10px;
	margin: 0;
	background-color: #cbc277;
	border: 1px solid #000;
}


.lightbox {
	padding: 10px;
	margin: 0;
	background-color: #f0f0cc;
	border: 1px solid #000;
}

#exhibitstable p {
	font-family: Helvetica, Arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 1em;
	text-align: left;
}


#searchtable {
	background-color: #f0f0cc;
	border: 1px solid #000000;
	margin: 0 0 10px 20px;
}

.littletext {
	font-size: 11px;
	
}

#questions td {
	font-family: Helvetica, Arial, verdana, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}

#questions img {
	   display: inline;
	   vertical-align: middle;
}

#entrytext img {
	   display: inline;
	   vertical-align: middle;
}
img.objpic { border: 1px solid #666600;}
