body {
	font-family : Arial, Helvetica, sans-serif;
	scrollbar-face-color: #8dc9a7;
	scrollbar-shadow-color: #8dc9a7;
	scrollbar-highlight-color: #8dc9a7;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	background-color: #FFF;
	margin: 5px;
	color: #000;
	padding: 0px;
}

a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #0000ff;
}
/*navigation*/
a#menu:link, a#menu:visited  {
	display: block;
	padding: 2px;
	margin: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #009900;
	border-bottom: 2px solid #007700;
	width:110px;
	line-height:20px;
	background: #8dc9a7;
	color: #eeeeee;
	font-size: 14px;
	text-decoration: none;
}
a#menu:hover {
	display: block;
	background: #efefef;
	color: #000000;
	text-decoration: none;
}	
a#menu:active {
	display: block;
	padding: 2px;
	margin: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #009900;
	border-bottom: 2px solid #007700;
	width: 110px;
	line-height: 20px;
	background: #8dc9a7;
	color: #eeeeee;
	font: 14px;
	text-decoration: none;
}


/*added styling*/

.phone {
	font-size: 13px;
	font-weight: bold;
	padding-top: 58px;
	color: #7D5014;
}
#footer {
	width: 75%;
	margin: 10px auto;
	text-align: center;
	font-size: 11px;
	color: #333;
}
.copyright {
	text-align: left;
}
#newsletter {
	width: 400px;
	float: left;
	margin: 42px 0px 0px 40px;
	font-size: 12px;
	text-align: left;
}
#newsletter td {
	padding: 5px;
}

