.leftlink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 6pt;
	left: 10px;
	position: relative;
	color: yellow;
}
a { color:#95847A}
a:visited { color:#CE6301}
a:hover { color: red; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
}
h1.topstripe {
	text-align: left;
	margin-left: +4mm;
}
h1.topstripesub {
	text-align: left;
	margin-left: +4mm;
	font-size: 12pt;
	margin-top: -2mm;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.tableentry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}
.subfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
}
.leftmarginlogo {
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	margin-right: 15%;
	margin-left: 15%;
}
/* "Trifecta" buttons, from
 * http://www.search-this.com/website_design/css_rollover_buttons.asp
 * A *single* no-text image for the over/down button, and another single
 * image for the regular button is all you need; the rest is text --
 * bot-findable, easily-edited, alt-tagged, text!
 */
.cssnav { 
	position: relative;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/Button-rollover-100.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 100px;
	height: 24px;
	margin: 0; 
	padding: 0; 
}

.cssnav a {
	display: block;
	color: black;
	font-size: 11px;
	width: 100px;
	height: 24px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}
.cssnav a:link, .cssnav a:visited {
	color: black;
}
.cssnav a:hover {
	color: red;
}
.cssnav img {width: 100px; height: 24px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
	position: absolute;
	left: 1px;
	top: 5px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-align: center;
}
.button {
	height: 5px;
	width: 15px;
}
.back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: pre;
	vertical-align: middle;
	bottom: 2px;
}
.woodcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
	vertical-align: bottom;
	/* position: relative; */
	/* top: -20px; */
	/* color: FF6E1; missing hexit... */
	/* color: FCD47C; same as buttons */
	color: #FFFF00;
}
.woodcaption a:link, .woodcaption a:visited {
	color: #FFFF00;
	text-decoration: underline;
}
.woodcaption a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* a.wood:hover, a.wood:link, a.wood:visited {
	color: yellow;
} */
.address {
	left: 2cm;
	top: 0px;
	position: relative;
}
caption {
	font-style: italic;
}
.mycaption {
	font-style: italic;
	text-align: center;
}
body {
	background-image: url(images/Background-1.jpg);	/* background-color: #FBF4D9; */
	/* http://www.websitegear.com/design/html/colorcode.asp: Web-safe CCCC99 is too dark; FFFFCC is too yellow */
}
.majorstatement {
	text-align: center;
	font-size: medium;
	font-style: italic;
	color: #C0622E;
	padding-top: 10px;
	font-weight: bold;
}
.lrpad {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.hanging {
	text-indent: -3ex;
	margin: 0ex 3ex;
}
.xsmall {
	font-size: x-small;
}
