﻿body 
{
    background-image:url(App_Images/bg.jpg);
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    line-height: 15px;
    margin-top: 0px;
}
h1
{
    color: #D9541E;
    font-family: "Arial Black";
    font-size: 16px;
    margin: 0px;
    margin-bottom: 6px;
}
h2
{
    color: #D9541E;
    font-family: "Arial Black";
    font-size: 14px;
    margin: 0px;
    margin-bottom: 6px;
}
.left_nav
{
    padding-top: 10px;
    width: 130px;
    font-size: 11px;
    border-right: dotted 1px #cccccc;
}
.left_nav a
{
    color: Black;
    margin-left: 10px;
    line-height: 24px;
    text-decoration: none;
}
.left_nav a:hover
{
    color: #ff6633;
    text-decoration: 'underline';
}
.left_nav h2
{
    margin-left: 3px;
}
div.dashes_top
{
    border-top: dotted 1px #cccccc;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 120px;
    height: 20px;
}
div.content
{
    width: 565px;
    padding: 12px;
    color: #333333;
}
div.content a
{
    color: Black;
    font-size: 13px;
}
div.content a:hover
{
    color: #ff6633;
}
p.main_copy
{
    font-size: 12px;
    line-height: 15px;
}
