body {
	background-color: #A99172;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana,Arial, Helvetica, sans-serif;
}
.bodytext {

	font-size: 12px;
	color: #55350F;
	text-decoration: none;
}
.Footer {
	font-size: xx-small;

}
.pageTitle {

	font-size: 12px;
	color: #55350F;
	text-decoration: none;
	font-weight: bolder;
	text-transform: capitalize;
}
.infotext {

	font-size: 10px;
	color: #776666;
	text-decoration: none;
}
.utilitylines {

	font-size: 10px;
	color: #CCCCFF;
	text-decoration: none;
}

#txtbody {
	background-color: E9D8BE;
	background-image: url(../images/background_mainR1.jpg);
	background-repeat: repeat-x;
}

a, a:hover, a:active, a:visited {
	color:#00429B;
}

a:hover {
	color:#009CCF;
}

a.utility:link {

	font-size: 9px;
	font-weight: bold;
	color: #FFEBD0;
	text-decoration: none;
}
a.utility:hover {

	font-size: 9px;
	font-weight: bold;
	color: #FFEBD0;
	text-decoration: none;
}
a.utility:active {
	
	font-size: 9px;
	font-weight: bold;
	color: #FFEBD0;
	text-decoration: none;
}
a.utility:visited {

	font-size: 9px;
	font-weight: bold;
	color: #FFEBD0;
	text-decoration: none;
}
#elButton a {
color: #FFEBD0;
font-size:10px;

font-weight:bold;
text-decoration: none;


}
#elButton a:hover {
color: #CC9933;

}

/* NAVIGATION */




#navigation , #navigation li, #navigation li ul, #navigation li ul li {
	margin: 0;
	padding: 0;
	list-style: none;

	font-size: 90%;
	padding-left: 5px;
	}
	

	
#navigation li a {
	text-decoration: none;
	padding: 3px;
	display: block;
	border-bottom: 1px solid #DCC3A5 ;
	color: #725940;
	}
	
#navigation li a:hover {
	background: url(../images/_nav_triangle.gif) no-repeat right top;
	background-color: #EBD0B0;
	}



#about .about a, 
#services .services a,
#personnel .personnel,
#resources .resources,
#employment .employment,
#contact .contact {
	background-color: #FFF;
}
#servicesNav {
overflow: hidden;

}
#servicesNav ul,#servicesNav ul li {
	list-style: none;

	padding: 0;
	margin: 0;

}

#servicesNav ul li {
	padding-bottom: 6px;
	}
	
#servicesNav ul li a {
	padding:0 0 0 20px;
	margin: 0 0 1px 0;
	text-decoration: none;
	display: block;
}

#servicesNav ul li .firstInList {

}
#servicesNav ul li a:hover {
	background: url(../images/triangle.gif) no-repeat left top;
	
	}
	
	
	
	