body {
    color: black;
    background-color: #333333;
    margin: 0px;
    text-align: center;
}

h1 {
    background-color: black;
    background-image: url(/images/heading1.png);
    background-position: left;
    color: white;
    font-family: skia;
    height: 110px;
    line-height: 110px;
    margin: 0px;
    padding: 20px;
    text-align: right;
    text-shadow: #999999 0px 0px 10px;
    vertical-align: text-bottom;
}

#container {
    background-color: #ffffff;
    margin: 0px 2%;
    padding: 0px 0px 1em 0px;
    text-align: left;
    width: 96%;

    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-box-shadow: 0px 0px 10px #000000;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px #000000;
}

#content {
    margin: 0.5em 2em;
}

dl.tool-list dt {
    margin-top: 1em;
}
dl.tool-list dd {
    margin-bottom: 1em;
    font-size: smaller; color: #666666;
}

table {
    border-collapse: collapse;
    border: 1px #999999 solid;
}

table tr.odd {
}

table tr.even {
    background-color: #cfcfff;
}

th, td {
    padding: 0.25em 0.5em;
}

th {
    text-align: center;
    border-width: 1px;
    border-color: #999999;
    border-style: solid;
}

#credit {
    clear: both;
    color: #ffffff;
    font-family: Skia;
    padding: 2em 0em;
    width: 100%;
}

#credit a {
    color: #ffffff;
}
