﻿.background 
{
    width: 1006px;
    margin: 0 auto 0 auto;
    background-image: url(img/background.jpg); 
    background-repeat: no-repeat;
}

.content
{
    width: 740px;
    margin: 0px auto 0 auto;
    padding-top: 250px;
    color:#555555;
    font-family: Verdana;
    font-size:10pt;
    text-align:left;
}

.stats
{
    width: 180px;
    background-color: #dddddd;
    border: solid 1px #aaaaaa;
}

.print
{
    width: 740px;
    margin: 0px auto 0 auto;
    color:#555555;
    font-family: Verdana;
    font-size:10pt;
    text-align:left;
}

.date
{
    color:#999999;
    font-weight:bold;
    font-family:"Verdana";
    font-size:10pt;
    text-align: center;
}

.menuStatic
{
    background-image: url(img/menu_background.png);
    background-position: center;
    background-repeat: no-repeat;
}

.menuItemStatic
{
    color:#333333;
    font-weight:bold;
    font-family:"Verdana";
    font-size:10pt;
    text-align: center;
}

.menuItemStaticHover
{
    color:#ff0000;
    font-weight:bold;
    font-family:"Verdana";
    font-size:10pt;
    text-align: center;
}

.menuItemDynamic
{
    color:#333333;
    font-family:"Verdana";
    font-size:10pt;
    font-weight: bold;
    padding: 2px 10px 2px 3px;
    text-align:left;
    background-image: url(img/menu_item_background.png);
    background-repeat: repeat-x;
}

.menuItemDynamicHover
{
    color:#ff0000;
    font-family:"Verdana";
    font-size:10pt;
    font-weight: bold;
    padding: 2px 10px 2px 3px;
    text-align:left;
    background-color:#858585;
}

.menuItemDynamicSelected
{
    color:#ff0000;
}

.quote
{
    color:#555555;
    font-family:Verdana;
    font-size:10pt;
    font-style:italic;
    text-align:center;
}

.footer
{
    color: White;
    background-color: #888888;
    font-family:Verdana;
    font-size:8pt;
    text-align:center;
}

a.footerLink:link, a.footerLink:visited, a.footerLink:active, a.footerLink:hover
{
    color: #666666;
    font-weight: bold;
    font-family:Verdana;
    font-size:10pt;
    text-decoration: none;
}