body {
	/*background: #f00;*/
	/*background: #fffaf6;*/
	background: white;
	font-family: High Tower Text, Georgia, Times new Roman, Times, serif;
	color: black;
	text-align: center;
}

#mainBody {
	width: 900px;
	text-align: left;
	/*border: 1px solid red;*/
	margin:  auto;
	border-bottom: 1px solid #ddd;
	margin-bottom:20px;
}
#siteTitle {
	color:  #999;
	float: right;
	padding: 4px 0 10px;
	text-align: right;
	font-variant: small-caps;
}
#siteTitleHome {
	color:  #000;
	padding: 6px 0 10px;
	font-variant: small-caps;
	margin-top: 83px;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
	font-size: 1.2em;
}

h1.siteTitleH1 {
	margin: 0;
}
h1.siteTitleH1 a {
	color:  #999;
	text-decoration: none;
}
h1.siteTitleH1 a:hover {
	color:  #fff;
	background:  #999;
}
h2.siteTitleH2 {
	margin: 0;
	font-weight: normal;
}
h2.pageTitle {
	clear: right;
	font-variant: small-caps;
	font-size: 2.3em;
	border-top: 1px solid #ccc;
	padding-top: 6px;
	margin-top:0;
}

h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 1.6em;
	color: #666;
	margin-bottom: 4px;
}

.display {
	width: 225px;
	height:  381px;
	margin-bottom: -60px;
	padding-right: 18px;
	float: left;
}

 .right {
	float: right;
	padding-left: 18px;
	padding-right: 0;
}


.mainnav {
	text-align: center;
	/*background-color: #eeeae5;*/
	/*background: #eee;*/
	border-top: 1px solid #ddd;
	padding: 12px 10px 10px;
	font-size: .8em;
	line-height: 1.8em;
	clear: both;
	margin:  40px 0 0;
}

.footerlink {
	padding: 4px 6px;
	font-size: 1.3em;
	font-variant: small-caps;
	margin: 0 10px;
	color: #888;
}

a.footerlink:hover {
	color: white;
	background: #888;
}

.mainnav a.selected {
	cursor: default;
	color: black;
	font-weight: bold;
	text-decoration: none;
	background: transparent;
}

.sig {
	margin-top: 30px;
	font-size: 140%;
	font-style: italic;
}

.subhead {
	font-variant: small-caps;
	
}