body.normalSize { font-size: 0.625em; }
body.largerSize { font-size: 0.865384em; }
body.largestSize { font-size: 1.153846em; }
p {
	font: 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p.ingress {
	font-size: 1.5em;
}
p.caption { color: #684d16; }
h1, h2, h3, h4, h5, p {
	color: #1d1705;
}
a { 
	font: 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #177391; 
}
h1 { font: 3.6em Georgia; }
h2 { font: 2.6em Georgia; }
h3 { font: 1.7em Georgia; }
h4	{ font: 1.7em Georgia; }
.factList { font: 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif; }

/* Hide all these: */
.globalMenuContainer, .mainMenuContainer, .boxASideMenu, .header .search, .breadcrumbs, .button, body.webExposition a.toMainPage,
.dASubHeader {
	display: none;
}

.shaded, body, .articleHeader, .subHeader, .genericBody {
	background: #fff;
}
.boxAArticle {
	width: 100%;
	left: 0;
}
.twoCol.A, .twoCol.B {
	width: 45%;
	float: left;
	height: auto;
}
.twoCol.B {
	padding-left: 1em;
}
.navBox {

	border-top: 1px solid black;
	clear: left;
}
.navBox .item{
	float: left;
	padding-right: 1em;
}
.disclaimer {
	clear: left;
	border-top: 1px solid black;
}
.disclaimer li, .disclaimer li p {
	display: inline;
}
.disclaimer li {
	padding: 0 10px;
	border-right: 1px solid #684d16;
}
.columnsContainer, .header {
	height: auto;
}
.imagePlaceholder.floatedLeft {
	float: left;
	margin-right: 1.8em;
}
.imagePlaceholder.floatedRight {
	float: right;
	margin-left: 1.8em;
}
.chapterSelector, .thumbnailsItem { display: none;}
.chapterMenu li {
	list-style-type: none;
	padding: 0 .5em;
}
.chapterMenu li.current {
	background: #BFBEBD;
	padding-top: .5em;
	padding-bottom: .5em;
}



