textarea, input[type="text"] {
	width: 100%;
}

.clear {
	clear: both;
}

em { 
	font-style: italic; 
}

body {
	color: black; 
	background: white;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

#page {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	position: relative;
}

#header {
	color: #153533;
}

#header a {
	text-decoration: none;
	color: #153533;
}

#header a:hover, #header .active {
	color: #169133;
}

#language-switch {
	font-size: 17px;
	position: absolute;
	right: 0;
}

#logo-text {
	font-size: 17px;
	position: absolute;
	top: 60px;
	left: 200px;
}

#navigation-background {
	position: absolute;
	left: 0;
	right: 0;
	top: 150px;
	height: 90px;
	background-color: #e9fff5;
}

#navigation a {
	text-decoration: none;
	color: #153533;
}

#navigation a:hover, #navigation .active {
	color: #169133;
}

#navigation {
	font-size: 13px;
	margin-bottom: 1.0em;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
}

#navigation li {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

#content {
	margin-top: 3em;
	position: relative;
}

#content-main {
	width: 500px;
}

#content-sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
}

#content-sidebar img {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}

#content p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#content a {
	color: #153533;
	text-decoration: underline;
}

#content a:hover {
	color: #169133;
}

#content h1 {
	color: #169133; 
	font-size: 22px;
	margin-bottom: 1.5em;
	line-height: 1em;
}

#content h2, #content h3 {
	color: #169133;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#content h4, #content h5, #content h6 {
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

#content b {
	color: #169133;    
}

#content ul {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

#content ul li {
	list-style: disc outside none;
}

#content table {
	width: 100%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#content th,td { 
	border: 1px solid black; 
	padding: .5em;
}

#content th { 
	font-style: italic; 
}