/* CSS Document */

body,td,th {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
body {
	background-image: url(../images/page-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0 auto;
}
a:link {
	color: #000099;
	font-weight: bold;
}
a:visited {
	color: #000099;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	font-weight: bold;
}
a:active {
	color: #000099;
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.georgia16 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; 
	line-height: 32px;
}
.lucida38 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 38px; 
	color: #981b1e;
	line-height: 32px;
}

/* Heading */

#heading {
	margin: 0 auto;
	width: 1000px;
}

#heading-topleft {
	background-image: url(../images/toplogo-clear.gif);
	background-repeat: no-repeat;
	width: 500px;
	height: 125px;
	float: left;
}

#heading-topright {
	width: 470px;
	height: 115px;
	text-align: right;
	padding-right: 30px;
	padding-top: 5px;
	float: right;
}

/* Black Navbar */

#navbar {
	background-image: url(../images/navback.gif);
	background-repeat: repeat-x;
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}

a.nav:link {
	color: #FFFFFF;
	padding: 0 25px;
	border-right: solid 1px #999999;
	text-decoration: none;
}
a.nav:visited {
	color: #FFFFFF;
	padding: 0 25px;
	border-right: solid 1px #999999;
	text-decoration: none;
}
a.nav:hover {
	color: #b29a58;
	padding: 0 25px;
	border-right: solid 1px #999999;
	text-decoration: none;
	
}
a.nav:active {
	color: #FFFFFF;
	padding: 0 25px;
	border-right: solid 1px #999999;
	text-decoration: none;
}

a.navfirst:link {
	color: #FFFFFF;
	padding: 0 25px;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	text-decoration: none;
}
a.navfirst:visited {
	color: #FFFFFF;
	padding: 0 25px;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	text-decoration: none;
}
a.navfirst:hover {
	color: #b29a58;
	padding: 0 25px;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	text-decoration: none;
	
}
a.navfirst:active {
	color: #FFFFFF;
	padding: 0 25px;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	text-decoration: none;
}

/* Main Content */

#content {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 1000px;
}

#content-left {
	width: 660px;
	margin: 30px 30px 0 30px;
	float: left;
}

#content-right-sidebar {
	width: 220px;
	margin: 30px 30px 0 30px;
	float: right;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.testimonial {
	background-color: #ede7c6;
	margin: 20px 0;
}

.testimonial p {
	margin: 20px 15px;
}

.testimonial h2 {
	margin: 0 15px;
}

.covid-19 {
	display:block; 
	margin: 20px auto;
	border:red solid 2px;
	padding: 20px;
	width:90%;
}

.covid-19 p {
	margin: 20px 0px;
}

.covid-19 li { margin-bottom:15px;}

.covid-19 h2 {
	margin: 0 0px;
	color:red;
}


/* Page Footer */

#footer {
	background-color: #000000;
	height: 325px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	margin: 0 auto;
	clear: both;
}

#footer-narrow {
	background-image:url(../images/back-footer.gif);
	background-repeat: repeat-x;
	height: 325px;
	margin: 0 auto;
	width: 1000px;
}

#footer-1 {
	background-image: url(../images/bottomlogo.gif);
	background-repeat: no-repeat;
	margin: 0 15px 0 30px;
	float: left;
	width: 281px;
	height: 100px;
}

#footer-2 {
	width: 240px;
	float: left;
	margin: 15px 15px 0;
}

#footer-2 a {color:#ffffff;
	font-weight:normal;}

#footer-3 {
	width: 160px;
	float: left;
	margin: 15px 15px 0;
}

#footer-4 {
	width: 170px;
	float: left;
	margin: 15px 30px 30px 0;
}

a.footer:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.footer:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.footer:hover {
	color: #b29a58;
	font-weight: normal;
	text-decoration: underline;
	
}
a.footer:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

/* Images */

#rightinset {
	width: 215px;
	margin: 0 0 15px 15px;
	float: right;
	font-size: 14px;
	text-align: center;
	background-color:#f3f0db;
}

/* Staff Content Columns */

#staff-left {
	margin-top: 20px;
	width: 200px;
	float: left;
	font-size: 14px;
	clear: both;
}

#staff-center {
	width: 200px;
	margin: 20px 15px;
	padding: 0px 13px;
	float: left;
	font-size: 14px;
	border-width: 0 2px;
	border-style: dotted;
	border-color: #CCCCCC;
}

#staff-right {
	width: 200px;
	margin-top: 20px;
	float: right;
	font-size: 14px;
}


