﻿
/*=================================================*/
/*=================================================*/
/*                MAIN CONTENT                     */

#MainContent
{
    margin: 0px 0px 0px 160px;
    padding: 0px 0px 0px 0px;
    width: 720px;
    font-family: 'Gill Sans MT', Arial, Sans-Serif;
    font-size: 1em;
    position: absolute;
    top: 100px;

}

#MainContent a{}
#MainContent a:hover{}

#Header
{
    font-family: 'Gill Sans MT';
    font-size: 30px;
    color: #660066;
    font-weight: bold;
}
#subHeader{}
#Content 
{
    /*font-family: Arial;    font-size: .8em;*/
}

/*=================================================*/
/*=================================================*/
/*                CONTENT TABLE                    */
.ContentTable
{}

.ContentTable .headerLeft
{
    /*background-image: url(Images/ContentBox/Header_c.gif);*/
    width: 11px; text-align: left;
}

.ContentTable .headerRight
{    
    /*background-image: url(Images/ContentBox/Header_c.gif);*/
    width: 11px;  text-align: right; 
}

.ContentTable .header
{
    background-image: url(Images/ContentBox/Header_c.gif);
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
}

.ContentTable .cellTop
{
    background-image: url(Images/ContentBox/GreyBox_t.gif);
}

.ContentTable .cellTopLeft
{
    /*background-image: url(Images/ContentBox/GreyBox_l.gif);*/
    width: 11px; height: 10px;
}
.ContentTable .cellTopRight
{
    /*background-image: url(Images/ContentBox/GreyBox_r.gif);*/
    width: 11px; height: 10px;
}

.ContentTable .cellBottom
{background-image: url(Images/ContentBox/GreyBox_b.gif);}
.ContentTable .cellBottomLeft
{background-image: url(Images/ContentBox/GreyBox_b.gif);}
.ContentTable .cellBottomRight
{background-image: url(Images/ContentBox/GreyBox_b.gif);}

.ContentTable .cell
{
    background-image: url(Images/ContentBox/GreyBox_cgr.gif);
    background-repeat:repeat-x; 
    font-size: 14px;
}
.ContentTable .cellRight
{background-image: url(Images/ContentBox/GreyBox_r.gif);
 width: 11px;}
.ContentTable .cellLeft
{background-image: url(Images/ContentBox/GreyBox_l.gif);
 width: 11px;}

/**********************************************/
/* extras */
.ContentTable .squeezer1
{
    height: 150px;
    text-align: center;
    /*padding: 3px 0px 0px 0px;*/
    
}
.ContentTable .squeezer1 img
{
    margin: 5px 0px 10px 0px;
}

.ContentTable .squeezer2
{
    height: 165px;
    text-align: left;
    /*padding: 3px 0px 0px 0px;*/
    
}
.ContentTable .squeezer2 img
{
    float: right;
}
