﻿body
{
    margin: 0px;
    font-family: verdana;
    font-size: 12px;
    color: #808080;
}

#content
{
    padding: 0px;
    margin: 0px auto 25px auto;
    width: 800px;
    background-color: White;
    
}

#headerSection
{
    padding-top: 0px;
    background-color: White;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #008000;
    float: left;
    width: 100%;
}

#mainSection
{
    clear: both;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}


#logo
{
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 20px;
    float: left;
}

#productlogo
{
    margin-top: 15px;
    margin-bottom: 20px;
    margin-right: 20px;
    float: right;
}

#noHelp
{
    margin: 100px auto auto auto;
    width: 250px;
    font-weight: bold;
}

div.pageHeader
{
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #008000;
}

div.paraText
{
    margin-bottom: 20px;
}

a.lnkBack
{
    font-weight: bolder;
    color: #008000;
    text-decoration: none;
}

a.lnkBack:hover
{
    font-weight: bolder;
    color: #008000;
    text-decoration: none;
}

a.lnkHowTo
{
    color: #008000;
    text-decoration: none;
}

a.lnkHowTo:hover
{
    color: #008000;
    text-decoration: none;
}