﻿
body   
{
    background: #e0e0e0;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #545454;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.container
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.header
{
    height: 200px;
    border: 2px solid #f68618;
    background-color: #ffffff;
}

.page
{
    margin-top: 5px;  
    height: 520px;
}

.main
{
    width: 592px;   
    border: 2px solid #f68618;
    float: left;
    background-color: #ffffff;
    height: 516px;
}

.side
{
    width: 192px;
    border: 2px solid #f68618;
    float: right;
    background-color: #ffffff;
    height: 516px;
}

.footer
{
    color: #4e5766;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    border: 2px solid #f68618;
    background-color: #FFFFFF;
    margin-top: 5px;
    padding-bottom: 10px;
}




