body
{
    background: #eeeeee;
    font-family: "Times", "Palatino", "Times New Roman", serif;
    margin: 0cm;
    padding: 0cm;
}

#header
{
    background: white;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 4px solid #999999;
    position: relative;
}

#linkbox,#menu_control
{
    width: 7em;
    margin: 0px;
    padding: 0.5em;
    float: left;
    text-align: center;
    font-family: Optima, sans-serif;
    background: #999999;
    font-weight: bold;
}

#linkbox
{
    margin-bottom: 1em;
    padding-bottom: 1em;
}

#menu_control
{
    position: absolute;
    bottom: 0px;
}

.collapsed
{
    display: none;
}

.expanded
{
    display: block;
}

#middle_right
{
    
}

#middle_right>h1
{
    text-align: center;
}

#linkbox ul, #menu_control ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 120%;
}

#linkbox a, #menu_control a
{
    color: blue;
    text-decoration: none;
}

#linkbox a:visited, #menu_control a:visited

{
    color: purple;
}

#linkbox a:hover, #menu_control a:hover
{
    color: green;
    text-decoration: underline;
}

#linkbox a:active, #menu_control a:active
{
    color: #99bb99;
}

#footer {
    text-align: center;
    margin-top: 1cm;
    border-top: 4px solid #999999;
    font-family: "Helvetica", sans-serif;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 80%;
    clear: both;
}

#body
{
    clear: both;
    margin: 1em;
}


div.listitem {
    margin-bottom: 0.6cm;
}

div.listitem p {
    margin-left: 1cm;
    margin-right: 1cm;
}


