body {
	background-color: #83a86b; 
	margin:0px; 
	padding:0px;
	}
	
#container {
	background-image: url(images/container-background.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
}

#page {
	position: relative;
	width: 831px;
	min-height: 760px;
	background-image: url(images/page-middle.gif);
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 245px;
	overflow: visible;
	z-index: 1;
}

#masthead { display: block; }

#langswitch { 
	display: block; 
	position: absolute; 
	height: 12px; 
	font-size: 12px; 
	right: 40px; 
	top: 220px; 
	color: #caeab9; 
	font-weight: bold;
	}

#navigation {
	position: relative;
	display: inline;
	float: left;
	width: 145px;
	margin-left: 32px;
}

	a.white, a.green { display: block; text-align: right; font-weight: bold; font-size: 12px; }
	a.white { color: #ffffff; }
	a.green { color: #A4C795; line-height: 2; }
	
	.leftnav {
		position; relative;
		margin-top: 7px;
		margin-bottom: 6px;
		width: 145px;
	}
	
	.leftnav div {
		background-image: url('images/leftnav-background.gif');
		background-repeat: repeat-y;
		padding: 1px 0px;
	}
	
	.leftnav div.first {
		background-image: none;
	}
	
	.leftnav div.last {
		background-image: url('images/leftnav-bottom.gif');
		background-repeat: no-repeat;
		background-position: bottom;
		padding-bottom: 5px;
	}
	
	.leftnav div a {
		color: #ffffff;
		display: block;
		margin: 6px 1px;
		font-size: 12px;
		line-height: 12px;
		padding: 2px 1px 2px 15px;
		font-weight: normal;
		background-image: url('images/leftnav-dots.gif');
		background-position: 8px 0px;
		background-repeat: repeat-y;
	}
	
	.leftnav div a.active {
		background-image: url('images/leftnav-dots-active.gif');
		font-weight: bold;
	}

#login {
	position: absolute;
	top: 280px;
	right: 39px;
	width: 152px;
	height: 140px;
	text-align: center;
}

	#login h2 { 
		margin: 0 0 3px 0; 
		font-size: 12px; 
		line-height: 12px; 
		color: #878787; 
		font-family: arial; 
		text-align: left;
	}
	
	#login label { 
		display: block; 
		font-size: 11px; 
		font-weight: bold; 
		color: #579654;
		padding: 5px 0 0 7px;
		text-align: left;
	}
	
	#login input {
		display: block;
		font-size: 11px;
		width: 135px;
		border: 1px solid #8AB588;
		padding: 1px;
		margin: 0 0 0 7px;
	}
	
	a.button {
		color: white;
		padding: 5px 8px;
		background-color: #8AB588;
		border: 1px solid #579654;
		margin: 5px;
		line-height: 34px;
	}
	
	a.button:hover { background-color: #76A173; }


#news {
	position: relative;
	display: inline;
	float: right;
	width: 152px;
	margin-right: 39px;
	min-height: 130px;
	margin-top: 190px;
	background-image: url(images/news-top.gif);
	background-repeat: no-repeat;
}

	#news h2 { margin: 0 0 3px 0; font-size: 12px; line-height: 12px; color: #878787; font-family: arial; }
	
	#news a { 
	display: block; 
	color: #333333; 
	padding: 4px; 
	margin: 0 5px; 
	border-bottom: 1px solid #8AB588; 
	}
	
	#news a.morenews { 
		background-image: url(images/news-bottom.gif);
		background-position: bottom;
		border-bottom-width: 0;
		margin: 0;
		padding: 4px 9px 6px 9px;
		color: #bb1f14;
		font-weight: bold; 
	}
	
#maincontent {
	position: relative;
	margin-left: 220px;
	margin-right: 220px;
	padding-top: 20px;
	margin-bottom: -150px;
	z-index: 10;
}

*+html #maincontent {
}
	
#bottom {
	height: 320px;
	clear: both;
	background-image: url(images/page-bottom.png);
}

	#bottom-links {
		position: relative;
		display: block;
		top: 229px;
		left: 26px;
	}

	img#bottom-link-1 {
		border-width: 0px;
		margin-bottom: 6px;
	}
	
	img#bottom-link-2 {
		border-width: 0px;
		margin: 0 5px;
	}
	
	img#bottom-link-3 {
		border-width: 0px;
		margin-bottom: 6px;
	}
	
	a#chfa-link {
		display: block;
		width: 160px;
		height: 100px;
		position: absolute;
		right: 65px;
		top: -110px;
	}
	
#footer {
	position: relative;
	height: 40px;
	width: 100%;
	background-image: url(images/footer.gif);
	text-align: center;
	overflow: hidden;
}
	#footer-links {
		position: relative;
		width: 832px;
		margin: 0 auto;
		height: 40px;
	}

	#footer a {
		color: #535353;
		line-height: 40px;
	}
	
	#clearweb-logo {
		display: block;
		position: absolute;
		border-width: 0px;
		top: 0px;
		right: 0px;
	}

		
/* FONT AND PARAGRAPH STYLES */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #333333;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

#maincontent {
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
}

#maincontent h1, h2, h3 {
	color: #a1bc36;
	font-family: constantia, georgia, helvetica;
	line-height: 1;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }






