﻿/*Page Level*/
DIV.pageHeaderTabs
{
    width:950px;
    height:40px;
}
DIV.pageHeaderTabs_LeftTab
{
    width:685px;
    height:40px;
    float:left; 
    background-repeat:no-repeat;      
}  
DIV.pageHeaderTabs_TabTextLeft
{
    font:14pt calibri, verdana, arial;    
    color:White;   
    margin-left:20px;
    margin-top:5px;   
}  
DIV.pageHeaderTabs_TabTextRight
{
    font:14pt calibri, verdana, arial;    
    margin-left:20px;
    margin-top:5px;   
}                                       
DIV.pageHeaderTabs_RightTab
{
    width:265px;
    height:40px;
    float:right; 
    background-repeat:no-repeat;           
}



/*Column Structure*/
DIV.leftColumn
{
    width:195px;
    height:auto;            
    float:left;  
    margin-left:10px;        
    margin-top:20px;   
}        
DIV.middleColumn
{
    width:466px;
    height:700px;            
    float:left;
    margin-left:10px;
    padding-bottom:20px;   
    height:auto;      
}
DIV.rightColumn 
{         
    width:261px;    
    float:left;   
    height:auto;       
        
}  

/*Column Dividers*/
DIV.verticalDivider
{                                    
    height:380px;
    background-repeat:no-repeat;
}
DIV.verticalDivider1
{     
    float:left;       
    width:3px;              
    background-position:right; 
}
DIV.verticalDivider2
{    
    float:left;
    width:1px;                
    background-position:left;
}  
DIV.verticalDivider3
{    
    float:left;    
    width:1px;                      
    background-position:left;
}  



/*Content Boxes*/
DIV.contentSection_MainContentBoxItem_PublishedDate
{
    margin:10px 5px 0px 10px;
    font:bold 8pt Arial;
    color:#999999;  
    height:auto;      
}
DIV.contentSection_MainContentBoxItem_NewsStory
{
    font:8pt Arial;
    color:#333333;   
    margin:3px 3px 3px 10px;
    height:auto;
    width:200px;
}
DIV.contentSection_MainContentBoxItem_ReadMore
{
    margin-left:10px
}
DIV.contentSection_MainContentBox_TopBorder
{
    height:9px;
    width:228px;
    background-image:url('../images/ContentBox_Top.gif');
    background-repeat:no-repeat;
    position:relative;
    left:16px;   
}
DIV.contentSection_MainContentBox_BottomBorder
{
    height:9px;
    width:228px;
    background-image:url('../images/ContentBox_Bottom.gif');
    background-repeat:no-repeat;
    position:relative;
    left:16px;   
    padding-bottom:20px;       
}

DIV.contentSection_MainContentBox_OuterContent
{
    height:auto; 
    width:228px;
    background-color:#cccccc;
    position:relative;
    left:16px;
}
DIV.contentSection_MainContentBox_InnerContent
{    
    width:226px;
    position:relative;
    background-color:White;
    left:1px;    
}
DIV.contentSection_MainContentBox_Title
{
    font:14pt calibri, verdana, arial;
    color:#ff6633; 
    margin:0px 5px 6px 10px;
}

DIV.contentSection_BannerContentBox
{ 
   width:245px;
   /*height:200px*/
}