*
{
    margin: 0;
    padding: 0;
}

html
{
    min-height: 100.2%;
}

body
{
    background-color: #000000;
    color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}

a, a:visited
{
    color: #1774CA;
    text-decoration: none;
}

a:hover
{
    color: #1774CA;
    text-decoration: underline;
}

acronym
{
    cursor: help;
}

address
{
    font-style: normal;
}

fieldset
{
    border: 1px solid #516173;
    margin: 20px 0;
    padding: 20px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: arial, helvetica, sans-serif;
}

iframe
{
    border: 0;
}

img
{
    border: 0;
}

label
{
    display: block;
    float: left;
    padding-right: 7px;
    text-align: right;
    width: 40%;
}

ol, ul
{
    list-style-position: outside;
}

option
{
    padding-right: 8px;
}

p
{
    padding: 5px 0;
}

ul
{
    padding-left: 30px;
}

.clear
{
    clear: both;
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
}

.left
{
    text-align: left !important;
}

.center
{
    text-align: center !important;
}

.right
{
    text-align: right !important;
}

.smaller
{
    font-size: smaller !important;
}

.bold
{
    font-weight: bold !important;
}

.italics
{
    font-style: italic !important;
}

.block
{
    display: block !important;
}

.inline
{
    display: inline !important;
}

.red
{
    color: #ff0000 !important;
}

.green
{
    color: #4CBB17 !important;
}

.fleft
{
    float: left !important;
}

.fright
{
    float: right !important;
}

.cursor
{
    cursor: pointer;
}

.bgwhite
{
    background-color: #ffffff !important;
}

.bgltgrey
{
    background-color: #efefef !important;
}

.bggreen
{
    background-color: #E3FFE3 !important;
}

.bgyellow
{
    background-color: #ffff99 !important;
}

.bgred
{
    background-color: #FFE7E7 !important;
}

.nobr
{
    white-space: nowrap !important;
}

#container
{
    margin: auto;
    width: 1000px;
}

#navbar
{
    background-image: url('/images/bgnavbar.png');
    height: 40px;
    list-style-type: none;
}

#navbar li
{
    float: left;
}

#navbar li a
{
    color: #A1A1A1;
    display: block;
    float: left;
    font-family: arial;
    font-size: 12pt;
    margin-left: 30px;
    padding-top: 9px;
    text-decoration: none;
}

#navbar li a:hover
{
    color: #12A8CB;
}

#content
{
    min-height: 400px;
    padding: 30px 30px 0 30px;
}

#footer
{
    background-image: url('/images/bgfooter.png');
    background-repeat: no-repeat;
    color: #A1A1A1;
    height: 80px;
    padding-top: 20px;
}

#footer a
{
    color: #A1A1A1;
}

#footer p
{
    float: right;
    line-height: 1.5em;
    padding: 0;
    width: 650px;
}

#footer ul
{
    background-image: url('/images/bgfooterlinks.png');
    height: 28px;
    list-style-type: none;
    margin-left: 30px;
    padding: 10px 0 0 0;
    width: 301px;
}

#footer ul li
{
    float: left;
}

#footer ul li a
{
    display: block;
    float: left;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 100px;
}