body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.services a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	}
.services a:hover {
	color: #237d70;
	text-decoration:none;
	font-weight: bold;
	font-size: 16px;
	}

a {
color: #237d70;
text-decoration: underline;
}

a:hover {
color:#000000;
text-decoration: underline;
}

#Content {
	width:770px;
	}

#ContentLeft {
	z-index: 1;
	width: 190px;
	padding-left:10px;
	padding-top: 0px;	
	top: 189px;
	left: 136px;	
	height:100%;	
	background-color: #666666;
	text-align:left;
	float: left;
	}

#ContentRight {
	width: 785px;
	top: 40px;	
	text-align:left;
	z-index: 10;	
	margin: 0px 0 20px 0px; /*top right bottom left*/
	float: right;
	background-image: url(Images/right.jpg);
	background-repeat:no-repeat;
	background-position: top;
	}
	
#Header  {
	width: 780;
	color:  #237d70;
	font: Arial, Helvetica, sans-serif;
	font-size: 32px;
	}
#footer {
   vertical-align:inherit;
   width: 750px;
   font-size:10px;
   color:#6e7074;
      
   }
   
