*{
	margin: 0;
	padding: 0;
	line-height: normal;
	}
html, body {
	margin: 0;
	padding: 0;
	background: #f3f3f3 url(images/body.jpg) repeat-x left top;	
	color: #626262;
	font: 9pt Arial, Tahoma, Helvetica, Verdana, sans-serif;
	}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #95b86a;	
	}
span {
	color: #95b86a;	
	}
.bigger {
	color: #95b86a;	
	font-size: 14pt;
	}
a img {
	border: none;	
	}
ul, li {
	list-style: none;	
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	margin-bottom: 20px;
	}
h1, h2, h1 a, h2 a, h1 a:hover, h2 a:hover {
	font-size: 20pt;
	color: #66952e;
	}
h3, h4, h3 a, h4 a, h3 a:hover, h4 a:hover {
	font-size: 16pt;
	color: #fff;
	}
h5, h6 {
	font-size: 14pt;
	color: #66952e;
	}
p {
	margin: 10px 0 20px 0;
	text-align: justify;
	line-height: 2em;
	text-indent: 20px;
	}
p.more {
	margin-top: 0;
	text-align: right;
	}
p.extras {
	font-size: 8pt;
	line-height: 1.5em;
	}
address {
	font-style: normal;
	line-height: 2em;
	}
p.noindented {
	text-indent: 0px;
	}
input, textarea, select {
	border: 1px solid #66952e;
	color: #999;
	}
hr {
	border: 1px solid #fff;
	}
.fleft {float: left; width: 49%}
.fleftwider {float: left; width: 49%; padding-left: 5px; height: 360px;}
.fright {float: right; width: 49%}
.clear, .back {clear: both}
.righted {text-align: right;}
.centered {text-align: center;}
a.email, a.email:link, a.email:visited, a.email:hover, a.email:active {color:#666; text-decoration: underline;}


/* layout */
#container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 900px;	
	}
#navigation {
	position: relative;
	top: 30px;	
	height: 150px;
	overflow: hidden;
	width: 900px;
	}
#navigation ul li {
	line-height: 55px;
	vertical-align: middle;
	font-size: 11pt;
	}
#logo {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;	
	}
#languages {
	float: left;
	text-align: right;
	width: 370px;
	}
#languages li {
	float: right;
	width: 20px;
	height: 55px;
	text-align: center;
	color: #b6b7ba;
	}
#languages a {
	color: #b6b7ba;
	}
#selected {
	background: url(images/language.jpg) no-repeat top center;
	}
#tabs {
	float: right;
	width: 200px;
	overflow: hidden;
	}
#tabs li {
	float: left;
	width: 99px;
	height: 55px;
	text-align: center;
	background: url(images/navigation.jpg) no-repeat top center;
	}
#tabs a {
	color: #fff;
	}
.floatcontainer, .floatcontainerbackgrounded {
	width: 860px;
	margin-top: 20px;
	overflow: hidden;
	}
.floatcontainer {
	background: url(images/dots_float.gif) no-repeat bottom center;
	}
.floatcontainerbackgrounded {
	background-color: #bccca6;
	padding: 20px;
	}
.contentscontainer {
	width: 900px;
	margin-top: 20px;
	overflow: hidden;
	}
.contents {overflow: hidden; border-bottom: 1px dotted #66952e; padding-top: 30px;}
.floatcontainerbackgrounded .contentsl, .floatcontainerbackgrounded .contentsr {
	padding: 10px;
	}
#footer {
	margin-top: 50px;
	background: #8caf61 url(images/footer.jpg) repeat-x top left;
	}
#footer p {
	font-size: 8pt;
	text-align: center;
	margin: 0;
	padding: 25px 0 10px 0;
	line-height: 1.5em;
	}
#footer a {
	color: #626262;
	text-decoration: underline;
	}
/* form */
#contactForm {overflow: hidden; position: relative;}
#contactForm p {text-indent: 0}
#contactForm label {display: block; padding-bottom: 3px;}
#contactForm input {width: 90%;padding: 2px; background-color: #eaeaea; border: 1px solid #fff; font: 9pt Arial,  Verdana, Helvetica, sans-serif; color: #000;}
#contactForm input.error, #contactForm textarea.error {background: #f8dbe9; border-color: #e776b1;}
#contactForm textarea {width: 90%; height: 70px; padding: 2px; background-color: #eaeaea; border: 1px solid #fff; font: 9pt Arial,  Verdana, Helvetica, sans-serif;}
#contactForm #send {background: #efefef; color: #000;cursor: pointer; width: 100px;}
#contactForm #send:hover {background: #fffdfe;}
#contactForm span {font-size: 8pt;}
#error {margin-top: 20px; background: #dedede; border: 1px solid #66952e}
#error ul, #error li {list-style-type: disc; list-style-position: inside; color: #666; padding: 5px;}
#error li {line-height: 1.8em; color: #666; font-size: 8pt;}
#error ul li strong {color: red;}
#error.valid ul li strong {color: #66952e;}
#error p {margin:0; padding: 0;}
