﻿body 
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11pt;
    line-height: 150%;
    
    background-color: #FFFFFF;
    color: #000000;
    
    margin: 0 0 0 0;
}

.div_inner_content
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}


.div_frame_top_bar
{
    background-color: #C5252D;
    width: 100%;
    display: block;
    float: left;
    
    padding-top: 7px;
    padding-bottom: 7px;
    
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bold;
    
}


.div_frame_header
{
    padding-top: 10px;
    padding-bottom: 10px;
    
    width: 100%;
    display: block;
    float: left;
}


.div_frame_content
{
    width: 100%;
    display: block;
    float: left;
}



.div_top
{
    float: left;
    width: 900px; 
    height: 150px;
    display: block;            
}
           
                
.div_content_place_holder
{
    float: left;           
    width: 550px;
    /*background-color: Orange;*/
}
                  
                  
.div_block_spacer_vert
{
    float: left; 
    width: 10px; 
    height: 10px;    
    /*background-color: Purple;  */  
}
                  
                  
.div_block_column
{
    float: left; 
    width: 340px;   
    /*background-color: Fuchsia;    */  
}
            
            
.div_mag_cover
{   
    float: left;
    width: 170px;
}

.div_mag_info
{   
    float: left;
    width: 170px;
}
                  
                  
                  
                  
                  
.div_block_copyright
{
    background-color: #FFFFFF;
    clear: both;
    overflow: auto;
}

.div_block_copyright_inner_set
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 10px;   
}

.div_block_copyright_column
{
    float: left;
    width: 20%;
}


.div_block_copyright_column p
{    
    line-height: 150%
}

.div_block_copyright_inner_set a:link 
{
    text-decoration: none;
}

.div_block_copyright_inner_set a:visited 
{
    text-decoration: none;
}

.div_block_copyright_inner_set a:active
{
    text-decoration: none;
}

.div_block_copyright_bottom
{
    clear: both;
    width: 100%;
    text-align: center;
}


.copyright_header
{
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
}

a
{
    color: Navy;
}

a:hover
{
    color: Red;
}

hr
{
    border-top: solid 1px #C5252D;
    border-bottom: none;
}

/*
CMS
*/
.SubHeadingText
{
    font-weight: bold;
}
