

#page.no-localmenu {
	margin-right: 10em;
	border-right: 1px solid #e0e0e0;
	position: relative;
	padding-right: 1em;
}
html>body #page.no-localmenu {
	position: relative;
}


/* **** Section: Notes **** */
#section-notes {
/*	width: 9em;
	padding-left: 1em;
	position: absolute;
	top: 0;
	right: 0;
}
html>body #section-notes {
	right: -10em;
*/
}
#section-notes h2 {
	display: none;
}
#section-notes .note {
}
#section-notes .note h3 {
	padding-left: 15px;
	background: url("../_gfx/section_icon-right.png") no-repeat 2px 50%;
	font-size: 110%;
	margin: 0;
	font-weight: bold;
	border-bottom: 1px solid silver;
}
#section-notes .note_content {
	font-size: 90%;
	padding: 2px 0;
}
#section-notes .note_content a img,
#section-notes .note_content a:link img,
#section-notes .note_content a:link:hover img,
#section-notes .note_content a:visited:hover img {
	border: none;
	background: transparent;
	padding: none;
}

#hibinfo .note_content {
	text-align: center;
	padding: 0.5em 0;
}


#section-intro p {
	font-style: italic;
}

/* **** Section: News **** */
#section-news {
}
/*
#section-news h2 {
	padding-left: 15px;
	background: url("../_gfx/section_icon-right.png") no-repeat 2px 50%;
	font-size: 110%;
	margin-bottom: 0;
	margin-top: 2em;
	font-weight: normal;
	border-bottom: 1px solid silver;
}
*/
#section-news h2 {
	font-family: impact, arial, sans-serif;
	font-size: 250%;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}

.article-summary h3 {
	font-size: 140%;
}

.article-summary a img {

}


