﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #800000;
    margin: 0;
    padding: 0;
}

#Backing
{
    position: relative;
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 10px 10px;
}

#HeaderLeft
{
    float: left;
    width: 301px;
    height: 70px;
}

#HeaderLeftName
{
    float: left;
    width: 237px;
}

#HeaderLeftGraphic
{
    float: right;
    width: 64px;
    margin-top: 5px;
}

#HeaderRight
{
    float: right;
    width: 469px;
    height: 70px;
}

#HeaderMenu
{
    float: left;
    margin-top: 38px;
}

#HeaderLanguage
{
    float: right;
    margin-bottom: 20px;
}

#Body
{
    float: right;
    width: 770px;
}

#BodyCorner1
{
    float: left;
    width: 20px;
    height: 449px;
    background-image: url("Images/BodyRightCorner1.gif");
}

#BodyContentBacking
{
    float: right;
    width: 750px;
}

#BodyContent
{
    float: left;
    width: 730px;
    height: 449px;
    background-image: url("Images/BodyRightContent.gif");
    background-repeat: repeat-x;
    padding-top: 20px;
}

#BodyCorner2
{
    float: right;
    width: 20px;
    height: 449px;
    background-image: url("Images/BodyRightCorner2.gif");
}

#SearchLeft
{
    float: left;
    width: 130px;
    color: #800000;
    font-family: Arial, Helvetica, sans-serif;
}

#SearchRight
{
    float: right;
    width: 580px;
    color: #800000;
    font-family: Arial, Helvetica, sans-serif;
}

.tableDataStyle
{
    padding: 5px;
    background-color: #FFFF99;
    border-width: thin;
    border-style: solid;
    border-color: #FF66FF;
}

.pictureStyle
{
    border: thin solid #C0C0C0;
    padding: 3px;
    margin-right: 20px;
}

.announcementStyle
{
    margin: 10px;
    padding: 10px;
    background-color: #FFFF99;
    border-width: thin;
    border-style: solid;
    border-color: #FF66FF;
}
