﻿#AppStatus
{
    padding: 20px;
    margin: 5px;
    background-color: #D2E9FF;
    border: 1px dashed #3399FF;
    width: 440px;
}

.graystyle
{
    color: Gray;
}
#Application input
{
    border: 0px solid #000000;
    border-bottom: 1px solid #999999;
    background-color: transparent;
}

#Application input:hover
{
    border-color: #000066;
    background-color: #FFFFF7;
    cursor: pointer;
}

textarea
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

#Application textarea, select
{
    border: 1px solid #999999;
    background-color: transparent;
}


#bodyTopImage
{
    height: 148px;
    margin-bottom: 8px;
}

#bodyPage
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    display: block;
    float: left;
    text-align: left;
    min-height: 300px;
    margin-left: 10px;
    width: 500px;
    max-width: 500px;
}
form
{
    width: 100%;
    height: 100%;
}


#bodyPage h1, #bodyPage h2, #bodyPage h3, #bodyPage h4, #bodyPage h5, #bodyPage h6, #Blog h2
{
    color: #0166A7;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    letter-spacing: normal;
    word-spacing: normal;
}

#bodyPage h1
{
    font-size: 2em;
    letter-spacing: -.08em;
    border-bottom: solid 1px #999999;
    margin: 0;
    margin-top: 11px;
    margin-left: -10px;
    margin-bottom: 10px;
}

#bodyPage h2
{
    font-size: 1.2em;
    margin: 0;
    margin-top: 18px;
    margin-bottom: 5px;
}

#bodyPage p
{
    margin-bottom: 1em;
}

#bodyPage OL
{
    margin-left: 1.5em;
}

#bodyPage OL, #bodyPage UL
{
    margin-bottom: 1em;
}

#bodyPage LI, #bodyPage OL LI, #bodyPage UL LI
{
    margin-top: .25em;
    margin-bottom: .25em;
}

#bodyPage UL LI
{
    list-style-type: disc;
}

#bodyPage blockquote
{
    margin-left: 1.5em;
}


DIV#bodyClear
{
    clear: both;
    height: 0px;
    width: 100%;
}

HR#force
{
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

DIV#sectionMenu LI
{
    list-style-image: url(/images/layout/li.section.gif);
    margin-bottom: .5em;
    padding-left: 1em;
}
