﻿#leftcolumn
{
    color: #333;
    margin: 0 0 0 0;
    padding-top: 10px;
    width: 150px;
    min-height: 350px;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    height: 16px;
}
#content
{
    float: left;
    color: #333;
    background: #fafaee;
    margin: 0 0 0 0;
    min-height: 350px;
    width: 490px;
    display: inline;
    text-align: justify;
}
#content h1
{
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: #0000cc;
    font-size: 1.5em;
    font-weight: lighter;
    text-align: center;
}

#content p
{
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #0000cc;
    font-family: verdana,geneva,arial,helvetica,times new roman; 
    font-size: 1.1em;
    font-weight: lighter;
    font-weight: 100;
    text-align: center;
}
.boxes
{
    margin-right: 0;
    margin-top: 15px;
    margin-left: 20px;
}
.box
{
    width: 230px;
    border: 1px solid #c9e3d8;
    float: left;
    padding-bottom: 10px;
    margin: 8px 0 5px 0;
}
.box h2
{
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 7px;
    border-bottom: 3px solid #333;
    background-color: #6666cc;
    color: #fff;
    font-weight: lighter;
    font-family: verdana,geneva,arial,helvetica,times new roman; 
    font-size: 1.1em;
    text-align: center;
}
.box p
{
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    color: #0000cc;
}
.boxesheader
{
    color: #0000cc;
    font-weight: lighter;
    font-family: verdana,geneva,arial,helvetica,times new roman; 
    font-size: 1.6em;
    text-align: center;
}
#rightcolumn
{
    color: #333;
    margin: 0 0 0 0;
    padding-top: 10px;
    width: 150px;
    min-height: 350px;
    float: left;
    position: relative;
}
