body
{
    font-family: "Trebuchet MS";
    font-size: 12px;
    padding: 0;
    margin: 0;
    background-image: url('../images/background.gif');
    background-repeat: repeat;
}
div.panel_top
{
    width: 848px;
    background-image: url('../images/border_top.gif');
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 24px;
    margin: 0 auto auto auto;
}
    div.panel_middle
    {
        background-image: url('../images/panel_background.gif');
        background-repeat: repeat-y;
        padding-left: 24px;
        padding-right: 24px;
    }
    div.panel_bottom
    {
        background-image: url('../images/border_bottom.gif');
        background-repeat: no-repeat;
        background-position: top;
        text-align: center;
        color: #464646;
        font-size: 11px;
        padding-bottom: 4px;
    }
div.content
{
    padding: 28px 12px 12px 20px;
}
div.footer_links
{
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 6px;
}
    div.footer_links a
    {
        color: #464646;
        text-decoration: none;
        padding-left: 4px;
        padding-right: 4px;
    }
        div.footer_links a:hover
        {
            text-decoration: underline;
        }
#mainFrame
{
	width: 768px;
}
div.plain_menu { display: none; }