/* main style sheet */

h1, h2, h3, h4, h5, h6, p, ul
{
    font-family: sans-serif;
}

body
{
    color: blue;
    background-color: #fafadf;
    font-family: sans-serif;
    margin-right: 3em;
}


span.smalltext
{
    font-size: small;
}

img
{
    border: 0;
}


#logo
{
    float: left;
    width: 8.5em;
}

#main
{
    clear: both;
}

#menu
{
    float: left;
    background: #900;
    padding: 0.3em 0.4em;
    border: thin outset #900;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 80%;
    margin: 0px;
    width: 8.5em;
    line-height: 1.1;
    text-align: center;
}

#menu a, #menu em
{
    display: block;
    margin: 0 0.5em;
}

#menu a, #menu em
{
    border-top: 2px groove #900;
}

#menu a:first-child
{
    border-top: none;
}

#menu em
{
    color: #CFC;
}

#menu a:link
{
    text-decoration: none;
    color: white;
}

#menu a:visited
{
    text-decoration: none;
    color: #CCC;
}

#menu a:hover
{
    background: black;
    color: white;
}

#slideshow
{
    display: inline;
    float: right;
    padding: 0 0 0.3em 0.4em;
    margin: 0px;
    width: 12em;
}

#content
{
    margin-top: -1.4em;
    margin-left: 9em;
}

td {
    vertical-align: top;
}
