body {
    background-color: #797979;
    margin: 0px;
}

body, td, textarea {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #d7d7d7;
}

#main {
    width: 960px;
    background-color: #373737;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}

#heading {
    text-align: left;
    border-bottom: 3px solid white;
}

#heading h1 {
    display: none;
}

#headingImage h1 {
    display: none;
}

#menu {
    border-top: 2px solid white;
    background: #4e4e4e;
    text-align: left;
    padding: 5px;
}

#menu a {
    color: white;
    text-decoration: none;
    padding: 5px;
    margin-right: 10px;
}

#menu a:hover {
    background: white;
    color: black;
}

#body {
    background: url(sitelayout/menu_shadow.gif) repeat-x top;
    padding: 10px;
    padding-top: 15px;
    text-align: left;
}

td.column {
    vertical-align: top;
}

#hitCounter {
    text-align: center;
    padding: 5px;
    font-size: smaller;
    color: black;
}

h1 {
    font-size: 16pt;
    color: white;
}

h2 {
    font-size: 14pt;
    color: white;
    margin: 0px;
}

h3 {
    font-size: 12pt;
    color: white;
    margin-bottom: 0px;
}

b {
    color: white;
}

a {
    color: #afdaff;
}

span.date {
    display: block;
    text-align: right;
    color: silver;
}

div.backButton {
    text-align: center;
    margin-bottom: 20px;
}

.button, .wideButton, div.backButton button {
    width: 120px;
    background: #4e4e4e;
    border: 2px solid white;
    color: white;
}

a img {
    border: none;
    margin: 2px;
}

a:hover img {
    margin: 0;
    border: 2px solid white;
}

div.gallery {
}

div.gallery div {
    float: left;
    text-align: center;
    margin: 20px;
    width: 180px;
}

div.gallery span {
    display: block;
    font-style: italic;
}

ul.navList {
    list-style: none;
}

ul.navList li {
    margin-bottom: 10px;
}

table.files div {
    display: inline;
    float: left;
}

table.files {
    width: 50%;    
}

table.files span {
    float: right;
}

.border {
    border: 2px solid white;
    padding: 5px;
}

.centered {
    text-align: center;
}

.border .navList {
    margin: 0px;
    padding: 0px;
}

div.event {
    border: 2px solid white;
    margin-top: 10px;
    padding: 10px;
    padding-top: 0px;
}

div.event img {
    float: right;
    display: inline;
    width: 100px;
    margin-top: 10px;
}

div.eventHeading {
    margin-bottom: 10px;
    margin-top: 10px;
}

div.eventHeading h3 {
    margin: 0px;
}

div.eventHeading span {
    font-size: larger;
}


input, textarea {
    color: black;
}


