* { margin: 0px; padding: 0px;}

body { 
	background: #AEB8AB;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12pt;
	color: #FFF; 
	text-align: center;
}
		
a { 
	text-decoration: none;
 }
  
p { 
	margin: 20px 10px 10px 15px;
}
   
h2 { font-size: 1.4em; padding-bottom: 10px;}
h3 { font-size: 1.2em; padding-bottom: 10px; padding-top: 5px; margin-left: 5px; font-family: Arial;  text-transform: uppercase;}

/*IDS*/


#wrapper { 
	background: #35542D; 
	margin-left: 100px;
	padding-bottom: 20px;
	width: 800px; 
	height: auto;
	text-align: left;
	
}

#header { 
			background: url('logo.png');
			width: 800px; 
			height: 159px;
}

#nav ul {
	position: relative;
	top: 2px;
	left: 10px;
	margin: 0px; 
	padding: 0px;
	width: 550px;
}

#nav ul li {
	display: inline;
	margin: 0px 1px;
	float: left;
}

#nav ul li a {
    background: #4C514B;  
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	height: 32px;
	padding: 3px;
	margin: 1px;
}

#nav ul li a:hover {
	background: #1F4216;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	height: 32px;
	padding: 3px;
	margin: 1px;
}




#main { 
		position: relative;
		background: #6D766A;
		top: 10px;
		left: 5px;
		width: 780px;
		margin: 2px;
		padding: 2px;
		border: 1px solid #000;
}

#footer {
		position: relative;
		left: 100px;
		background: #1F4216; 
		color: #fff;
		width: 800px;
}


.box { 	
		background: #AEB8AB;
		padding: 10px;
		width: 240px;
		font-size: 12px;
		border: 1px solid #000;
}




.ttl { float: left; padding-left: 10px;}
.ttr { float: right; padding-right: 10px;}
.clear { clear: both;}


.lcol {
	color: #fff;
	width: 60%;
	padding: 2px;
	border-right: 1px dotted #FFF;
	float: left;
}

.rcol {
	color: #000;
	width: 35%;
	padding: 10px;
	float: right;
	padding: 2px;
	text-align: left;
}




