* {
	padding: 0;
	margin: 0;
	font: 11px Verdana !important;
	font-weight: normal;
}

body {
	border-right: 1px dotted gray;
	background: url("background50.jpg")
}


div#navigationPage {
	height: 2000px;
	padding: 10px;
}

div#navigationPage h1 {
	font-size: 14px !important;
	margin-bottom: 10px;
	text-align: center;
}

div#navigationPage h2 {
	text-align: right;
	color: #555;
}

div#navigationPage ul {
	list-style: none;
	list-style-image: none;
	margin-top: 20px;
	margin-left: 5px;
}

div#navigationPage ul a {
	padding: 2px;
	display: block;
	text-decoration: none;
	color: #1e3e57;
	font-weight: bold !important;
}

div#navigationPage ul a img {
	margin-right: 3px;
}

div#navigationPage ul a:hover {
	background: #EEE;
	color: black;
}

div#navigationPage ul ul {
	margin-top: 0;
	margin-left: 15px;
}

div#navigationPage .logoutLink {
	position: absolute;
	right: 15px;
	color: black;
	padding: 3px;
	margin-top: 3px;
	display: block;
	background: #eeeeee;
	outline: 1px solid gray;
}

div#navigationPage .logoutLink:hover {
	text-decoration: underline;
	
}

div#navigationPage a.current {
	background: #EEE;
	color: black;
}

div#coatOfArms {
	background: url("coatOfArms75.png") no-repeat;
	width: 180px;
	height: 155px;
	position: absolute;
	bottom: 0;
}