body {
	background-color: #9A9A9A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back1.jpg);
	background-repeat: repeat-x;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
h2 {
	font-size: 20px;
	color: #8DB32D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}
h2.tophead {
	padding-top: 0px;
	margin-top: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	line-height: 18px;
}
.footer {
	color: #999999;
	font-size: 11px;
}
.footer a{
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover{
	color: #FFF;
}

#navcontainer ul
{
	padding:0;
	margin: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:normal;
	
}

#navcontainer ul li { 
	display: block;
 }

#navcontainer ul li a
{
	padding:8px 32px;
	color: #555;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #EEE;
	height: 16px;
}	

#navcontainer ul li a:hover
{
	background: #A6CE39;
	color: #000;
	text-indent: 10px;
	border-left: 10px solid #333;

}
.style3 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {font-size: 11px}
input, select, textarea{
	width: 95%;
}
.button{
	width: auto;
}
a{
	color: #8DB32D; font-weight: bold;
}
a:hover{
	color: #000;
}
.bordered{
	border: 1px solid #CCC;
}


ul.servicesMenu li a{
	border-bottom: 1px solid #CCC;
	padding: 4px;
	display:block;
	width: 200px;

}
.imgRightBordered{
	border: 1px solid #CCC;
	padding: 3px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#services a{
	display: block;
	padding: 5px;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
}

#services a.aselected{
	display: block;
	padding: 5px;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	background: #EEE;
	color: #000;
}
