body,html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.2;
	margin: 0;
}
#wrapper {
	width: 90%;
}
#header {margin:0 0 20pt 0; padding:0;}
#cmsHolder, #header #logolink {
	display: none;
}
#header img{
	width: 200px;
	height: auto;
	display: block;
	margin: 0 0 0 0;
}
#toplinks {
	display:block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	font-size: 9pt;
}
#quick_search {
	display: none;
}
#memberlinks {
	display: none;
}
#crumbs {
	display: none;
}
#nav {
	display: none;
}
.toc {
	display: none;
}
#footer {
	margin-top: 15pt;
	padding-top: 5pt;
	border-top: solid 1px #CCCCCC;
	font-size: 9pt;
}
#footer a {
	text-decoration: none;
}
#footer ul {
	display: none;
}
#cba {
	display: none;
}
.noPrint {display: none;}
.skip {
	display: none;
}
img {
	border: none;
}
h1,h2,h3,h4,h5,legend {font-family: "Goudy Old Style", Garamond, Caslon, "Times New Roman", Times, serif; line-height: 110%;font-weight: normal;}
h1 {
	font-size: 24pt;
}
h2 {
	font-size: 20pt;
}
h3 {
	font-size: 16pt;
	margin-bottom: 2pt;
}
a {
	color: #A90202;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
}

i_left {float: left; margin: 0px 10px 2px 0px;}
i_right {float: right; margin: 0px 0px 2px 10px;}
.i_left-nb {float: left; margin: 0px 10px 2px 0px;}
.i_right-nb {float: right; margin: 0px 0px 2px 10px;}
i_centre {
	clear: both;
	display: block;
	margin: 0px auto 0px auto;
}
.clear {clear: both; height: 0; line-height:0; margin: 0;}

hr {
	display: block;
	color: #A8ABAC;
	background: #A8ABAC;
	height: 1px;
	border: none;
	margin: 15px 0 15px 0;
	padding: 0;
}
#content div.hr {
  display: block;
  height: 1px;
  border-bottom: solid 1px #A8ABAC;
  margin: 15px 0 15px 0;
}
#content div.hr hr {
  display: none;
}

/* --------------------------------------------------------------- 
- Listing page nav
*/

.artListItem {
	position: relative;
	font-size: 0.9em;
	margin: 0px 0px 1em 0px;
	padding-bottom: 10px;
	height: auto;
	clear: both;
	min-height: 90px;
	border-bottom: solid 1px #EFEFEF;
	/*background: url(images/h-dotted.gif) repeat-x left bottom;*/
}
.artListItem h3, .artListItem h4 {
	font-size: 1.2em;
	font-family: "HelveticaNeue","Helvetica Neue",helvetica,arial,clean,sans-serif;
	line-height: 120%;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 10px;
}
.artListItem a{
	text-decoration: none !important;
}
.artListItem img {
	float: left;
	width: 80px;
	height: auto;
}
.artListItem p {
	margin: 0 0 0.2em 90px !important;
}

.browseNav {
	display: none;
}