﻿body 
{
    background: #FFFFFF url('../images/layout/bgPageHor.jpg') repeat-x top left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 100%;
    font-family: Century Gothic, Arial, Tahoma;
    font-size: 11px;
    color: #444444;
    text-align: center;
    vertical-align: top;
}

img
{
    border: none;
}

li
{
    list-style-image: url("../images/layout/imgSarcListButton.gif");
    list-style-position: outside;
    margin-left: -15px;
    margin-top: 4px;
    line-height: 10px;
}

A, a:Active, A:visited
{
    text-decoration: none;
}
/* The main frame in the browser covering the whole browser window */
.divMainFrame
{
    width: 1024px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/* The middle content holder */
.divMainPage
{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    float: left;
}

.divPageHeader
{
    width: 1017px;
    border: none;
    margin: 4px 7px 8px 0;
    padding: 0 0 5px 0;
    height: 6px;
    float: left;
    text-align: right;
    font-size: 9px;
    font-family: Tahoma, Verdana, Arial;
    color: #888888;
    letter-spacing: 1px;
}

.divPageContent
{
    width: 1024px;
    border: none;
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    height: auto;
    float: left;
}

/* The Middle Page Content Block */
.divContent_Header
{
    height: 5px;
    width: 1024px;
    /*background: #FFFFFF url('../images/layout/bgPageContentTop.gif')  no-repeat top left;*/
    background-color: #F1EEEB;
    border: none;
    margin: 0 0 0 7px;
    padding: 0 0 0 0;
    float: left;
}
.divContent_Body
{
    width: 1024px;
    /*background: #FFFFFF url('../images/layout/bgPageContentMiddle.jpg') repeat-y top left;*/
    background-color: #F1EEEB; 
    border: none;
    margin: 0 0 0 7px;
    padding: 0 0 2px 0;
    float: left;
}
.divContent_Footer
{
    height: 5px;
    width: 1024px;
    /*background: #FFFFFF url('../images/layout/bgPageContentBottom.jpg') no-repeat top left;*/
    background-color: #F1EEEB;
    border: none;
    margin: 0 0 20px 7px;
    padding: 0 0 0 0;
    float: left;
}

/* The Middle Page Content - Inside Content */
.divContent_Inner_Header
{
    background-color: #FFFFFF;
    width: 1010px;
    text-align: left;
    margin-left: 6px;
    float: left;
}

.divContent_Inner_Menu
{
    height: 30px;
    background-color: transparent;
    width: 1010px;
    text-align: left;
    margin-left: 7px;
    float: left;
    vertical-align: middle;
    padding-top: 5px;
}

.divContent_Inner_Body
{
    height: auto;
    background-color: #ECECEC;
    width: 1007px;
    margin-left: 7px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 8px;
    float: left;
}
.divContent_Inner_Footer
{
    height: 2px;
    background-color: #ECECEC;
    width: 1010px;
    margin-left: 7px;
    margin-bottom: 5px;
    float: left;
}

.divContent_Inner_Footer_Logo
{
    width: 52px;
    height: 32px;
    text-align: left;
    margin: 0 0 6px 2px;
    padding: 0 0 0 0;
    display: inline-table;
    float: left;
}
.divContent_Inner_Footer_Logo img
{
    border: none;
}
.divContent_Inner_Footer_Text
{
    width: 840px;
    height: 25px;
    text-align: center;
    margin: 0 0 0 0;
    padding: 7px 0 0 0;
    display: inline-table;
    float: left;
}

.divFlashContent
{
    margin-top: 10px;
}

/* The Main Page Content - Main Header */
.imgCompanyBanner
{
    float: left;
    display: inline-table;
    border: none;
    height: 101px;
}
.imgCompanyLogo
{
    float: right;
    display: inline-table;
    border: none;
}





