body {
    font-family: Verdana, Arial, Helvetica, sans;
    font-size: 11pt;
    margin: 2em;
    padding: 0;
}

a:link {
    color: #cc0a27;
    text-decoration: none;
}
a:hover {
    text-decoration:underline;
}
a:visited {
    color: #cc0a27;    
    text-decoration: none;
}

/* -------------------------------------------------------------------- */

#header {
    /*height: 5em;*/
    padding: 0;
    margin: 0 1.5em 1em 1.5em;
    font-family: sans-serif;
    position: relative;
}

#header #banner {
    width: 100%;
}

#header #title {
    font-size: 22pt; 
    font-weight: bold;
    font-style: italic;
    /*color: #cc0a27;*/
}

#header #subtitle {
    font-size: 16pt;
    margin-top: 0.5em;
    /*color: #cc0a27;*/
}

/* -------------------------------------------------------------------- */

#menu {
    padding: .5em .5em .5em 3.5em;
    /*margin: 0 -2.5em 0 -2.5em;*/
    margin: 0 -2em 0 -2em;

    font-size: 10pt;
    
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #cc0a27;

    background: #fff;
}

#menu li {
    list-style: none;
    display: inline;
    padding: .5em;
    margin: 0;
}

#menu li.selected {
    background: #cc0a27;
    color: white;
}

#menu li.disabled {
    color: #eee;
}

#menu li a {
    color: black;
    text-decoration: none; 
}

#menu li a:hover {
    color: #cc0a27;
}

/* -------------------------------------------------------------------- */

#content {
    clear: both;
    margin: 1em 2em 1em 2em;
    overflow: auto;
}

table {
    font-size: 10pt;
}

h1 {
    font-size: 14pt;
    margin-top: 1em;
}
