body {
	font-family: sans-serif;
	font-size: small;
	line-height: 140%;
	margin: 0px;
}

#image {
	border-bottom: solid 4pt black;
	padding-right: 0px;
	background-color: #0A47A3;
	top: 0px;
	height: 80px;
	text-align: right;
}

#imagebar {
	display: none;
	top: 100px;
	right: 200px;
	width: 80px;
	border-right: dotted 2pt #c0c0c0;
	padding-right: 20px;
}

#imagebar img {
	border: solid 4px white;
}

.header_1 { background-image: url(../images/header_1.jpg); }
.header_2 { background-image: url(../images/header_1.jpg); }
.header_3 { background-image: url(../images/header_1.jpg); }
.header_4 { background-image: url(../images/header_1.jpg); }
.header_5 { background-image: url(../images/header_1.jpg); }
.header_6 { background-image: url(../images/header_1.jpg); }
.header_7 { background-image: url(../images/header_1.jpg); }
.header_8 { background-image: url(../images/header_1.jpg); }
.header_9 { background-image: url(../images/header_1.jpg); }
.header_unauthorised { background-image: url(../images/header_unauthorised.png); }

#body {
	font-family: georgia, utopia, garamond, serif;
	font-size: medium;
	line-height: 140%;
	position: absolute;
	top: 100px;
	left: 200px;
	right: 30px;
	border-left: dotted 2pt #c0c0c0;
	padding-left: 20px;
}

#navigation-menu {
	position: absolute;
	top: 100px;
	left: 30px;
	width: 140px;
}

#navigation-menu ul {
	display: block;
	list-style-type: none;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#interaction-menu {
	display: none;
}

.subtitle {
	font-size: x-small;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
}

.detail {
	font-size: x-small;
    line-height: 120%;
	margin-bottom: 5px;
}

#page {
	margin-left: 20px; 
}

.selected {
	font-weight: bold;
}

.copyright {
	font-family: helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
}
