body { color: black; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white; }
.container { background-color: white; border: solid 1px #006225; }
h1 { color: #886d00; font-size: 18px; font-weight: bold; margin: 0.67em 0; }
h2 { font-size: 14px; font-weight: bold; margin: 0.83em 0; }
h3 { font-size: 12px; font-weight: bold; margin: 1em 0; }
h4 { font-size: 12px; font-weight: normal; margin: 5px 0; }
p { text-align: left; }
a:link { color: blue }
a:visited { color: purple }
a:hover { color: purple }
.header { }
#navcontainer { background-color: #006225; text-align: center; padding: 3px 0; }
ul#navlist
{ margin: 0; padding: 0; white-space: nowrap; }

#navlist li
{
display: inline;
list-style-type: none;
}
#navlist a { padding: 3px 8px; }
#navlist a:link, #navlist a:visited
{ color: #feb; font-size: 13px; background-color: #006225; text-decoration: none; }

#navlist a:hover
{ color: #886d00; background-color: #feb; text-decoration: none; }
.main { margin: 0; padding: 0 10px 10px; border-top: 1px solid #006225; }
.footer { color: #886d00; font-size: 10px; text-align: center; padding: 10px 5px 5px; }
.footer a:link { color: #c8b456; text-decoration: none; }
.footer a:hover { color: #886d00; text-decoration: none; }
.footer a:visited { color: #c8b456; text-decoration: none; }
.img { padding: 1px; border: solid 1px #e9e9e9; }
.redtext { color: #f00; }
.goldtext { color: #886d00; }
.ltd { color: silver; font-size: 10px; font-style: italic; text-align: center; }
.highlight { padding: 5px; border: solid 1px #886d00; }
.imgwrap { float: left; padding: 1px; border: solid 1px #e9e9e9; }
