﻿body {
    margin: 0;
    padding: 0;
    background-color: #D00000;
    background-image: url('../images/background.jpg');
    background-position: top;
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 10pt;
    color: Black;
}
.page_container
{
    width: 940px;
    padding-left: 60px;
    padding-right: 24px;    
}
.page_divider
{
    width: 940px;
}
.page_divider_left, .page_divider_right
{
    vertical-align: top;
}
.page_divider_left
{
    width: 730px;
    border-right: solid 5px transparent; 
    border-left: solid 5px transparent; 
}
.page_divider_right
{
    border-left: solid 5px transparent;    
}
.page_header
{
    height: 100px;
}
.notify_box
{
    width: 121px;
    height: 75px;
    background-image: url('../images/notifybox_background.jpg');
    background-position: top;
    background-repeat: repeat-x;
    vertical-align: top;
    font-size: 7pt;
    color: #CCCCCC;
    padding: 5px;
}
.notify_link
{
    text-decoration: none;
    cursor: pointer;
    color: #99CCFF;
}
.notify_link:hover
{
    text-decoration: none;
    cursor: pointer;
    color: #FFCC66;
}
.notify_watermark
{
    font-size: 7pt;
    color: #CCCCCC;
}
.editors_box, .featured_articles_box
{
    border: solid 1px #d88585;
}
.editors_box, .highlights_box
{
    width: 185px;
    padding: 10px;
    color: White;
}
.highlights_box
{
    height: 425px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #3E3E3E;
    background-image: url('../images/highlights_background.jpg');
    background-position: top;
    background-repeat: repeat-x;
    overflow: visible;
}
.footer_box
{
    vertical-align: top;
    padding: 20px 10px 20px 10px;
    text-align: center;
}
.article_box
{
    background-color: White;
}
.table_contents_box
{
    top: 139px;
    width: 206px;
    padding: 20px;
    color: White;
    text-align: right;
    font-family: Trebuchet MS;
    background-color: #3E3E3E;
    background-image: url('../images/highlights_background.jpg');
    background-position: top;
    background-repeat: repeat-x;
    position: absolute;
}
.content_section_box
{
    width: 720px;
    height: 32px;
    color: White;
    text-align: right;
    font-family: Trebuchet MS;
    font-size: 13pt; 
    padding: 0px 10px 0px 10px;
    border-top: solid 7px white;
    background-image: url('../images/section_background.jpg');
    background-position: right;
    background-repeat: repeat-y;
}
.content_box
{
    padding-left: 181px; 
    width: 100%;
}
.content_link, .content_article_link, .highlight_link, .article_title_list_link, .content_featurearticle_link
{
    text-decoration: none;
    cursor: pointer;
}
.content_link, .content_article_link, .highlight_link
{
    color: White;
}
.content_link:hover, .content_article_link:hover, .article_title_list_link:hover, .content_featurearticle_link:hover
{
    text-decoration: none;
    cursor: pointer;
    color: #FFCC00;
}
.content_link, .content_featurearticle_link
{
    font-weight: bold;
}
.content_featurearticle_link
{
    color: Black;
}
.content_link
{
    font-size: 14px;
}        
.content_article_link
{
    font-size: 12px;
}
.highlight_link
{
    font-size: 8pt;
}
.highlight_link:hover, .editor_link:hover
{
    color: #FF9900;
    cursor: pointer;
}
.article_title_list_link
{
    font-size: 14px;
    color: #990000;
}
.editor_link
{
    color: White;
    text-decoration: none;
    cursor: pointer;
}
