@charset "utf-8";

body {
	margin:0;
	padding:0;
	font:12px/17px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background:url(body.gif);
}

#container {
	position:relative;
	width:1002px;
	margin:0 auto 20px;
	background:url(container.gif) top no-repeat;
}

#head {
	width:797px;
	height:104px;
	margin:0 0 0 104px;
	padding:0;
	background:url(topmenu.gif) repeat-x bottom;
}

	#head ul {
		list-style:none;
		height:18px;
		font-size:10px;
		line-height:18px;
		margin:0;
		padding:0;
		float:right;
		overflow:hidden;
	}
	
	#head ul li {
		display:inline;
	}
	
	#head ul li a {
		display:block;
		float:left;
		padding:0 10px 0 9px;
		text-decoration:none;
		font-weight:bold;
		color:#333;
		background:url(topmenu-a.gif) no-repeat right;
	}
	
	#head ul li a:hover, 
	#head ul li a.last:hover, 
	#head ul li a.act {
		/*background-color:#f7b73f;*/
		color:#FFF;
	}
	
	#head ul li a.act {
		color:#FFF;
		text-decoration:underline;
	}
	
	
	#head ul li a.last {
		background-image:none !important;
	}


#content {
	width:535px;
	margin:0 0 0 147px;
	padding:20px 90px 50px 85px;
	background:#FFF;
}

	.c_home {
		background:#FFF url(content-home.jpg) no-repeat right top !important;
	}
	
	#hspacer {
		float:left;
	}
	
	#wspacer {
		float:left;
	}
	
	.clear {
		clear:both;
	}
	
	p#box1, p#box2, p#box3, p#box4 {
		position:absolute;
		margin:0;
		padding:0;
		font-size:11px;
		line-height:14px;
	}
	
	#content p#box1 {
		top:277px;
		left:261px;
		width:150px;
	}
	
	#content p#box2 {
		top:441px;
		left:300px;
		width:155px;
	}
	
	#content p#box3 {
		top:380px;
		left:471px;
		width:165px;
	}
	
	#content p#box4 {
		top:344px;
		left:659px;
		width:150px;
	}

	#content p {
		
	}
	
	#content a {
		color:#016c64;
	}
	
	#content a:hover {
		text-decoration:none;
	}
	
	#content a.pdf {
		color:#016c64;
		padding-right:20px;
		background:url(pdf.gif) no-repeat right;
	}
	


#leftcol {
	position:absolute;
	top:104px;
	left:0;
	width:217px;
	margin:0;
	padding:0 0 134px;
	background:url(boxes-left.gif) no-repeat 12px bottom;
	overflow:hidden;
}

#mainmenu {
	list-style:none;
	width:188px;
	margin:0;
	padding:11px 6px 6px 23px;
	font-size:11px;
	overflow:hidden;
	background:url(mainmenu.gif) top no-repeat;
}

	#mainmenu li {
		width:178px;
		padding:0 0 0 10px;
		font-weight:bold;
		overflow:hidden;
	}
	
	#mainmenu li.first {
		padding-top:4px !important;
	}
	
	#mainmenu li.last {
		padding-bottom:5px !important;
	}
	
	#mainmenu li.section {
		background:url(mainmenu-section.gif);
		height:27px;
		line-height:27px;
		color:#FFF;
	}
	
	#mainmenu li.section span {
		text-decoration:underline;
	}
	
	#mainmenu li.indent {
		background:url(mainmenu-indent.gif);
		height:20px;
		line-height:20px;
		color:#FFF;
	}
	
	#mainmenu li.misc {
		background:url(mainmenu-misc.gif);
		height:15px;
		line-height:15px;
		padding-top:6px;
		color:#FFF;
	}
	
	#mainmenu a {
		text-decoration:none;
		color:#333;
		/*display:block;*/
	}
	
	#mainmenu a:hover {
		color:#FFF;
	}
	
	#mainmenu li.indent a {
		padding:0 0 0 19px;
		background:url(mainmenu-indent-a.gif) no-repeat 11px 5px;
	}
	
	#mainmenu li.indent span {
		padding:0 0 0 19px;
		background:url(mainmenu-indent-a.gif) no-repeat 11px 5px;
		text-decoration:underline;
	}
	
	#mainmenu li.misc a {
		/*padding:5px 0 0;*/
	}
	
	#mainmenu li.misc_last {
		padding-bottom:10px;
	}
	
	#mainmenu li.act {
		text-decoration:underline;
	}

#boxes_right {
	position:absolute;
	left:768px;
	top:105px;
}


#rightcol {
	position:absolute;
	right:10px;
	top:207px;
	width:126px;
	padding:0 0 248px 0;
}

	#news {
		padding:19px 10px 5px;
		background:url(infobox.gif) no-repeat top;
		font-size:11px;
		line-height:14px;
	}
	
		#news h4 {
			margin:0;
			padding:10px 0 0;
			font-size:11px;
		}
		
		#news p {
			margin:3px 0 0;
			padding:0;
		}
		
		#news a {
			display:block;
			color:#333;
			margin:3px 0 0;
		}
	
	#newsend {
		height:15px;
		background:url(infobox.gif) no-repeat bottom;
	}
	
	#logos {
		position:absolute;
		left:0;
		bottom:0;
	}





























