﻿body 
{
    font-family:Verdana;
    font-size:13px;
    margin-top:0px;
    padding-top:0px;
    margin-bottom:0px;
    padding-bottom:0px;
    background-image: url('../images/bg.jpg');
    
}
.main
{
    width:980px;
    margin-right:auto;
    margin-left:auto;
}
.header
{
    background-image: url('../images/headerblank.jpg');
    width:980px; 
    height:210px;
}
.content
{
    width:610px;   
    vertical-align:top;
    padding: 5px 5px 5px 5px;
}
.leftCol
{
    width:216px;
    vertical-align:top;
    background-image: url('../images/orangevertgrad.jpg');
}
.rightCol
{
    width:154px;
    vertical-align:top;
    background-color:#000;
}

.menu a span
{
    cursor:pointer;
}
.orange a
{
    color:#e74e20;
}
.orange a:link
{
    color:#e74e20;
}

.orange a:active
{
    color:#e74e20;
}

.orange a:hover
{
    color:#e74e20;
    text-decoration:none;
}

.orange a:visited
{
    color:#e74e20;
}

.white
{
    color:#fff;
}
.white a
{
    color:#fff;
}
.white a:link
{
    color:#fff;
}

.white a:active
{
    color:#fff;
}

.white a:hover
{
    color:#fff;
    text-decoration:none;
}

.white a:visited
{
    color:#fff;
}

h1
{
    color:#E25319;
    font-size:17px;
}

