﻿body
{
    color: White;
    font-family: Corbel, Verdana, Tahoma, Arial, Sans-Serif;
    /*font-size: small;*/
    background-color: #222222; /*#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: 300%;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: .12em;
    height: 120px;
    vertical-align: bottom;
    background: url(HeaderBackground.png) repeat-x;
}
.HeaderPanelText
{
    vertical-align: bottom;
}

.ContentPanelWrapper
{
    background-color: Olive;
    width: 100%;
    height: 100%;
}

.ProfileLink
{
    margin: 0px 12px 12px 0px;
}


