.stageNav {
	display:block; 
	clear:both; 
	margin-bottom:1rem;
}

iframe {
	display:block;
	border:none;
	clear:both;
	margin-bottom:5px;
}

#content {
	display: block;
    clear: both;
}

#footer {
	display: block;
    clear: both;
}

a.current {
    font-weight: 800;
}
div.htmlerror {
    clear: both;
	border:1px grey solid;
	padding:1rem;
}

.bannerItem {
	margin-bottom:3rem;
	border-top: 1px #ccc solid;
}


ul.children {
	 padding-left: 0;
}
ul.children li{
	list-style:none;
}

.bannerItem.narrow {
	float: left;
	padding-right: 100px;
}

.notediv{
	margin-top:.75rem;
	max-width:970px;
}
.notediv p, p.small  {
	font-size:.7rem;
	color:#666;
	line-height:.8rem;
	margin-bottom:.5rem;
}
