body {
		margin:0;
		padding:0;
		font-family:"Lucida Grande", Verdana, Sans-serif;
		font-size:95%;
}

a:link {
	text-decoration:underline;
	color:#006c43;
}

a:visited {
	text-decoration:underline;
	color:#00925B;
}

a:hover {
		color:#dfbd09;
}

a:active {
		text-decoration:none;
}

#container {
		width:599px;
		margin:10px auto 0 auto;
}

#header {
		width:100%;
		height:62px;
		background:#8cc63e url(../images/header_background.gif) no-repeat;
}

#navigation {
		padding:3px 0;
		width:100%;
		background:#006634;
}

#navigation p {
		margin:0 0 0 35px;
		color:#fff;
}

#navigation a:link {
		color:#fff;
		text-decoration:none;
		padding:0 3px;
		font-weight:normal;
}

#navigation a:visited {
		color:#fff;
		text-decoration:none;
		font-weight:normal;
}

#navigation a:hover {
		color:#dfbd09;
		text-decoration:underline;
		font-weight:normal;
}

#navigation a:active  {
		color:#dfbd09;
		text-decoration:none;
}

#navigation a.active_link {
		cursor:text;
		color:#dfbd09;
		text-decoration:none;
}

#navigation a.active_link:visited {
		color:#dfbd09;
	}	

#navigation a.active_link:hover {
		color:#dfbd09;
		text-decoration:none;
	}		
	
#navigation a.language {
		padding-left:28px;
}

#leftcol {
		float:left;
		width:256px;
		margin-top:25px;
}

#leftcol img {
		border:0;
}

#leftcol img.pic {
		margin:30px auto 0 auto;
		display:block;
}

#leftcol img.text {
		margin-top:20px;
}

#rightcol {
		float:right;
		width:325px;
}

#rightcol h1 {
		color:#006c43;
		font-size:1em;
		margin:20px 0 0 0;
}

#rightcol p, p#footer, ul li {
		color:#006c43;
		font-size:.8em;
		line-height:1.3em;
}

p#footer {
	margin-top:20px;
	width:280px;
	border-top:1px solid #006c43;
	font-size:70%;
}

