/* GENERAL STYLES */
body 
{
    background-color:#9ea4b1;
    font-family:Arial, Sans-Serif;
    margin-top:20px;
}

#wrap 
{
    margin:0 auto;
    width:869px;
    border:10px solid #62687a;
    background-color:White;
    padding-top:10px;
    padding-bottom:10px;
}

#mainSplash 
{
    width:849px;
    height:412px;
    margin:0 auto;
    margin-bottom:10px;
    background-repeat:no-repeat;
    background-image:url(/media/25/main_bg.gif);
}

#clickthruSplash 
{
    width:849px;
    height:169px;
/*    margin:0 auto;*/
    margin-left:10px;
    background-repeat:no-repeat;
    background-image:url(/media/49/clickthru_bg.gif);
}

#mainNavContainer 
{
    width:849px;
    background-color:#841618;
/*    margin:0 auto;*/
    margin-left:10px;
    margin-bottom:10px;
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
    
}

#mainNav 
{
    color:White;
    font-size:12pt;
}
#mainNav a 
{
    color:White;
    font-family:Times New Roman, Serif;
    text-decoration:none;
    padding-left:10px;
    padding-right:10px;
}
#mainNav a:hover 
{
    text-decoration:underline;
}
#mainNav a.selected 
{
    font-weight:bold;
}


#secondaryNavContainer 
{
    width:197px;
}

#secondaryNav 
{
    width:181px;
    padding-top:10px;
    padding-bottom:90px;
    margin-left:10px;
    min-height:150px;
    _height:150px;
    background-color:#a9b4c8;
    background-image:url(/media/30/secondarynav_bg.gif);
    background-position:bottom;
    background-repeat:no-repeat;
    overflow:visible;
}
#secondaryNav .navItem 
{
    width:197px;
    _width:182px;
    height:22px;
    margin-left:1px;
}
#secondaryNav .selected 
{
    background-image:url(/media/35/secondarynav_selected_bg.gif);
}
#secondaryNav a 
{
    font-size:9pt;
    color:Black;
    text-decoration:none;
    padding-left:10px;
    height:22px;
    
    padding-top:2px;
    display:block;
}
#secondaryNav .selected a 
{
    color:White;
    text-transform:uppercase;
}
#secondaryNav a:hover 
{
    text-decoration:underline;
}

#content 
{
    width:637px;
    margin-left:5px;
    margin-right:10px;
    margin-bottom:10px;
    float:right;
    font-size:10pt;
}

#footer 
{
    width:849px;
    margin:0 auto;
    
    clear:left;
    margin-top:10px;
    border-top:5px solid #841618;
    padding-top:10px;
    font-size:8pt;
    text-align:center;
    color:#62687a;
}


/* EDITOR PROPERTIES */
