div#pageBox {
	background-image: url(wildenSaniflo.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
div#page {
	padding-right: 155px;
}

div#bottomBox {
	clear: both;
	border-top: 1px solid #cdd5e8;
}

div#bottomBox h2 {
	float: left;
	margin: 0;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	color: #273f69;
}
div#bottomBox ul.menu {
	margin: 0; padding: 0; padding-bottom: 1px;
	list-style: none;
	font-size: 9pt;
	font-variant: small-caps;
	background-color: #f7f7fc;
}
div#bottomBox ul.menu li {
	display: inline;
}
div#bottomBox ul.menu li a {
	padding: 0 3px; padding-bottom: 1px;
	color: #273f69;
	text-decoration: none;
}
div#bottomBox ul.menu li a.active {
	background-color: #cdd5e8;
}
div#bottomBox ul.menu li a:hover {
	color: #273f69;
	text-decoration: underline;
}
div#bottomBox div.top, div#bottomBox div.bottom {
}
div#bottomBox div.top ul.menu {
	float: right;
	border-bottom: 1px solid #cdd5e8;
}
div#bottomBox div.bottom ul.menu {
	float: left;
	border-top: 1px solid #cdd5e8;
}
div#bottomBox div.summaryBox {
	position: relative; top: 0; left: 0;
	clear: both;
	padding: .3em 0;
	height: 17ex;
	font-size: 11px;
	text-align: justify;
}
div#bottomBox div.summary {
	position: absolute; top: 0; left: 0; width: 100%;
	padding: .3em 0;
	height: 5em;
	visibility: hidden;
	background-color: white;
	color: #3d5682;
}
div#bottomBox div.summary img.logo {
	float: left;
	margin-right: 1em; margin-bottom: .3em;
}
