.house { visibility: hidden }
html {
    font-size: 1em;
    font-family: Calibri, "Lucida Grande", "Trebuchet MS", sans-serif;
    background-color: #007a3d;
    color: #000000;
}
html, body {
    margin: 0em;
}
img {
    border: none;
}
a:link {
    color: #0066ee;
}
a:visited {
    color: #557799;
}
a:hover, a:active {
    color: #ff0000;
}
h1 {
    font-size: 1.7em;
    margin-top: 0.6em;
    margin-bottom: 0.45em;
    font-weight: bold;
    text-align: center;
    color: #007a3d;
}
h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 0.7em;
    margin-bottom: 0.15em;
    color: #007a3d;
}
h3 {
    font-size: 0.9em;
    font-weight: bold;
    margin-top: 0.7em;
    margin-bottom: 0.45em;
    color: #007a3d;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
h1.sub {
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}
h2.major {
    font-size: 1.3em;
    text-align: center;
}
p, ul, ol, dl, h1.sub {
    margin-top: 0;
    margin-bottom: 0.7em;
}
div.container {
    margin: 10px auto;
    max-width: 900px;
}
div.c-top div.c-left {
    background-image: url(images/green-box-top-left.jpg);
    background-position: left;
    background-repeat: no-repeat;
}
div.c-top div.c-right {
    margin-left: 30px;
    background-image: url(images/green-box-top-right.jpg);
    background-position: right;
    background-repeat: no-repeat;
}
div.c-top div.c-center {
    height: 30px;
    margin-right: 30px;
    background-image: url(images/green-box-top-center.jpg);
    background-repeat: repeat-x;
}
div.c-upper div.c-left {
    background-image: url(images/green-box-upper-left.jpg);
    background-position: left;
    background-repeat: repeat-y;
}
div.c-upper div.c-right {
    margin-left: 30px;
    background-image: url(images/green-box-upper-right.jpg);
    background-position: right;
    background-repeat: repeat-y;
}
div.c-upper div.c-center {
    margin-right: 30px;
    background-color: #a39161;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}
div.c-lower div.c-left {
    background-image: url(images/green-box-lower-left.jpg);
    background-position: left;
    background-repeat: repeat-y;
}
div.c-lower div.c-right {
    margin-left: 30px;
    background-image: url(images/green-box-lower-right.jpg);
    background-position: right;
    background-repeat: repeat-y;
}
div.c-lower div.c-center {
    margin-right: 30px;
    background-color: #ffffff;
    background-image: url(images/ghostly-coat-of-arms.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 10px;
    overflow: hidden;
    min-height: 1035px;
}
div.c-bottom div.c-left {
    background-image: url(images/green-box-bottom-left.jpg);
    background-position: left;
    background-repeat: no-repeat;
}
div.c-bottom div.c-right {
    margin-left: 30px;
    background-image: url(images/green-box-bottom-right.jpg);
    background-position: right;
    background-repeat: no-repeat;
}
div.c-bottom div.c-center {
    height: 30px;
    margin-right: 30px;
    background-image: url(images/green-box-bottom-center.jpg);
    background-repeat: repeat-x;
}

div.c-upper h1 {
    color: #ffffff;
    margin: 0;
}
div.c-upper h1.sub {
    text-transform: none;
    letter-spacing: normal;
    word-spacing: 0.2em;
    font-size: 80%;
}
div.c-upper em {
    font-style: normal;
    font-size: 130%;
    padding: 0 0.3em;
}

div.half {
    width: 47.99%;
    padding: 0 1%;
    float: left;
}

.details p {
    font-size: 95%;
}

.jump {
    font-weight: bold;
}
p.jump {
    list-style-type: square;
    list-style-position: inside;
    display: list-item;
    margin-top: -0.6em;
    margin-bottom: 0.9em;
    margin-left: 0.6em;
}
span.jump {
    font-size: 85%;
}
.narrow {
    margin: 0 10em;
}
.tabletop td, .tabletop th {
    vertical-align: top;
}
blockquote.major {
    font-size: 120%;
    margin: 1em 5em;
    border-top: 4px double black;
    border-bottom: 4px double black;
    padding: 0.5em 1em;
}
.officers th, .officers td {
    vertical-align: top;
    height: 10em;
}
.officers th[scope="row"] {
    text-align: center;
}
.officers th h3 {
    margin: 0;
}
.officers th p {
    margin: 0;
    font-weight: normal;
    font-size: 90%;
}

.donate-amounts {
    font-size: 120%;
    font-weight: bold;
}
.donate-amounts label {
    position: relative;
    top: -0.3em;
    padding-left: 0.2em;
}

.footer {
    font-size: 80%;
    text-align: center;
}

.longtext:link, .longtext:visited {
    text-decoration: none;
    color: #000000;
}
.longtext:hover, .longtext:active {
    color: #ff0000;
}

ul.nav {
    list-style-type: none;
    margin: 0;
    text-align: center;
    display: block;
    font-size: 80%;
    font-weight: bold;
}
ul.nav li {
    list-style-type: none;
    display: inline;
    margin: 0 0.8em;
}
ul.nav li :link, ul.nav li :visited {
    text-decoration: none;
}
ul.nav li :link {
    color: #ffffff;
}
ul.nav li :visited {
    color: #ddddcc;
}
ul.nav li :hover, ul.nav li :active {
    text-decoration: underline;
    color: #ffffff;
}


.oblock {
    display: block;
    margin: 0 auto 0.55em auto;
}
.r {
    text-align: right;
}
.c {
    text-align: center;
}
.framed {
    border: 1px solid rgb(0%, 0%, 0%);
}
td {
    padding: 2px;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 0.55em;
}
.isleft {
    display: block;
    float: left;
    margin: 4px 12px 4px 0;
}
.isright {
    display: block;
    float: right;
    margin: 4px 0 4px 12px;
}
th {
    font-weight: bold;
}
th[scope=col] {
    text-align: center;
    border-bottom: 1px solid #000000;
}
th[scope=row] {
    text-align: right;
}
.bulletin {
    padding: 0.6em;
    background-color: #ccdddd;
    color: #ff0000;
    font-weight: bold;
    border: thin dashed black;
}
.success {
    padding: 12px;
    background-color: #FFFF99;
    font-weight: bold;
    color: #006600;
}
.footerlinks a {
    margin: 0 0.5em;
}


input, select, textarea { font: inherit }

.standoff {
    background-color: #dac4ff;
    padding: 1em;
    font-size: 0.85em;
    border: 1px solid #c09cff;
}

