body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background-color: #F3F3F3;
	margin: 0 0 2em 0;
	font-size: 80%;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #609;
}
a:hover, a:active {
	color: red;
}
h1 {
	font-size: 1.5em;
	margin-top: 2em;
	text-indent: -1.5em;
}
h2 {
	font-size: 1.3em;
	padding-top: 1.5em;
	text-indent: -1.5em;
}
h3 {
	font-size: 1.1em;
	padding-top: 1.5em;
	text-indent: -0.15em;
}
h4 {
	font-size: 1em;
	text-indent: -0.15em;
}
p {
	font-size: 1em;
	line-height: 150%;
}
cite, em, .exhibition, .title {
	font-style: italic;
}
strong {
	font-weight: bold;
}
img {
	border: 0;
}
abbr, dfn {
	border-bottom: 1px dotted black;
	cursor: help;
	font-style: normal;
}
blockquote {
	border-left: 2px solid #ccc;
	margin: 2.5em 0 2.5em 2em;
	padding-left: 2em;
}
.hide {
	display: none;
}
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 65em;
	background-color: #FFF;
	border: 1px solid black;
}
#banner {
	height: 80px;
	background-color: #CC0000;
}
#banner a {
	text-decoration: none;
}
#bannerimg {
	float: right;
}
#nav {
	height: 4em;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	background-color: white;
	float: left;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#nav li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
#nav li a, #nav li#currentoff {
	text-decoration: none;
	padding: 0.23em 0.2em;
	margin: 0 0.8em;
	float: left;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}
#nav a:link, #nav a:visited {
	color: black;
}
#nav a:hover, #nav a:active {
	color: red;
	border-bottom: 2px solid black;
}
#nav a#current, #nav li#currentoff {
	color: red;
	border-bottom: 2px solid black;
}
#subnav {
	height: 4em;
	clear: both;
}
#subnav a {
	text-decoration: none;
}
#subnav a:link, #subnav a:visited {
	color: black;
}
#subnav a:hover, #subnav a:active {
	color: red;
}
#subnav li#currentpg, #subnav a#currentpage {
	color: red;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subnav li {
	display: inline;
	padding-left: 2em;
	font-size: 1.1em;
}
/*content div ID*/
#content {
	width: 46em;/*content was 42em*/
	padding: 0 0 11em 7em;
}
#contentrepro {
	width: 525px;
	padding: 0 0 11em 7em;
}
#contentgallery {
	padding: 0 0 11em 7em;
	height: 100%;
}
#contentrepro img {
	padding-top: 2.5em;
}
#contentgallery div div {
	width: 180px;
	height: 180px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.clear {
	clear: both;
}
.rightimg {
	float: right;
	margin: 0 0 3px 10px;
	font-size: 11px;
	line-height: 150%;
	padding-top: 0.5em;
}
.imglink, #contentgallery div a {
	font-size: 11px;
	text-decoration: none;
	line-height: 150%;
}
.quicknav a {
	padding: 0.2em 0.2em;
}
a.reference {
	text-decoration: none;
	font-size: 75%;
	vertical-align: text-top;
}
a.footnote {
	text-decoration: none;
}
a:link.footnote, a:visited.footnote, a:link.reference, a:visited.reference, .quicknav a:link, .quicknav a:visited {
	color: #CC0000;
}
a:hover.footnote, a:active.footnote, a:hover.reference, a:active.reference, .quicknav a:hover, .quicknav a:active {
	color: red;
}
.addthis {
	text-align: right;
	padding-top: 2em;
}
.sitemap ul {
	list-style: disc;	
}
.sitemap ul ul {
	list-style: circle;
}
.sitemap ul ul ul {
	list-style: square;
}
.sitemap ul li {
	padding-top: 2em;
	line-height: 150%;
}
.sitemap ul ul li, .sitemap ul ul ul li {
	padding-top: 0;
}
.email a:link, .email a:visited {
	color: #03F;
}
.email a:hover, .email a:active {
	color: red;
}
.errorpage a:link, .errorpage a:visited {
	color: blue;
}
.errorpage a:hover, .errorpage a:active {
	color: red;
}
#footer {
	font-size: 0.9em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid black;
	padding-bottom: 1px;
	background-color: #FFF;
	clear: both;
}
#footer a:link , #footer a:visited {
	color: black;
}
#footer a:hover, #footer a:active {
	color: #CC0000;
}
span.copyright:after {
	content: "2005 - 2010";
}