/* CSS Document */

body {
	background-color: #fff;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

#printheader h1 {
	font-size: 1.6em;
	font-weight: 200;
	color: #CC6666;
	font-family: Geneva;
	font-stretch: ultra-condensed; 
	}
	
#printheader h2 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	}

.right {
	float: right;
	}
	
.left {
	float: left;
	}
	
.smaller { font-size: .8em; 
font-weight: bold;
}
	
.header	{
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	text-align: center;
	}
	
h4 {
	font-weight: bold;
	font-style: italic;
	margin-bottom: -15px;
	}
	
hr {
	height: 1px;
	width: 75%;
	text-align: center;
	}
	
a {
	color: #000;
	}

#container {
	text-align: left;
	line-height: 1.2em;
	}
			
#header img {
	display: none;
	}
	
#container #mainnav {
	display: none;
	}
	
#content {
	font-size: .9em;
	}
	
#content img {
	border: 1px solid #000;
	margin: 10px;
	}
	

		
#content .photocredit {
	font-style: italic;
	font-size: .75em;
	}
	
#content .announcement {
	width: 70%; 
	margin: 0 auto;
	border: 1px solid #000;
	padding: 10px; 
	text-align: center;
	}
	
#content .announcement a:link {
	font-weight: bold;
	font-style: italic;
	color: #000;
	font-size: 1.1em;
	border: none;
	text-decoration: none;
	}
	
#content .announcement a:visited {
	font-weight: bold;
	font-style: italic;
	color: #000;
	font-size: 1.1em;
	border: none;
	text-decoration: none;
	}
	
.formwrapper {
	padding-left: 100px;
	}
	
.inputlabel {
	 float: left; 
	 width: 8em;
	 }
	 
.formbuttons {
	margin-left: 8em;
	}
	
.required {
	font-size: .75em;
	font-style: italic;
	color: #000;
	}
	
.firstcolGallery {
	float: left; 
	width: 175px;
	text-align: center;
	height: 150px;
	display: inline;
	}
	
.secondcolGallery {
	float: left; 
	width: 175px;
	text-align: center;
	height: 150px;
	display: inline;
	}
	
.thirdcolGallery {
	float: left; 
	width: 175px;
	text-align: center;
	height: 150px;
	display: inline;
	}
	
.fourthcolGallery {
	float: left; 
	width: 175px;
	text-align: center;
	height: 150px;
	display: inline;
	}
	
.firstcolExhibits {
	float: left; 
	width: 320px;
	display: inline;
	margin-top: 20px;
	}
	
.secondcolExhibits {
	float: left; 
	width: 320px;
	display: inline;
	margin-top: 20px;
	}
	
#content .firstcolGallery a, #content .firstcolGallery a:hover, #content .secondcolGallery a, #content .secondcolGallery a:hover, #content .thirdcolGallery a, #content .thirdcolGallery a:hover, #content .fourthcolGallery a, #content .fourthcolGallery a:hover, #content .index a, #content .index a:hover {
	border: none;
	}
	
#content .notation {
	font-style: italic;
	font-size: .8em;
	color: #000;
	text-align: center;
	}
	
	
#footer {
	clear: both;
	border-top: 1px solid #333;
	}
	
#footer img {
	display: none;
	}
