body {
	font-family: serif;
	margin: 0;
	padding: 0;
	color: #00008C;/*darkblue*/
	background-color:#d6daee;
}

#header {
	margin-right: 0px;
	margin-top: 10px;
	margin-left: 160px;
	padding-left: 10px;
	border-bottom: 2px solid gray;
}
#header h1 {
	height: 40px;
	margin: 0;
	font-size: 36pt;
}
#header h1 img.logo{
}
#header h1 span.version { 
	font-size: 0.3em; 
}
#header div.subtitle {
	margin-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}

#navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 100%;
	background: #3B619F;
/*	background: black;*/
	text-align: left;
	color: #d6daee;
}

#navigation ul {
	margin: 10 0 0 10;
	padding: 0;
	list-style-type: none;
	font-size: 18px;
}

#navigation a:link	{ color: #d6daee; }
#navigation a:visited	{ color: #d993d6; }
#navigation a:hover	{ color: #C00; }
#navigation a:active	{ color: #000; }

#navigation ul img {
	display: block;
	margin: 0 auto;
}
#content {
	margin-left: 160px;
	padding: 1em 3em;
	background: #ffffff;
	text-align: justify;
	clear:left;
}
#content p {
	text-indent: 1em;
}
#content span.news_header {
	font-style: italic;
}
#footer {
	border-top: 2px solid gray;
	text-align: center;
/*	border: 1px dotted black;*/
	clear: left;
}
