/* CSS Document */

.newmenulinks {display:block; padding-top:5px; margin-left:5px; margin-right:5px;}

a.newMenu 
{
	display:block; 
	background-color: #64c8d0; 
	font-weight:bold;
	width:204px; 
	height:27px; 
	text-align:left; 
	font-family:Garamond, Palatino, serif; 
	font-size:16px;  
	line-height:18px;
	color:white; 
	text-decoration:none;
	border-bottom: solid 1px white;
	text-align:left;
	}

		
a.newMenu:hover {
	background-color: #036b69;
	}
	
a.sublinks {
	display:block; 
	background-color: #64c8d0; 
	font-weight:bold;
	height:20px; 
	text-align:center; 
	font-family:Garamond, Palatino, serif; 
	font-size:14px;  
	color:white; 
	padding: 2px 0px 2px 0px;
	text-decoration:none;
	}
	
a.sublinks:hover {
	background-color: #036b69;
	}
	
.footertext {
	font-family:Garamond, Palatino, serif; 
	font-size:12px; 
	padding:10px;

}

.bodytext {
	font-family:Garamond, Palatino, serif; 
	font-size:14px; 
	padding-left:10px;
	padding-right:10px;
	color:#055656;
	line-height:20px;

}

.tableheader {
	text-align:center;
	background-color: #ffc099;
	
}

.serviceHeader {
	text-align:left;
	background-color: #ffc099;
	font-family:Garamond, Palatino, serif; 
	font-size:14px; 
	padding-left:12px;
	color:#674323;
	border-top:solid 3px white;
}

.bullets {
	margin-left:10px; 
	margin-right:10px;
	font-family:Garamond, Palatino, serif; 
	font-size:14px; 
	color:#00474a;
	line-height:20px;
	}
.column { background-color: white; border-bottom: solid 1px #cccccc;}
.columnAlt { background-color:#fee8c7; border-bottom: solid 1px #cccccc;}