﻿body
    {
        background-color:Black;
    }
    
div.mainDiv
    {    
        background-image:url(images/border.gif);
        background-repeat:no-repeat;
        background-position:center top;     
        height:580px;       
    }
    
table.mainTable
    {
        width:800px;
        background-color:Transparent;
    }

table.contentTable
    {
        width:450px;
    }
        
.menuLink {font-size:16px;font-family:Tahoma;color:White;text-decoration:none;}
.menuLink:hover {text-decoration:none;}
.menuLink:visited {text-decoration:none;}
.menuLink:active {text-decoration:none;}
    
td.upperPanel
    {
        background-image:url(images/upperPanelBack.jpg);
        background-repeat:no-repeat;
        background-position:center;
        height:92px;
    }    

td.lowerPanel
    {
        background-image:url(images/lowerPanelBack_Woman.jpg);
        background-repeat:no-repeat;
        background-position:center;
        height:416px;
    }        

td.menuCell
    {
        padding:0px 30px 10px 30px;
    }
    
.block
    {
        display:block;
        behavior: url(iepngfix/iepngfix.htc);
    }
        
.footerText, .footerText:active, .footerText:hover, .footerText:visited
    {
        font-size:9px;
        font-family:Arial;
        font-weight:bold;
        text-decoration:none;
        color:Gray;
    }        