body
{
    margin: 0px;
    text-align: center;      
    font-family: Arial;
    font-size: 9pt;
    color: #000000;
    background-color: #ffffff;     
}

td, div
{
    font-size: 9pt;
    vertical-align: top;  
}

a
{
    color: #006ab2;   
    font-weight: bold;
    text-decoration: none;
}

.main
{
    -moz-box-sizing: border-box;
    width: 1000px;    
    height: 560px;
    position:relative;
    margin: 0 auto;                 
    background-color: #FFFFFF;
}

.heading
{
    background-image: url(../images/header.jpg);
    height: 121px;
}

.spacerleft
{
    width: 23px;
}

.spacerright
{
    width: 25px;
}

.contentspace
{
    height: 600px; 
    
}

.sitecontent
{
    width: 757px;
    height: 600px;
    background-color: #9093BE;    
    background-image: url(../images/stones-right.gif);
    background-repeat: no-repeat;
    background-position: 115px left;
    
    padding-left: 10px;
    padding-right: 10px;
}

.bluebar
{
    height: 11px;
    background-color: #009ee0;       
}

.banners
{
    background-color: #ffffff;
    background-image: url(../images/stones-left.jpg);
    background-repeat: no-repeat;
    background-position: 288px right;
    height: 200px;
    width: 150px;
}
             
#menubar
{
    position: absolute; 
    top: 100px;
    left: 40px;   
    width: 940px;        
    text-align: left;
}

#date
{
    position: absolute;
    left: 778px;
    top: 30px;
    width: 200px;
    text-align: right;
    color: #FFFFFF;
}    

#date a
{
    color: #FFFFFF;
} 

#search
{
    width: 250px;
    text-align: right;      
    color: #FFFFFF;  
}


.menusplit
{
    background-image: url(../images/menu_split.jpg);
    background-repeat: repeat-y;  
    width: 5px;  
    height: 18px;
}

.cell
{
    padding-left: 10px;
    padding-right: 10px;  
    height: 18px;  
    font-size: 10pt;
    color: #006ab2;
    text-align: center;
    letter-spacing: 1px;     
    font-weight: bold;
 
}

.rightbottom
{
    width: 100px;
    padding-left: 3px;
    vertical-align: middle;
    height: 20px;
    border-left: 2px solid #009ee0;
    color: #006ab2;        
    
}

.rightbottom a
{
    font-weight: normal;
}
 
.leftbottom a
{
    font-weight: normal;
}                        

.leftbottom
{
    color: #006ab2;
    padding-top: 2px;      
}

.subpages
{
    -moz-box-sizing: border-box;       
    padding-top: 25px;
    padding-left: 16px;      
    width: 155px;
    height: 100%;   
    background-image: url(../images/dotted_line_blue.gif);
    background-position: top right;
    background-repeat: repeat-y;   
    background-color: #c8e8f7;    
              
}

td.subpage
{
    color: #006ab2;   
    font-weight: bold; 
    padding-bottom: 19px;    
    padding-left: 5px;
    background-color: #c8e8f7;    
}

.selectedpage
{
    vertical-align: bottom;
    padding-bottom: 22px;   
}

.selectedblock
{
    background-color: #FFFFFF;
    height: 5px;
    font-size: 1px;
}

.bg
{
    background-color: #9093BE;
}