﻿body 
{
    background-color: #b1da3f;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 0.9em;
    text-align: center;
}

input
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 0.9em;
    width: 25em;
}

textarea
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 0.9em;
    width: 25em;
}

h1, h2, h3
{
    color: #012e71;
    border-bottom: solid 1px #ffcd3c;
}

h1
{
    font-size: 1.4em;
}

h2
{
    font-size: 1.2em;
}

h3
{
    font-size: 1em;
}

#container
{
    width: 50em;
    text-align: left;
}

#head
{
    margin-bottom: 0.5em;
}

#title
{
    font-size: 2em;
    color: #012e71;
    font-weight: bold;
}

#subtitle
{
    font-size: 1em;
    color: #FFFFFF;
    font-weight: bold;
}

#body
{
    clear: both;
}

#menu
{
    float: left;
    margin: 0em 1em 1em 0em;
    width: 8em;
}

#menu a
{
    padding: 0.5em 0.2em 0.5em 0.2em;
    margin-bottom: 0.5em;
    display: block;
    background: #2f6796 url(images/MenuNormal.gif);
    border: solid 2px #ffffff;
    color: White;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#menu a:hover
{
    background: #ffcd3c url(images/MenuOver.gif);
    color: #012e71;
}

#content
{
    background-color: #ffffff;
    border: solid 2px #012e71;
    padding: 1em;
    display: inline-block;
}

#foot
{
    padding: 1em;   
    text-align: center;
    font-size: 0.8em;
}
