

#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 {
	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-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;
}

