
html,body{margin:0;padding:0}

body{font: 100% arial,sans-serif;text-align:center; background:#333;}

p{	margin:0 5px 5px;
	padding-bottom:7px;
	font-size:13px;
}

h2{	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background:#003d24;
	margin-top: 10px;
	padding:6px;
}

h3{
	margin: 0 0 0 5px;
	font-size: 13px;
	}
	
a:link {
	color: #003D24;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #003D24;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #003D24;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #003D24;
}

img{  border-style: none;}

	
.first{	margin: -7px 0 0 5px;}


a.top{	
		color: #333;
		text-decoration: underline;
		font-weight:bold;
		font-size:11px;
		margin:0 0 20px 5px;
		}

a.top:hover {	
		color: #333;
		text-decoration: none;
		}


/*TOTAL WIDTH 990px*/

#container {
	text-align:left;
	width:990px;
	margin:0 auto;
	background:#fff;
	}
	

#header{
	position:relative;
}

	 #header p{	
		font-size: 13px;
		color: #003D24;
		padding:22px 0px 0px 0px;
		text-align:right;
		text-transform:lowercase;
		font-family: 'tahoma';
		}

	#header-image{
		background-image: url(../images/contentheader.jpg);
		width:990px;
		height:270px;
	}
	
	#header img{
	padding: 20px 0 5px 10px;
	}
	
		#header a{
			text-decoration: none; 
			font-weight:normal;
		}


		#header a:hover{
			text-decoration:none;
		}


	#nav{
	margin-top:14px;
	background:#003d24;
	overflow:hidden;
	}

		#nav ul {
			padding: 5px 0 7px 0;
			margin: 0;
			list-style-type: none;
			text-align: left; 
			}
		
			#nav ul li{
				display: inline;
			}
				
			#nav ul li a{
				padding: 16px 16px 16px 16px;			
				text-decoration: none; 
				color: #fff;
				font-weight:bold;
				font-size: 13px;
			}


			#nav ul li a:hover{
			background-color: #004F2E;
			}


	#header p{
	    position:absolute;
		top:10px;
		right:10px;
		}



#wrapper {
	float:left; 
	}		
		
	#left {
		width:315px;
		padding:0px 5px 17px 10px;
		}		
			

		
#right{
	float:right;
	width:315px;
	padding:0px 10px 0 5px;
	}

#middle{
	float:left;
	width:320px;
	padding:0 5px;
	}
	
	
	
#footer {
	width: 975px;
	height: 58px;
	border-top:2px solid #003d24;
	margin: 0 auto;
	padding: 20px 0 20px 15px;
	background: #fff;
	clear:both; 
	font-family:arial;
	line-height:12px;
}

	#footer p {
		margin: 0;
		color: #333;
		font-size:11px;
	}
	
	.fir {padding-top:4px;}

	#footer a{	
		color: #333;
		text-decoration: underline;
		font-weight:bold;
		}

		#footer a:hover {	
			color: #333;
			text-decoration: none;
			}


	.footer{
		margin-right:8px;
	}
	
	
	.footer-image{
		float:right;
		margin-top:-10px;
		padding-right:11px;
	}

#left ul{margin-left:-34px; list-style-position:inside}
#left ul li{font-size:13px}

