/* Document */
body
{
    font-family: Verdana;
}

/* Banner */
table.banner
{
    border: 1px solid #4682B4;
    margin-bottom: 10px;
    width: 550px;
    height: 75px;
}

tr.banner
{
    background-repeat: no-repeat;
    background-image: url('../images/trworks.jpg');
    background-color: #4682B4;
    font-weight: bold;
}

td.banner
{
    color: #FF8C00;
    vertical-align: middle;
    text-align: right;
    padding: 10px 10px 10px 10px;
}

/* Menu */
table.menu
{
    border: 1px solid #4682B4;
    margin-bottom: 10px;
    width: 550px;
    color: black;
    font-size: small;
    text-align: center;
}
tr.menu
{
    background-color: #99B4D1;
}

td.menu
{
    color: white;
    border: 1px solid #4682B4;
    background-color: #99B4D1;
}

a.menu
{
    color: black;
    text-decoration: none;
}

a.menu:hover
{
    color: white;
}

a.menu_selected
{
    color: white;
    text-decoration: none;
}

/* Text */
table.text
{
    border: 1px solid #4682B4;
    margin-bottom: 10px;
    width: 550px;
    font-size: small;
    text-align: left;
}
td.text
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: top;
}

span.header
{
   color: #FF8C00;
   font-weight: bold;
}

td.textright
{
    color: white;
    border: 1px solid #4682B4;
    background-color: #99B4D1;
    padding-bottom: 10px;
    vertical-align: top;
    width: 60px;
    padding-top: 10px;
    text-align: right;
}
div.button
{
    border: 1px solid white;
    margin: 5px 3px;
    background-color: white;
    text-align: center;
}
a.button
{
    color: black;
    text-decoration: none;
}

/* Copyright */
p.copyright
{
    width: 550px;
    font-size: x-small;
    text-align: right;
}

