@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#8CBEC8;
}

a:link {
    color: #004276;
}
a:visited {
    color: #745F74 ;
}

ul#navlist
{
margin: 0;
padding-left: 15px;
white-space: nowrap;
font-size: 14px;
}

#navlist li
{
display: inline;
list-style-type: none;
font-size: 14px;
}

#navlist a { padding: 3px 10px 3px 3px; font-size: 14px;}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #000000;
text-decoration: none;
font-size: 14px;
}

#navlist a:hover
{
color: #fff;
background-color: #e60000;
text-decoration: none;
font-size: 14px;
}



/* Tables styles
----------------------------------------------- */

.td1a {
color:#666; background-color:#CCCCCC; font-size:14px;
border-top:#999999 solid 1px; 
border-bottom:#999999 solid 1px;
border-right:#999999 solid 1px;}

.td1atop {
color:#666; font-weight:bold; background-color:#CCCCCC; font-size:14px; 
border-bottom:#999999 solid 1px;
border-top:#999999 solid 1px;
border-right:#999999 solid 1px;
border-left:#999999 solid 1px;}


.td2a {color:#666; background-color:#EAEEF4; font-size:14px; 
border-bottom:#999999 solid 1px;
border-right:#999999 solid 1px;}

.td2atop {color:#666; background-color:#EAEEF4; font-size:14px; 
border-bottom:#999999 solid 1px;
border-right:#999999 solid 1px;
border-left:#999999 solid 1px;}



/* Tables Detail styles
----------------------------------------------- */

.td1 { width: 120px;
color:#666; font-weight: bold; background-color:#CCCCCC; font-size:14px; 
border-bottom:#999999 solid 1px;
border-right:#999999 solid 1px;
border-left:#999999 solid 1px;}

.td1top { width: 120px;
color:#666; font-weight: bold; background-color:#CCCCCC; font-size:14px; 
border-top:#999999 solid 1px;
border-bottom:#999999 solid 1px;
border-right:#999999 solid 1px;
border-left:#999999 solid 1px;}


.td2 {color:#666; background-color:#EAEEF4; font-size:14px; 
border-bottom:#999999 solid 1px;
border-right:#999999 solid 1px;}

.td2top {color:#666; background-color:#EAEEF4; font-size:14px; 
border-top:#999999 solid 1px;
border-bottom:#999999 solid 1px;
border-right:#999999 solid 1px;}

/* Footer
----------------------------------------------- */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer {
    border-top-width: 1px;
    border-top-style: solid;
    clear: both;
    background-repeat: repeat-x;
	width:980px;
}
#footer li {
    font-family: Verdana;
    line-height: normal;
    display: inline;
}
#footer .footer-partners {
    text-align: center;
    padding: 6px 0px;
}
#footer #footer-utility {
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: center;
    padding: 6px 0px;
    position: relative;
	min-height: 0px;
}
#footer #footer-utility ul {
    position: relative;
	min-height: 0px;
}
#footer #physical-address {
    text-align: center;
    padding: 6px 0px;
}
/** END Footer -------------------------------- */


