﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #ffffff;
    font-size: 14px;
    //font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-family:Tahoma;
    margin: 0px;
    padding: 0px;
    color: #696969;
    line-height:18px;
    color:Black;
}

a:link, a:visited
{
    color: #8dbc3b;
    text-decoration: none;
}

a:hover
{
    color: #81df18;
    text-decoration: underline;
}

a:active
{
    color: #81df18;
    text-decoration: underline;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #8dbc3b;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 24px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height:26px;
}

h2
{
    font-size: 1.5em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1100px;
    margin: auto auto;
    position:relative;
}


.content
{
    width: 900px;
    margin: auto auto;
    padding-top:30px;
}
.content .left
{
    float:left;
    width:279px;  
    height:300px;
    padding-right:20px;
    border-right:solid 1px #8dbc3b;  
}

.content .right
{
    padding-left:20px;
    float:left;
    width:580px;    
}

.footer
{
    width: 1000px;
    margin: auto auto;
    background-color:White;
    border-top:solid 1px #8dbc3b;
    margin-top:30px;
    text-align:center;
    padding-top:20px;
    height:40px;
    color: #505050;
    font-size:12px;
}

