/* --------------------------- common --------------------------- */
HTML, BODY
{
    height: 100%;
    background: #FFF;
}

BODY, td, th
{
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 11px;
    color: #000;
}
a
{
    color: #03037E;
    text-decoration: underline;
}
a:hover
{
    color: #454EDF;
    text-decoration: underline;
}
table
{
    border-collapse: collapse;
}
/* --------------------------- main menu --------------------------- */
a.mainMenu, a.mainMenuCurrent
{
    display: block;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #FEF617;
    background: #194A96;
}
a.mainMenu
{
    padding: 5px 0 5px 16px;
    color: #FEF617;
}
a.mainMenuCurrent
{
    padding: 5px 0 5px 10px;
    border-left: 6px solid #FEF617;
    color: #FFF;
}
a.mainMenu:hover, a.mainMenuCurrent:hover
{
    text-decoration: none;
    border-left: 6px solid #FEF617;
    padding: 5px 0 5px 10px;
}
/* --------------------------- column --------------------------- */
.column
{
    padding: 7px;
    background: #EBEFF1;
    border-right: 1px solid #BEC9D1;
    border-left: 1px solid #BEC9D1;
}
.column h1, h1.columnHeader
{
    font-size: 13px;
    margin-left: 0;
    border-bottom: 1px solid #6EBCFA;
    text-align: center;
}
div.subMenu
{
}
a.subMenu, a.subMenuCurrent
{
    display: block;
    padding: 2px 0 2px 10px;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}
a.subMenu
{
    color: #003366;
}
a.subMenuCurrent
{
    color: #990000;
}
a.subMenu:hover, a.subMenuCurrent:hover
{
    text-decoration: none;
    color: #004D9B;
    border-bottom: 1px solid #FFF;
    background: #E9F8FF;
}
/* --------------------------- content --------------------------- */
#content
{
    vertical-align: top;
    padding: 0 10px 30px 10px;
    line-height: 20px;
}
h1
{
    margin-top:0px;
    margin-bottom:5px;
    margin-left: 15px;
    font-family: verdana, arial, sans-serif;
    font-size: 18px;
    color: #194A96;
}
h2
{
    margin-top:0px;
    margin-bottom:5px;
    margin-left: 15px;
    font-family: verdana, arial, sans-serif;
    font-size: 16px;
    color: #194A96;
}
h3
{
    margin-top:0px;
    margin-bottom:5px;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color: #194A96;
}
p
{
    margin: 8px 0 8px 0;
}
div.linkList
{
    border: 1px solid #532F17;
    margin: 10px;
    padding: 5px 15px;
    background: #FFF;
}
.linkList a
{
    display: block;
    font-weight: bold;
}
.boldBlue
{
    color: #003366;
    font-weight: bold;
}
/* --------------------------- footer --------------------------- */
.copyright
{
    font-size: 9px;
    padding: 5px 10px;
    color: #666;
    background: #EBEFF1;
    border-top: 1px solid #BEC9D1;
}
.copyright a
{
    text-decoration: none;
    color: #666;
}
.copyright a:hover
{
    color: #999;
    text-decoration: underline;
}
.footer
{
    background: #C09772;
    border-top: 1px solid #532F17;
}
.footer a
{
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.footer a:hover
{
    color: #EBE5D9;
    text-decoration: none;
}
/* --------------------------- misc --------------------------- */
.lineH
{
    border-bottom: 1px solid #AAAAAA;
}
.alertText, .okText
{
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
    margin-top: 20px;
}
.alertText
{
    color: #950000;
}
.okText
{
    color: #000000;
    text-align: center;
}
/* --------------------------- form --------------------------- */
table.form
{
}
.form td
{
    font-size: 8pt;
    vertical-align: top;
}
td.formErr
{
    font-size: 8pt;
    vertical-align: top;
    background: #FFEAEA;
}
.form th
{
    font-size: 9pt;
    border-bottom: 1px solid #C0C0C0;
    padding-top: 15px;
}
form
{
    margin: 10px 0 10px 0;
}
TEXTAREA, INPUT, SELECT
{
    background: #FFF;
    font-size: 10pt;
    border: 1px solid #828382;
}
.button
{
    margin: 7px;
    height: 25px;
    border: 2px outset #C0C0C0;
    background-color: #828282;
    font-family: Arial;
    FONT-SIZE: 9pt;
    color: #DDD;
    font-weight: bold;
}


