﻿html
{
    width: 100%;
    height: 100%;
}

body
{
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url(Images/Page/Background.jpg);
    background-repeat: repeat-x;
    background-color: #0098d9;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 80%;
    color: #43617d;
}


#PageWrapper
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    background-image: url(Images/Page/Header_Back.jpg);
    background-repeat: no-repeat;
}


#PageHeader
{
    width: 100%;
    height: 106px;
}

#PageFooter
{
    padding-top:50px;
    text-align: center;
    font-size: 75%;
}

#CntBox_Table
{
    width: 1025px;
}

#CntBox_Top
{
    height: 10px;
    background-image: url(Images/Page/Cnt_Box_Top.jpg);
    background-repeat: no-repeat;
    font-size: 1pt;
}


#CntBox_Center
{
    background-image: url(Images/Page/Cnt_Box_Center.jpg);
    background-repeat: repeat-y;
}

#CntBox_Center_2
{
    background-image: url(Images/Page/Cnt_Box_Center_2.jpg);
    background-repeat: no-repeat;
}


#CntBox_Bottom
{
    height: 10px;
    background-image: url(Images/Page/Cnt_Box_Bottom.gif);
    background-repeat: no-repeat;
    font-size: 1pt;
}


