﻿div#Container
{
    margin-left     : auto;
    margin-right    : auto;
    width           : 990px;
    border          : 0px solid #FFFDF9;
    text-align      : left;
    color           : #000000;
    overflow        : visible;
}

div#Content
{
    float           : left;
    width           : 740px;
    margin-top      : 0px;
    padding         : 0px 0px 0px 0px;
}

div#Content *
{
    font-size       : 12px;
}

div#Content * h1
{
    font-size           : 20px;
    font-weight         : normal;
    margin-bottom       : 10px;
    margin-right        : 30px;
    color               : #637685;
    padding-left        : 30px;
    background-image    : url('/CustomerData/1/Images/Article.H1.Background.png');
    background-position : 0 4px;
    background-repeat   : no-repeat;
    line-height         : 24px;
}

div#Content * h1 a
{
    font-size       : 20px;
    font-weight     : normal;
    margin-bottom   : 15px;
    color           : #637685;
    text-decoration : none;
}

/* Begin Overrides */
div#Content div#Article, div#Content div.Article
{
    float           : none;
    clear           : both;
}

div#Content * h1.List
{
    font-size       : 20px !important;
    margin-bottom   : 10px !important;
}

div#Content * h1.List a
{
    font-size       : 20px !important;
    margin-bottom   : 10px !important;
}

div#Content a.More
{
    display         : inline-block;
    margin-top      : 0px;
    margin-bottom   : 10px;
    color           : #E18320;
    font-weight     : bold;
    font-size       : 13px;
    text-decoration : none;
}

div#Content a.More:hover
{
    text-decoration : underline;
}

div#Content a.Bold
{
    text-decoration : none;
    font-weight     : bold;
}

/* End Overrides */

div#Content * div.Block
{
    padding-bottom  : 10px;
    /*text-align      : justify;*/
}

div#Content * div.Block:last-child
{
    padding-bottom  : 0px;
    /*text-align      : justify;*/
}

div#Content * div.BlockA
{
    padding-bottom  : 10px;
    /*text-align      : justify;*/
}

div#Content * div.Block img
{
    border          : 1px solid #000000;
    margin-top      : 3px;
}

div#Content * div.Block img.Left
{
    margin-right    : 10px;
}

div#Content * div.Block img.Right
{
    margin-left     : 10px;
}

div#Content * div.Block img.NoBorder
{
    border          : 0px;
}

div#Content * div.Block img.NoMargin
{
    margin-left     : 0px !important;
    margin-right    : 0px !important;
}

div#Content * div.Block ul
{
    list-style-type     : none;
    margin-left         : -20px;
}

div#Content * div.Block ul li
{
    background-image    : url('/CustomerData/1/Images/Content.List.Item.png');
    background-position : left 3px;
    background-repeat   : no-repeat;
    padding-left        : 20px;
    margin-left         : 0px;
    margin-bottom       : 15px;
}

div#Content * div.Block ul.Indent li
{
    padding-left        : 20px;
    margin-left         : 20px;
    margin-bottom       : 5px;
    text-align          : left;
}

div#Content * div.Block ul li:last-child
{
    margin-bottom       : 0px;
}

div#Content * ul
{
    color           : #000000;
    margin-top      : 5px;
    margin-left     : 10px;
    margin-bottom   : 5px;
    padding         : 0;
    padding-left    : 20px;
}

br
{
    letter-spacing  : normal;
}

div#Content hr
{
    height          : 0px;
    margin-top      : 0px;
    margin-bottom   : 20px;
    color           : #FF0000;
    background-color: #00FF00;
    border          : 0;
    border-top      : 1px solid #637685;
}

div#Content hr.Last
{
    height          : 0px;
    margin-top      : 1px;
    margin-bottom   : 0px;
    color           : #FF0000;
    background-color: #00FF00;
    border          : 0;
    border-top      : 1px solid #637685;
}

