﻿body
{
    background-color: White;
    background-image: none;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    border: 0;
}

#divTop, #divAnimation, #divFooter, #divRightContent
{
    display: none;
}

#divLeftContent
{
    width: 100%;
    margin: 0;
    padding: 0;
}

#divRightContent
{
    width: 0;
        margin: 0;
    padding: 0;
}

#divLeftColumnOne
{
    display:inline;   
        margin: 0;
    padding: 0;
    float:left;
}

#divLeftColumnTwo
{
    float:left;
    display:inline;
    width: 350px;    
    margin-right: 20px;
    padding: 0;
}

h1
{
    font-weight: bold;
    font-size: 16pt;
}

h2
{
    font-style: italic;
    font-size: 14pt;
}

h3
{
    font-weight: bold;
    font-size: 12pt;
}

p, li, a, blockquote
{
    font-size: 10pt;
}
    