#button {
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-color: #397B6B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#button a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #B1DBDA;
}
#address {
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	width: 290px;
}
#menu {
	text-align: left;
	height: 32px;
}
#menu a {
	font-size: 14px;
	font-weight: bold;
	color: #799395;
}
#menu a:hover {
	color: #000000;
	background-color: #B1DBDA;
}

#contentArea {
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding: 10px;
}
#contentArea a {
	color: #0000FF;
}
#contentArea  a:hover {
	color: #7979FF;
}
.pageHeading {
	font-size: 24px;
	font-weight: bold;
	color: #004F44;
}


#footer {
	height: 20px;
	background-color: #397B6B;
}
a {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#prividers {
	text-align: center;
	padding: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #397B6B;
}
