﻿body
{
    background-image: url('../Images/BcgInner.png');
    background-repeat: repeat-x;
}

div.title
{
    display: block;
    height: 67px;
    background-image: url('../Images/TitleBcg.png');
    background-repeat: no-repeat;
    font-family: 'ftg100lightregular', Arial, Helvetica, sans-serif;
    font-size:40px;
    color:#ffffff;
    padding:22px 0px 0px 0px;
}

div.innerContent
{
    padding:22px 0px 30px 0px;
}

td.contentLeftCol
{
    padding:0px; 
    width:630px; 
    padding-right:30px;
}

td.contentRightCol
{
    padding:0px; 
    width:300px
}

span.ArticleTitle, a.ArticleTitle
{
    display:block;
    padding:0px 0px 0px 0px;
    font-family: 'ftg100lightregular', Arial, Helvetica, sans-serif;
    font-size:18px;
    color:#444444;
}

span.ArticleSubTitle
{
    font-family: 'ftg100lightregular', Arial, Helvetica, sans-serif;
    color:#888888;
    font-size:12px;
}

div.ArticleBody
{
    display:block;
    padding: 10px 0px 10px 0px;
}

div.ArticleEditBox
{
    padding: 15px 0px 10px 0px;
    color: #888888;    
    background-image: url('../Images/GradLine.png');
    background-repeat: repeat-x;
}

div.ArticleSeparator
{
    padding-top: 10px;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-bottom-color: #EFD7AE;
}
