﻿/*** Master ***/
.masterContainer
{
    width:950px;
    margin-left:auto;
    margin-right:auto;
}
.mainContainer
{
    width:950px;
    margin-top:20px;
    padding:5px;
    border:solid 2px #ddd;
    background-color:#fff;
    float:left;
}
.masterBlank
{
    height:30px;
    width:100%;
    float:left;
}
/*** Header ***/
.headerContainer
{
    width:950px;
    height:190px;
    float:left;
}
.headerSection
{
    width:950px;
    height:160px;
    background-image:url(../../images/header_bg.gif);
    background-repeat:repeat-x;
}
.logoContainer
{
    padding-left:10px;
    float:left;
}
.title
{
    font-family:Arial, Verdana, Sans-Serif;
    font-size:21px;
    font-weight:bold;
    font-style:italic;
    color:#0167b2;
    margin-top:24px;
    float:left;
}
.headerPicture
{
    padding-right:10px;
    float:right;
}
/*** Body Section ***/
.bodyContainer
{
    width:950px;
    float:left;
}
.bodyMenuSection
{
    width:200px;
    float:left;
}
.bodyContentSection
{
    width:740px;
    padding-top:5px;
    padding-left:3px;
    margin-left:4px;
    border-left:solid 1px #ccc;
    float:left;
}
/*** Footer Container ***/
.footerContainer
{
    width:950px;
    height:165px;
    margin-top:5px;
    margin-left:auto;
    margin-right:auto;
    border-top:solid 1px #ccc;
    background-image:url(/images/img_footer.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    float:left;
}
.footerInformation
{
    padding-top:75px;
    color:#fff;
    font-weight:bold;
    text-align:center;
}
/*** Pager ***/
.pagerContainer
{
    width:100%;
    padding-top:5px;
    float:left;
}
.pageContainerHeader
{
    margin:5px;
    float:left;
}
.pageNumberBox
{
    width:20px;
    text-align:center;
    background-color:#066b9f;
    padding:3px;
    margin:1px;
    float:left;
}
.pageNumberBox:hover
{
    background-color:#033550;
}
.pageNumber
{
    color:#fff;
    text-decoration:none;
}
/*** Back ***/
.back
{
    width:740px;
    height:20px;
    margin-top:5px;
    padding-top:5px;
    border-top:solid 1px #ccc;
    float:left;
}
.backLink
{
    font-size:11px; 
    font-weight:bold;
    color:#01669a;
    text-decoration:none;
}
.backLink:hover
{
    text-decoration:underline;
}
/*** Continue Link ***/
.continue-link
{
    font-family:Arial, Verdana, Sans-Serif;
    font-size:11px;
    text-decoration:none;
    color:#217ABC;
}
.continue-link:hover
{
    text-decoration:underline;
}
