@charset "UTF-8";
#nav ul li.news a:link, #nav ul li.news a:visited, #nav ul li.news a:hover, #nav ul li.news a:active {
	color: #A47535;
	font-weight: bold;
	cursor: default;
}
div.containerPad {
	padding: 1em;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C0C0C0;
}
div#contentPad.current {
	margin-right: 2em;
	margin-left: 2.5em;
}
div.container {
	width: 60em;
}
div.containerPad div.container h2 {
	font-size: 1.3em;
	margin-top: .5em;
}
div.containerPad div.container h2 + p {
	margin-top: 0px;
	margin-bottom: .5em;
}
h2.news {
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2.new + p{
	margin-top: 0em;
	margin-bottom: 0px;
}

