﻿body
{
    color: White;
    font-family: Corbel, Verdana, Tahoma, Arial, Sans-Serif;
    /*font-size: small;*/
    background-color: #151532;
    margin: 0;
    padding: 0;
}

@media print
{
    body
    {
        font-size: small;
    }
    
    .HeaderPanel
    {
        display: none;
    }
}

a:link    { color: #D0D0D0; font-style: italic; text-decoration:underline; }
a:visited { color: #D0D0D0; font-style: italic; text-decoration:underline; }
a:hover   { color: White; font-style: italic; text-decoration:underline; }
a:active  { color: White; font-style: italic; text-decoration:underline; }

.HeaderPanel
{
    padding: 10px 10px 0px 25px;
    font-size: large;
    font-variant: small-caps;
    letter-spacing: .25em;
    height: 120px;
    vertical-align: bottom;
    background: url(HeaderBackground.png) repeat-x;
}
.HeaderPanelText
{
    vertical-align: bottom;
}

.ContentPanelWrapper
{
    background-color: Olive;
    width: 100%;
    height: 100%;
}


