﻿body /* , div, p, h1, h2, h3, h4, ul, li, table, img */
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: none 0;
    font-family: Calibri, Tahoma, Verdana;
    font-size: 12px;
}

.cssPageBody
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
}

.cssDivPageHeader
{
    padding: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.cssDivPageHeaderLeft
{
    float: left;
    width: 50%;
    height: 90px;
}

.cssDivPageHeaderRight
{
    float: right;
    width: 50%;
    height: 90px;
}

.cssPageBodyContainer
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    text-align: center;
}

.cssDivPageFooter
{
    padding: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.cssDivPageFooterLeft
{
    float: left;
    width: 50%;
    height: 15px;
}

.cssDivPageFooterRight
{
    float: right;
    width: 50%;
    height: 15px;
}

.cssPageTitle
{
    text-align:center;
    font-size: 16px;
    font-weight: bold;
}
