/* Article Containers */

#TextContentArea
{
    position            : absolute;
    top                 : 21%;
    left                : 2.5%;
    width               : 95.0%;
    height              : 73%;
    border              : 1px solid #74828D;
    overflow-x          : hidden;
    overflow-y          : auto;
    background-color    : #B6C1CF;
    color               : #000000;
    float               : left;
    filter              : alpha( opacity=50 );
    -moz-opacity        : 0.50;
    opacity             : 0.50;
}

#TextContentArea h2
{
    font-size           : 115%;
    color               : #74828D;
}

#TextContentArea span
{
    font-size           : 90%;
    color               : #000000;
}

#TextContentArea a
{
    font-size           : 90%;
    color               : #000000;
    text-decoration     : underline;
}

#InnerTextContentArea
{
    margin              : 10px;
}