#banner {     
	display: list-item;
	list-style-image: url(../assets/bannerPrint.png);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
	height: 3cm;
}
#menu {
	display: none;
}
#contentPane {
	font-family: Verdana, sans-serif;
	float: left;
	font-size: 1em;
	line-height: 1em;
	border: 0.1em dashed #909090;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	padding: 1em;
	width: auto;
	height: auto;
}
#contentPane h1 {
	font-size: 1.2em;
	line-height: 1.1em;
}
#contentPane h2 {
	font-size: 1em;
	text-decoration: underline;
}
#contentPane em {
	font-style: italic;
	font-weight: bold;
}
#contentPane a:link {
	color: #000000;
	text-decoration: none;
}
#contentPane a:visited {
	color: #000000;
	text-decoration: none;
}
#contentPane ul {
	line-height: 1.4em;
}
#footer {
	clear: left;
	font-family: Verdana, sans-serif;
	height: 4em;
	text-align: center;
	font-size: 0.8em;
}