<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input:focus { outline: none; }
:focus { outline: none; }

a:link { color: #7c713b; text-decoration: none; }
a:visited { color: #c3b87e; text-decoration: none; }
a:hover { color: #b50d17; text-decoration: underline; }
a:active { color: #b50d17; text-decoration: none; }

/* a.cur{color: #003b5c !important;} */

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

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

a.static_link:link { color: #FFF; text-decoration: none; }
a.static_link:visited { color: #FFF; text-decoration: none; }
a.static_link:hover { color: #FFF; text-decoration: none; }
a.static_link:active { color: #FFF; text-decoration: none; }

h1 { margin-top: 0px; margin-bottom: 5px; padding: 0; }
h2,h3 { margin-top: 30px; margin-bottom: 10px; padding: 0; font-weight: normal; }
h4,h5 { margin-top: 10px; margin-bottom: 5px; padding: 0; font-weight: normal; }
h6 { margin-top: 20px; margin-bottom: 10px; color: #678730; padding: 0; font-weight: normal; }
p { margin-top: 0; margin-bottom: 10px; padding: 0; }
ul { list-style-image: url('../images/misc/square_bullet.png'); }

.photo_left { padding: 5px 15px 5px 0px; text-align: left; float: left; }
.photo_right { padding: 0px 0px 5px 15px; text-align: right; float: right; }

.body_emphasis {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1em;
    letter-spacing: .065em;
    color: #7c713b;
}
.body_quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
    font-style: italic;
	line-height: 1.2em;
    padding-top: 10px;
    color: #7c713b;
}
.body_indented {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.4em;
	padding: 0px 0px 0px 30px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;	
    line-height: 1.3em;
	letter-spacing: .05em;
    text-transform: uppercase;
	text-align: left;
	color: #b50d17;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: .065em;
	padding: 5px 0px 0px 0px;
	color: #c3b87e;
}
.directory_name {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: none;
	line-height: 1.1em;
    letter-spacing: .065em;
	padding: 10px 0px 20px 0px;
    color: #000000;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.1em;
}

/* olive green=#7c713b  green=#c3b87e  light green=#f3f1e5  red=#b50d17 */
/* dark-grey=#666666  medium-grey=#cccccc  light-grey=#eaeaea */</pre></body></html>