html, body
{
    margin: 0;
    padding: 0;
}
body
{
    font: 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #555;
    background: #324D7A url(../images/background.gif) repeat-x 0 0;
    text-align: center;
}
h1, h2, h3, h4, h5
{
    margin: 0 0 16px;
    line-height: 20px;
    color: #1E2F4B;
}
h1{text-transform: uppercase;}
h2{font: bold 18px Arial, Helvetica, sans-serif;}
h3{font: bold 14px Arial, Helvetica, sans-serif;}
p{margin: 0 0 13px;}
hr
{
    height: 1px;
    border: none;
    background-color: #E6E4DF;
    color: #E6E4DF;
}
b,strong{color: #1E2F4B;}
a,
a:link,
a:visited{ color: #334E7C;}
a:hover,
a:active{ color: #4072C5;}
a img{border: none;}
ul li,
ol li{line-height: 1.5em;}
form{margin: 0;}
fieldset{padding: 0;}
.border-thin
{
    border-width: 1px;
    border-style: solid;
    border-color: #999;
}

/* ~~~ ==== POSITIONING SELECTORS ================================================================= ~~~ */
#wrapper
{
    width: 770px;
    margin: 0 auto;
    text-align: left;
}
#header
{
    height: 42px;
    background: url(../images/header.png) no-repeat;
    color: #fff;
    font: 20px/42px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding-left: 20px;
    margin: 0;
}

/* ~~~ === MAIN NAVIGATION ========================================================================= ~~~ */
#menu{height: 29px;}
    #menu ul
    {
        list-style-type: none;
        margin: 0 0 0 13px;
        padding: 0;
    }
     #menu ul li{float: left;}
     #menu ul li a
     {
		font: 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
        display: block;
        float: left;
        line-height: 29px;
        padding: 0 7px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
        color: #fff;
     }
     #menu ul li a:hover,
     #menu a.network:hover
     {
        text-decoration: underline;
        color: #BCD0F4;
     }
     #menu a.network
     {
		font: 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
        display: block;
        float: right;
        font-weight: bold;
        line-height: 29px;
        background: url(../images/network.png) no-repeat 0 50%;
        padding-left: 22px;
        color: #fff;
        text-transform: uppercase;
        margin-right: 20px;
        text-decoration: none;
     }

/* ~~~ ==== MAIN CONTENT =========================================================== ~~~ */
#main
{
    clear: both;
    background: #fff url(../images/main_bg.png) repeat-y;
}
#mainTop
{
    padding-top: 13px;
    background: url(../images/main_top.png) no-repeat;
}
#mainBtm
{
    height: 13px;
    background: url(../images/main_btm.png) no-repeat 0 0;
}
    #main .copy
    {
        margin: 0 20px;
        padding: 1em 0;
    }

/* ~~~ === FOOTER ===================================================================== ~~~ */
#footer
{
    clear: both;
	font: 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 8px;
    height: 27px;
    background: url(../images/footer_bg.gif) no-repeat;
}
#footer ul
{
    list-style-type: none;
    margin: 0 0 0 15px;
    padding: 0;
}
#footer ul li{float: left;}
#footer ul li a
{
    display: block;
    float: left;
    line-height: 27px;
    padding: 0 5px;
    color: #BCD0F4;
    text-decoration: none;
}
#footer ul li a:hover{text-decoration: underline;}
#footer a.backtotop
{
    display: block;
    line-height: 27px;
    float: right;
    color: #BCD0F4;
    background: url(../images/arrow_up.png) no-repeat 100% 50%;
    padding-right: 18px;
    margin-right: 20px;
	text-decoration: none;
}
#footer a.backtotop:hover{text-decoration: underline;}

/* ~~~ ==== COPYRIGHT INFO ======================================================================= ~~~~ */
#copy
{
    clear: both;
    font-size: 10px;
    line-height: 15px;
    padding-top: 4px;
}
#copy,
#copy a
{
    text-align: center;
    color: #83A2D9;
}

/* ~~~ === FORMS ==================================================================================== ~~~ */
table.formtable
{
    background-color: #F2F2F2;
    border-collapse: collapse;
    margin: 1em auto;
}
table.formtable thead th
{
    background-color: #B9C8DF;
    padding: 4px 12px;
    border: 1px solid #4072C5;
	text-align: left;
}
table.formtable tbody th
{
    text-align: right;
    padding: 4px 4px 4px 12px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #B9C8DF #4072C5;
}
table.formtable tbody td
{
    padding: 4px 12px 4px 4px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #B9C8DF #4072C5;
	text-align: left;
}
table.formtable tfoot th,
table.formtable tfoot td
{
    padding: 8px 8px 8px 4px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #B9C8DF #4072C5 #4072C5;
	text-align: left;
}

.input
{
    font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
    border: 1px solid #B0B0B0;
}
.button
{
     font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
     background-color: #39588B;
     color: #fff;
}

/* ~~~ === TABLES ==================================================================================== ~~~ */
table.datatable
{
	margin:2%;
    width: 97%;
    background-color: #ECECE7;
    border: 1px solid #030302;
    margin-bottom: .5em;
}
table.datatable thead th
{
    background-color: #030302;
    padding: 4px 8px;
    color: #fff;
    white-space: nowrap;
}
table.datatable thead th a,
table.datatable thead th a:link,
table.datatable thead th a:visited{color: #fff;}
table.datatable thead th span{font-weight: normal;}
table.datatable thead th.left{text-align: left;}
table.datatable thead th.right{text-align: right;}
table.datatable tbody td.right{text-align: right;}
table.datatable tbody tr.ruled{background-color:#ddd}
table.datatable tbody th
{
    text-align: right;
    width: 1%;
    white-space: nowrap;
}
table.datatable tbody th,
table.datatable tbody td
{
    border: 1px solid #fff;
    padding: 2px 8px;
}


/* ~~~ IE HACKS ~~~ */
* html #footer a.backtotop{margin-right: 10px;}
* html #menu a.network{margin-right: 10px;}

