/*Element Overrides*/
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    color: #666666;
}
h1
{
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    text-transform: uppercase;
}
h2
{
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    text-transform: uppercase;
}
h3
{
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    font-style: italic;
    display: inline;
}
a
{
    color: #00457C;
    text-decoration: underline;
}
a:hover
{
    color: #58585A;
    text-decoration: none;
}
a img
{
    border: none;
}
textarea
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
input
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
/*End*/


/*Custom ID's*/
#container
{
    width: 775px;
    margin: 0px auto;
}
#header
{
    width: 100%;
    height: 130px;
}
#leftContent
{
    width: 250px;
    float: left;
}
#mainContent
{
    width: 522px;
    float: left;
    display: inline;
    margin-left: 3px;
}
#footer
{
    width: 100%;
    height: 45px;
    font-size: 10px;
    color: #666666;
    border-top: 1px solid #666666;
    padding-top: 5px;
    margin-top: 10px;
}
#footer a
{
    text-decoration: underline;
    color: #666666;
}
#footer a:hover
{
    text-decoration: none;
    color: #333333;
}
#logo
{
    float: left;
    display: inline;
    margin-top: 40px;
}
#copyright
{
    color: #666666;
    float: left;
}
#legal
{
    color: #666666;
    float: right;
}
#blueBox
{
    width: 250px;
    background-color: #00457C;
    color: #ffffff;
}
#blueBox .top
{
    height: 15px;
    width: 250px;
    background-image: url( '/images/blueBoxTopLeft.jpg' );
    background-repeat: no-repeat;
    background-position: top left;
}
#blueBox .middle
{
    padding: 0px 15px 0px 15px;
    min-height: 233px;
    height: auto !important;
    height: 233px;
}
#blueBox .bottom
{
    height: 15px;
    width: 250px;
    background-image: url( '/images/blueBoxBottomLeft.jpg' );
    background-repeat: no-repeat;
    background-position: top left;
}
#ltBlueBox
{
    width: 250px;
    background-color: #DAECF6;
}
#ltBlueBox a
{
    color: #000000;
}
#ltBlueBox a:hover
{
    color: #999999;
}
#ltBlueBox .top
{
    height: 15px;
    width: 250px;
    background-image: url( '/images/ltBlueBoxTop.jpg' );
    background-repeat: no-repeat;
    background-position: top left;
}
#ltBlueBox .middle
{
    padding: 0px 15px 0px 15px;
}
#ltBlueBox .bottom
{
    height: 15px;
    width: 250px;
    background-image: url( '/images/ltBlueBoxBottom.jpg' );
    background-repeat: no-repeat;
    background-position: top left;
}
#greyBox
{
    width: 250px;
    background-color: #eeeeee;
}
#greyBox .top
{
    height: 15px;
    width: 250px;
    background-image: url( '/images/greyBoxTop.jpg' );
    background-repeat: no-repeat;
    background-position: top left;
}
#greyBox .middle
{
    padding: 0px 15px 0px 15px;
}
#greyBox .bottom
{
    height: 15px;
    width: 250px;
    background-image: url( '/images/greyBoxBottom.jpg' );
    background-repeat: no-repeat;
    background-position: top left;
}
/*End*/

/*Custom Classes*/
.ulNormal
{
    list-style-type: none;
    padding: 0px 0px 10px 10px;
    margin: 0px;
}
.ulNormal li
{
    background-image: url(/images/bullet.jpg);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 9px;
}
.preload
{
    display: none;
}
.subpageContent
{
    padding: 15px 0px 0px 20px;
}
.subpageContent h1
{
    padding-top: 0px;
    margin-top: 0px;
}
.italicTitle
{
    font-size: 16px;
    font-weight: normal;
    color: #00457C;
    font-style: italic;
}
.blue
{
    color: #00457C;
}
.noprint
{
}
/*End*/

/*Required for global controls*/
.small
{
    font-size: 10px;
}
.smallGrey
{
    font-size: 10px;
    color: #cccccc;
}
.error
{
    color: Red;
}
.inputField
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
/*End*/
