﻿body
{
    background: #e0e0e0;
    margin: 0px 0px 0px 0px;
    font: 8pt/1.5 verdana, sans-serif;
}
p
{
    text-indent: 0em;
    margin-top: 0;
    margin-bottom: 0pt;
}
h3
{
    margin: 0.7em 0px 0.3em 0px;
    font-size: 18px;
    font-weight: normal;
    color: #2D4375;
    line-height: 1.2;
}
h4
{
    margin: 1em 0px 0.3em 0px;
    font-size: 12px;
    font-weight: bold;
    color: #2D4375;
}
ul
{
    list-style-type: square;
    margin: 0px 0px 0px 3em;
    color: #000333;
    padding: 0px 0px 0px 0px;
}
button
{
    border: #D3B000 1px solid;
    width: 160px;
    background: #FFD500;
    float: right;
    height: 30px;
    font-size: 14px;
    margin: 15px 0px 20px 0px;
}
input.submit
{
    border: silver 1px solid;
    width: 120px;
    background: #FFD500;
    float: left;
    height: 30px;
    font-size: 14px;
    margin: 15px 0px 20px 0px;
}
#topbg
{
    background-color: #C5D6EE;
    height: 143px;
}
#header
{
    position: absolute;
    top: 13px;
    height: 130px;
    width: 780px;
    left: 50%;
    margin-left: -390px;
    background: #5F7CB8 url(background.jpg) no-repeat 0px 0px;
}
#hdr-overlay
{
    position: absolute;
    top: 13px;
    height: 130px;
    width: 780px;
    left: 50%;
    margin-left: -390px;
    background: url(header.png) no-repeat 30px 50px;
}
#header h1
{
    display: none;
}
#header h2
{
    position: absolute;
    text-align: right;
    line-height: 1.33;
    text-transform: uppercase;
    margin: 0px;
    width: 9em;
    color: #ECECEC;
    font-size: 15px;
    top: 45px;
    right: 25px;
    font-weight: bold;
}
#menudiv
{
    background: #e0e0e0;
    margin: auto;
}
#menu
{
    margin: 0px;
    height: 26px;
    list-style-type: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 0px;
}
#menu li
{
    margin: 0px;
    width: 20%;
    float: left;
    padding: 0px 0px 0px 0px;
}
#menu a
{
    position: relative;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
    margin: 1px;
    display: block;
    background: #223260;
    height: 24px;
    color: #B5CFEE;
    font-size: 10px;
    text-decoration: none;
}
#menu a span
{
    position: absolute;
    width: 8px;
    display: block;
    background: #4364C1;
    height: 8px;
    top: 5px;
    left: 8px;
}
#menu a.sel
{
    background: #37529D;
    color: white;
}
#menu a:hover
{
    background: #37529D;
    color: white;
}
#footer
{
    border-top: gray 1px solid;
    border-bottom: gray 1px solid;
    text-align: center;
    margin: 10px 0px;
    padding: 5px 0px 5px 0px;
}
#footer a
{
    padding: 3px 5px 3px 5px;
}
#content
{
    background: white;
    width: 780px;
    margin: auto;
}
#left
{
    float: left;
    width: 359px;
    border-right: gray 1px dotted;
    padding-left: 20px;
    padding-right: 10px;
    margin-top: 10px;
}
#right
{
    margin-top: 10px;
    float: right;
    width: 350px;
    padding-left: 20px;
    padding-right: 20px;
}
#center
{
    padding-left: 20px;
    padding-right: 20px;
}
.inputtxt
{
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    font-family : Arial;
    font-size : 9pt;
    font-weight : normal;
    background-color : #f6f6ff;
    color : #000000;
}
.cleaner
{
    clear: both;
}

