﻿body
{
    margin: 9px;
    padding: 0;
    text-align: center;
}

html
{
    background-color: #dcdcdc;
}

#main
{
    text-align: left;
    margin-top: 15px;
    margin-left: 100px;
}

#header
{
    width: 926px;
    height: 150px;
    background-color: #ffffff;
    float: left;
    text-align: left;
}

#loginView
{
    float: left;
    width: 288px;
    height: 150px;
    background-color: #ffffff;
    font-size: 0.8em;
    font-family: arial;
    text-align: center;
}

#loginviewContainer
{
    width: 162px;
    height: 80px;
    margin: 15px auto;
}

#logo
{
    float: left;
    width: 350px;
    height: 150px;
    background-color: #ffffff;
    text-align: center;
}

#pageTitle
{
    float: left;
    width: 288px;
    height: 150px;
    background-color: #ffffff;
    text-align: center;
}

#menuRow
{
    width: 926px;
    height: 50px;
    background-color: #ffffff;
    float: left;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

#content
{
    width: 926px;
    height: 100%;
    background-color: #ffffff;
    float: left;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
}

#footer
{
    width: 926px;
    height: 137px;
    background-color: #b0c4de;
    font-family: arial;
    font-size: 0.65em;
    text-align: center;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tallimage
{
    margin: 25px auto;
}

.image
{
    margin: 45px auto;
}

.smallLoginTextbox
{
    font-size: 0.8em;
    width: 80px;
    font-family: verdana;
    height: 10px;
}

.smallLoginCheckbox
{
    font-size: 0.8em;
    width: 10px;
    font-family: verdana;
    height: 10px;
}

.smallLoginText
{
    font-size: 0.7em;
    font-family: verdana;
    text-align: center;
}

.smallLoginHeader
{
    font-family: verdana;
    font-weight: bold;
    font-size: 0.9em;
    vertical-align: middle;
    color: #ffffff;
    background-color: #483d8b;
    text-align: center;
}

.smallLoginButton
{
    font-size: 0.7em;
    width: 50px;
    font-family: verdana;
    height: 20px;
}

.smallLogin
{
    text-align: center;
    border-right: #b22222 3px outset;
    border-top: #b22222 3px outset;
    border-left: #b22222 3px outset;
    border-bottom: #b22222 3px outset;
    width: 162px;
    height: 80px;
}

.smallLoginValidator
{
    font-family: verdana;
    font-size: 0.8em;
    color: #ff0033;
}

.smallLoginLink
{
    font-size: 0.7em;
    font-family: verdana;
}

.staticMenu
{
    border: 1px dotted #000000;
    background-color: #b0c4de;
    height: 36px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
}


.staticMenuItem
{
    color: #000000;
    padding: 2px 2px;
    font-family: Verdana;
    font-size: .8em;
}

.staticMenuHover
{
    color: #DF8600;
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size: .8em;
}

.dynamicMenuHover
{
    background-color: #FFFFFF;
}

.dynamicMenuItem
{
    color: #000000;
    padding: 2px 2px;
    font-family: verdana;
    font-size: .8em;
}

.dynamicMenu
{
    border: 1px dotted #000000;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true')
}