body
{
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    background-image: url(../images/siteframe/background.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #FFFFFF;
}

.ClrFlt
{
    clear: both;
}
.StatusQuoImg
{
    float: right;
}

.oneColFixCtrHdr #container
{
    width: 996px;
    text-align: left;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    background-color: #FFFFFF;
}
.oneColFixCtrHdr #header
{
    padding: 0px;
    margin: 0px;
    background-image: url(../images/siteframe/header_background2.gif);
    background-repeat: no-repeat;
    background-position: left;
    height: 112px;
    float: none;
}

.oneColFixCtrHdr #mainNavigation
{
    width: auto;
    margin: 0px;
    padding: 0px;
    background-color: #243d8c;
}
.oneColFixCtrHdr #mainContent
{
    background-image: url(../images/siteframe/maincontent_background.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}


#breadcrumbs
{
    background-color: #243d8c;
    width: 996px;
}

.oneColFixCtrHdr #footer
{
    background-color: #334378;
    background-image: url(../images/siteframe/PageReflection.gif);
    background-repeat: no-repeat;
    background-position: top;
    height: 70px;
    padding: 0px;
    margin: 0px;
}

.oneColFixCtrHdr #container #mainContent .footerText img
{
    display: block;
    margin-left: 10px;
    margin-bottom: 0px;
}

#search
{
    color: #FFFFFF;
    width: 100%;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url(../images/siteframe/searchback2.gif);
    background-repeat: no-repeat;
    background-position: left;
}


.homeBoxesGrey
{
    background-image: url(../images/siteframe/HomeBoxBackground_grey.gif);
    background-repeat: no-repeat;
    float: left;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 20px;
    margin-right: 2px;
    margin-left: 2px;
    height: 400px;
    width: 270px;
    display: inline;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.homeBoxesWhite
{
    background-image: url(../images/siteframe/HomeBoxBackground_white.gif);
    background-repeat: no-repeat;
    float: left;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 20px;
    margin-right: 2px;
    margin-left: 2px;
    height: 400px;
    width: 270px;
    display: inline;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.fltLft
{
    float: left;
}

.oneColFixCtrHdr #container #mainContent .homeBoxesGrey img
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
}
#noColContent
{
    background-color: #FFFFFF;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #B1B1B3;
    border-right-color: #B1B1B3;
    border-bottom-color: #B1B1B3;
    border-left-color: #B1B1B3;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#TwoColContent
{
    background-color: #FFFFFF;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #B1B1B3;
    border-right-color: #B1B1B3;
    border-bottom-color: #B1B1B3;
    border-left-color: #B1B1B3;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#ThreeColContent
{
    background-color: #FFFFFF;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #B1B1B3;
    border-right-color: #B1B1B3;
    border-bottom-color: #B1B1B3;
    border-left-color: #B1B1B3;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.oneColFixCtrHdr #container #mainContent #noColContent img
{
    margin-right: 10px;
    margin-bottom: 10px;
    border: thin solid #B1B1B3;
    background-position: left;
}
.TwoColSidebarlft
{
    float: left; /* since this element is floated, a width must be given */
    width: 300px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
}

.TwoColMainContent
{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 300px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
}
.TwoColSidebarlft img
{
    border: thin solid #B9B9BB;
}

.TwoColSidebarrt
{
    float: right; /* since this element is floated, a width must be given */
    width: 450px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 10px;
    margin: 10px;
}

.TwoColMainContentLft
{
    margin-top: 10;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 320px;
}
.TwoColSidebarrt img
{
    border: thin solid #B9B9BB;
}



.contentBorder
{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #B1B1B3;
    border-right-color: #B1B1B3;
    border-bottom-color: #B1B1B3;
    border-left-color: #B1B1B3;
    margin-right: 5px;
    margin-left: 5px;
    height: 420px;
}
.caseStudyBlurbs
{
    height: 110px;
}
