﻿body
{
    background-color: #60AEB8;
}
form
{
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'trebuchet MS' , Arial;
    font-size: 13px;
    width: 760px;
    margin:0px auto;
}
H1
{
    font-size:20px;
    font-weight:bold;
}
H2
{
    font-size:18px;
    font-weight:bold;
}
H3
{
    font-size:16px;
    font-weight:bold;
}
H4
{
    color: #0C2E82;
    font-size: 13px;
    font-weight:bold;
}

/* Element ids have the # prefix in CSS as HTML inserts the # between the tag type and id name*/


#Masthead
{
    background-color: White;
    width: auto;
}
#MastheadP
{
    float:right;
    margin:20px 20px;
    text-align: right;
}
#Menu
{
    background-color: #0C2E82;
    height: 32px;
    padding-left: 10px;
    clear: both;
}  
#Breadcrumbs
{
}
#Content
{
    background-color: #FFFFFF;
    width:auto;
    margin-top: 5px;
}
#ColLeft
{
    float: left;
    width: 500px;
    position: relative;
    background-color: #FFFFFF;
    padding-left: 15px;
    margin-bottom:10px;
}
#ColRight
{
    float: left;
    width: 200px;
    position: relative;
    background-color: #FFFFFF;
    padding-left: 15px;
    margin-bottom:10px;
}
#Footer
{
    height: 20px;
    width: auto;
    clear: both;
    background-color: #0C2E82;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    padding-top:5px;
}  

/* <<< NAVIGATION CLASSES >>> */

.ACRMenu
{
    border-left: 2px solid #FFFFFF;
}
.StaticMenuItem
{
    background-color: #0C2E82;
    border-right: 2px solid #FFFFFF;
    color: #FFFFFF;
    padding-left: 2px;
    padding-right: 2px;
    height: 30px;
    margin:0;
}
.StaticMenuHover
{
    background-color: #60AEB8;
    color: #0C2E82; 
}
.StaticMenuSelected
{
    background-color: #FF6309;
}

/* <<< LOGIN CLASSES >>> */

.LoginStatus
{
    color: #0C2E82;
}
.LoginTitle
{
    font-weight:bold
}
.LoginTextBox
{
    margin-left:10px;
}   

