html, body
{
    margin: 0;
    padding: 0;
}
body
{
    font: 12px Arial, Helvetica, sans-serif;
    color: #333;
    background-color: #001346;
}
h1, h2, h3, h4, h5
{
    margin: 1em 0;
    color: #001C4D;
}
h3
{
    font: 18px Arial, Helvetica, sans-serif;
    margin: 0 0 1em;
    background: url(../images/icon_new.gif) no-repeat 0 50%;
    padding: 0 0 0 30px;
}
p
{
    margin: 0 0 1em;
    line-height: 1.5em;
}
a,
a:link,
a:visited{color: #001C4D;}
a:hover,
a:active{color: #FF6131;}
a img{border: none;}
ul li,
ol li{line-height: 1.5em;}
form{margin: 0;}
fieldset{padding: 0;}

/* ~~~ === POSITIONING SELECTORS ========================================= ~~~ */
#wrapper
{
    width: 905px;
    margin: 14px auto;
    background: url(../images/wrapper_bg.gif) repeat-y 0 0;
}
#content
{
    width: 905px;
    float: left;
    background: url(../images/content_bg.gif) no-repeat;
}
#default_template #content{background: url(../images/default_content_bg.gif) no-repeat;}
#masthead
{
    width: 191px;
    height: 132px;
    background: url(../images/logo_new.gif) no-repeat 25px 19px;
    margin: 0;
    text-indent: -999em;
}
#leftcol
{
    width: 191px;
    float: left;
    padding-bottom: 210px;/* Clear Left Logo Image */
}
    #leftcol ul
    {
        list-style-type: none;
        margin: 0 0 0 26px ;
        padding: 0;
    }
    #leftcol li{line-height: 20px;}
    #leftcol li a
    {
        font-weight: bold;
        text-transform: uppercase;
    }
    #leftcol ul ul{margin: 0 0 0 15px;}
    #leftcol li li a
    {
        font-weight: normal;
        text-transform: none;
    }

#main
{
    width: 712px;
    float: left;
}
#default_template #contentHeader
{
    width: 714px;
    height: 76px;
    color: #fff;
    padding-top: 30px;
    text-transform: lowercase;
}
    #contentHeader h1
    {
        font: 48px Arial, Helvetica, sans-serif;
        margin: 0 24px 14px;
        color: #fff;
    }
#default_template #contentHeader p{display: none;}
#home #contentHeader
{
    width: 714px;
    height: 146px;
    color: #fff;
    padding-top: 30px;
    text-transform: lowercase;
}
#home #contentHeader p
{
    width: 262px;
    margin: 0 24px;
    line-height: 1.3em;
    font-weight: bold;
}
    div.copy
    {
        margin: 0 22px;
        padding: 22px 0;
    }
#footer
{
    clear: both;
    height: 1%;
    position: relative;
    background: url(../images/footer_bg.gif) no-repeat 0 100%;
}
    #logos
    {
        position: absolute;
        bottom: 9px;
        left: 0;
        width: 191px;
        height: 198px;
        background: url(../images/logos.gif) no-repeat 0 0;
    }
    #footer p
    {
        margin: 0 0 0 212px;
        line-height: 44px;
        font-size: 11px;
        color: #999;
    }
     #footer p a
     {
        text-transform: uppercase;
        color: #999;
     }
/* ~~~ === FORMS =============================== ~~~ */
table.tableForm{margin: 1em 0;}
table.tableForm th,
table.tableForm td{padding: 2px 4px;}
table.tableForm td input,
table.tableForm td span{vertical-align: middle;}
table.tableForm th{text-align: right;}

.input
{
    font: 12px Arial, Helvetica, sans-serif;
    border: 1px solid #86888B;
}
.button{font: bold 12px Arial, Helvetica, sans-serif;}

/* ~~~ === CLASSES ============================== ~~~ */
div.captionImageLeft,
div.captionImageRight
{
    font-size: .9em;
    color: #888;
}
div.captionImageLeft
{
    float: left;
    margin: 4px 12px 4px 0;
}
div.captionImageRight
{
    float: right;
    margin: 4px 0 4px 12px;
}
.img-left
{
    float: left;
    margin: 0 12px 4px 0;
}
.img-right
{
    float: right;
    margin: 0 0 4px 12px;
}
.border-none{border: none;}
.border-thin{border: 1px solid #000;}
.border-thick{border: 2px solid #000;}

