body {
	font: 80% Verdana, Helvetica, Geneva, sans-serif;
	color: #000000;
	background-color: inherit;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

a {
	text-decoration: none;
	color: #9c8f6e;
	background-color: inherit;
}

a:hover {
	text-decoration: none;
	color: #000000;
	background-color: inherit;
}

p { 
	margin: 0px 0px 10px 0px;
	color: #000000;
	background-color: inherit;	
}

h1 {
	margin: 0px 0px 20px 0px;
	font-size: 1.3em;
	font-weight: normal;
	color: #9c8f6e;
	background-color: inherit;
}
h2 {
	margin: 0px;
	font-size: 1.1em;
	font-weight: normal;
	color: #9c8f6e;
	background-color: inherit;
}
h3 {
	margin: 0px;
	font-size: 1.0em;
	font-weight: normal;
	color: #9c8f6e;
	background-color: inherit;
	padding-bottom: 5px;
}

	/* Hull around all elements to center everything */
div#centerHull {
	text-align:left;
	padding: 1px; /*is needed by ns6, ns7 otherwise on the left outside the screen!*/
 	margin: 0px auto 0;
}

	/* Content */
div#content {
	margin: 26px 33px 0px 33px;
	width: 506px;
}

	/* Colored line between the elements */
.line {
	margin: 10px 0px 9px 0px;
	width: 506px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #9c8f6e;
	font-size: 0px;
	line-height: 0px;
}
.line2 {
	margin: 10px 0px 20px 0px;
	width: 386px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #9c8f6e;
	font-size: 0px;
	line-height: 0px;
}


div.textBlock {
	margin-bottom: 0px;
	font-size: 1em;
	color: #000000;
	background-color: inherit;
}

div.textBlock .nw{
white-space: nowrap;
}


	/* Top navigation: about, contact, help, language selection */
div#topNavigation {
	position: relative;
	left: 40px;
	width: 465px;
	color: #687379;
	background-color: inherit;
	text-align: right;
}

div#topNavigation ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

div#topNavigation li {
	display: inline;
	margin: 0px 0px 0px 0px;
}
