body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}
a{
	color: #333333;
	text-decoration: underline;
	}		

/*ID Styles*/
#box {
	width:750px;
	margin: 0 auto;
	}
	
#leftnav {
	float:left;
	width: 160px;
	margin: 0px;
	padding: 5px;
	border-right: 2px solid #FFFFFF;
	background-color: #000000;
	}

#leftnav a{
	text-decoration: underline;
	color: #CCCCCC;
	}
#leftnav a:hover {
	text-decoration:none;
	color: #FFFFFF;
	}
	/*#7b6944*/
#container {
	width: 750px;
	margin: 0 auto;
	padding: 5px;
	border: 2px solid #000000;
	background-color: #CCCCCC;
	}
	/*#A78F5F or #D1C08B*/
#body {
	margin:10px 0 0 180px;
	padding-top:10px;
	}

#footer {
	padding-top: .5em;
	padding-bottom: .5em;
	width:750px;
	text-align: right;
	font-size:12px;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0 auto;
	}
#footer a{
	text-decoration: underline;
	color: #CCCCCC;
	}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}	

#nav a{
	color:#A78F5F;
	font-weight:bold;
	text-decoration:none;
	}
#nav a:hover{
	color:#AEAEAE;
	font-weight:bold;
	border:thin;
	}
	
#servlist {
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	line-height: 25px;
	}


/*Class Styles*/
.navtext {
	color:#A78F5F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 18px;
	}
	
h2 {
	margin: 0;
	padding: 10px 0 5px 5px;
	font: 150% Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	border-bottom: 5px solid #000000;
	color: #000000;
	}
	
h3 {
	margin: 0;
	padding: 10px;
	color: #CCCCCC;
	background:inherit;
	font-size: 14px;
	}
	
.servlistli {
	color: #000000;
	font: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style:italic;
	}


