body {
    background-color: #487126;
    background-attachment:fixed;
    margin: 0;
    line-height: 1.5em;
}

body, td, textarea {
    font-family: Arial, sans-serif;
    font-size: small;
}

#center {
    text-align: center;
}

#main {
    background-color: white;
    border: 2px solid white;
    width: 746px;
}

#logo {
    padding: 5px;
}

#color-box {
    background-color: #5aa61a;
    width: 130px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
}

#photo-box {
    background-color: #70ac3b;
    border-bottom: 2px solid white;
    height: 156px;
}

#menu {
    background: #83c349;
    vertical-align: top;
    border-right: 2px solid white;
    padding-top: 43px;
}

#page {
    height: 400px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px;
    vertical-align: top;
    padding-bottom: 30px;
    text-align: left;
}

ul.menu0 {
    border-top: 2px solid white;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

li.menu0 {
    background: #a4d47a;
    padding-left: 10px;
    border-bottom: 2px solid white;
    height: 30px;
    padding-top: 13px;
    text-align: left;
}

li.menu0-selected {
    width: 100%;
    border-bottom: 1px solid white;
    padding-left: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    background: white;
    font-weight: bold;
    color: #355816;
    text-align: left;
}

ul.menu1 {
    list-style: none;
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

li.menu1 {
    padding-left: 10px;
    font-weight: normal;
    font-size: smaller;
    text-align: left;
}

li.menu1-selected {
    padding-left: 10px;
    font-weight: bold;
    font-size: smaller;
    color: #355816;
    text-align: left;
}

a.menu {
    text-decoration: none;
    color: #355816;
}

a {
    color: #0e7415;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color: #355816;
    font-style: italic;
    font-family: serif;
    font-weight: normal;
    font-size: 1.7em;
}

h2 {
    color: #355816;
    font-style: italic;
    font-family: serif;
    font-weight: normal;
    margin: 0;
    font-size: 1.3em;
}

th {
    color: #355816;
    font-style: italic;
    font-family: serif;
    font-weight: normal;
    font-size: 1.3em;
}

p, table {
    margin-left: 5px;
}

th {
    font-size: small;
}

td.picture {
    text-align: center;
    font-size: 8pt;
    padding-bottom: 10px;
}

b {
    color: #355816;
}

.wideButton {
    width: 100px;
}

.blue td {
    border-bottom: 1px dotted silver;
}