body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	background:#A9BAC3;
}

#wrap {
	margin: 0 auto 0 auto;
	width: 800px;
	}

#header {
	position:relative;
	top: 0px;
	left: 0px;
	height:120px;
	background-color:#FBFBFB;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(../images/header2.jpg);
	width:100%;
	}
	
.logo {
	position:absolute;
	top: -2px;
	left: 110px;
	z-index:10;
	width: 41px;
	height: 50px;
	}
	
.helpline {
	position:absolute;
	top: 47px;
	left: 34px;
	z-index:5;
	width: 205px;
	height: 42px;
	}

#header h2#slogan {
	position: absolute;
	top: 75px;
	!top: 87px; /* IE7 hack */ 
	_top: 87px; /* IE6 hack */
	left: 6px;
	color: #666666;
	text-indent: 0px;
	text-transform: none;
	z-index: 5;	
}

html> #header h2#slogan {
	position: absolute;	 
	top:75px; left: 5px;
	color: #666666;
	text-indent: 0px;
	text-transform: none;
	z-index: 5;	
}
	
#topmenu {
	position:absolute;
	right:10px;
	top: 7px;
	display:inline;
	z-index: 15;
	font-size:small;
	}
	
#topmenu a {
	text-decoration:none;
	}
	
#topmenu a:hover {
	text-decoration:underline;
	}

	
#tabmenu {
	position:absolute;
	left:auto;
	top:116px;
	background-color:#9fb03d;
	width:802px;
	height:28px;
	}
	
#tabmenu ul {
	z-index: 100;
    padding: 0;
   margin: 0 0 0 0;
   list-style:none;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}

#tabmenu li {
	position: relative;
   display:inline;
   margin:0; padding:0;
}


#tabmenu a {
   float:left;
   margin:0;
   text-decoration:none;
}
	
#tabmenu a span {
   float:left;
   display:block;
   background-color: #9FB03D;
   padding:6px 25px 6px 24px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabmenu a span {float:none;}
/* End IE5-Mac hack */
#tabmenu a:hover span {
	background-color:#90B4CF;
	color:#FFF;
}

#tabmenu #current a span {
	background-color:#90B4CF;
	}
	
#sidebar {
	position:relative;
	left: 0px;
	top: 25px;
	padding-left: 10px;
	}
	
#content {
	position:relative;
	left: auto;
	top: 25px;

	!top: 38px; /* IE7 hack */
	width: 800px;
	padding-bottom:20px;
	background-color: #568E14;
	}
	
.ad {
	position:relative;
	left: -5px;
	top: -20px;
	!top: -25px;
	}
	
#News p {
	position:relative;
	left:-7px;
	top: -22px;
	!top: -18px; /* IE7 hack */
	padding-left:10px;
	padding-bottom:5px;
	background-color:#568E14;
	color:#FFFFFF;
	width:393px;
	height:313px;
	!height: 330px;
}

#footmenu {
	position:relative;
	left:auto;
	top: -40px;
	!top: -20px;
	width:800px;
	}
	
#footmenu td {
	padding: 10px;
	border: 1px solid #666666;
	}
	
#footer {
	position:relative;
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0;
	top: -40px;
	!top: -20px;
	padding-bottom:10px;
	padding-top: 10px;
	height:100%;
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

.no-border {
	border:0px;
	}
