a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}






.topLinks {
	color: #AAAAAA;
	text-decoration: none;
	font-size: 12px;
}

.topLinks a:link {
	color: #AAAAAA;
	text-decoration: none;
	font-size: 12px;
}
.topLinks a:visited {
	text-decoration: none;
	color: #AAAAAA;
	font-size: 12px;
}
.topLinks a:hover {
	text-decoration: underline;
	color: #AAAAAA;
	font-size: 12px;
}
.topLinks a:active {
	text-decoration: none;
	color: #AAAAAA;
	font-size: 12px;
}




.copyLink a:link {
	color: #000000;
	text-decoration: underline;
}
.copyLink a:visited {
	text-decoration: underline;
	color: #000000;
}
.copyLink a:hover {
	text-decoration: underline;
	color: #000000;
}
.copyLink a:active {
	text-decoration: underline;
	color: #000000;
}





.aboutTitleCurrent a:link {
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #680F01;
}
.aboutTitleCurrent a:visited {
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #680F01;
}
.aboutTitleCurrent a:hover {
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	color: #680F01;
}
.aboutTitleCurrent a:active {
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #680F01;
}




.aboutTitleSmallCurrent a:link {
	text-decoration: none;
	font-size: 11px;
	color: #680F01;
}
.aboutTitleSmallCurrent a:visited {
	text-decoration: none;
	font-size: 11px;
	color: #680F01;
}
.aboutTitleSmallCurrent a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #680F01;
}
.aboutTitleSmallCurrent a:active {
	text-decoration: none;
	font-size: 11px;
	color: #680F01;
}





.staffTitleName {
	text-decoration: none;
	font-size: 15px;
	color: #680F01;
}





body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #D9D9D8;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.navBottom {
	font-size: 12px;
	color: #000000;
}

.searchBox {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.pageTitle {
	font-size: 18px;
	font-weight: bold;
}

.aboutTitle {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.staffTitle {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

.staffText {
	font-size: 12px;
	color: #777777;
}

.biggerParagraph {
	font-size: 14px;
}

.aboutBorder { border-left: 6px solid #D9D9D8; border-right: 6px solid #D9D9D8; border-top: 6px solid #D9D9D8; border-bottom: 6px solid #D9D9D8; }
	

.imgHighlight a img {
	border: 2px solid #000000;
}
.imgHighlight a:hover img {
	border: 2px solid  #FFFFFF;
}

.serviceDays {
	font-size: 13px;
	color: #690f02;
	font-weight: bold;
}
