html {
    height: 100%;
    margin-bottom: .01em;
}
body {
    background: #E3DAC8;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: top;
}
#bgtop {
    background: #E3DAC8 url('/images/structural/bg_main_top.gif') left top no-repeat;
    height: 7px;
    font-size: 0;
    margin: 0 auto;
    padding: 0;
    width: 771px;
}
#wrapper {
    background: #E3DAC8 url('/images/structural/bg_main.gif') left top repeat-y;
    font-size: 70%;
    margin: 0 auto;
    padding: 0 7px;
    text-align: left;
    width: 757px;
    vertical-align: top;
}
#bgbot {
    background: #E3DAC8 url('/images/structural/bg_main_bot.gif') left bottom no-repeat;
    height: 7px;
    font-size: 0;
    margin: 0 auto;
    padding: 0;    
    width: 771px;
}
/* Default Styles */
p {margin: 0 0 1em 0;padding:0;}
a {
    color: #00539B;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#maincontentwrapper a {
    text-decoration: underline;
}
#maincontentwrapper a:hover {
    color: #b1953a;
}
sup, sub {
    position: relative;
    font-size: smaller;
    vertical-align: baseline;
}
sup {bottom: .4em;}
sub {top: .4em;}
table {font-size: 100%}
form {display: inline;margin: 0;padding: 0;}
img {border: none;}
abbr {border-bottom: 1px dotted #ccc;cursor: help;}
/* Headings */
h1 {
    display: inline;
    float: left;
    font-size: 200%;
    margin: 7px 0 0 12px;
    padding: 0;
    width: 471px;
}
h1 img#logo {
    height: 58px;
    width: 259px;
}
h2 {
    border-bottom: 1px solid #999;
    color: #00539B;
    font-size: 1.7em;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0 0 3px 0;
}
body.home h2 {
    border: none;
    color: #666;
    margin: 0 0 6px 0;
    padding: 0;
}
body.home #feature h4 {
    color: #00539B;
    font-size: 100%;
    text-transform: uppercase;
}
h3, h4, h5, h6 {
    margin: 0 0 1em 0;
    padding: 0;
}
h3 {
    
}
h4 {
    
}
h5 {
    
}
h6 {
    
}
/* Header Content */
#header {
    background: #2562A5;
    color: #fff;
    float: left;
    padding: 12px;
}
#header a {
    color: #fff;
}
#header ul {
    float: right;
    font-size: 90%;
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 250px;
}
#header li {
    margin: 0 0 7px 0;
    padding: 0;
}
#header li.first {
    margin-bottom: 20px;
}
#header a:hover {
    color: #C8D5A4;
    text-decoration: none;
}
/* Navigation - using Son of Suckerfish - http://www.htmldog.com/articles/suckerfish/dropdowns/ */
#nav, #nav ul {
    background: #fff url('/images/structural/bg_navigation.gif') left top repeat-x;
    float: left;
    list-style: none;
    height: 42px;
    margin: 0;
    padding: 0 46px;
    position: relative;
    width: 665px;
    z-index: 10;
}
#nav a {
    color: #666;
    display: block;
    padding: 9px 0;
    text-align: center;
    width: 132px;
}
#nav a:hover {
    color: #00539B;
    text-decoration: none;
}
#nav li {
    border-left: 1px solid #fff;
    float: left;
    width: 132px;
}
#nav li:hover a, #nav li.sfhover a {color: #00539B;}
#nav li.first {border: none;}
#nav li ul {
    background: #fff url('/images/structural/bg_navigation_dd.gif') left top repeat-x;
    border: 1px solid #aaa;
    left: -999em;
    height: auto;
    padding: 18px 10px 10px 10px;
    position: absolute;
    width: 110px;
}
#nav ul a {
    padding: 0 0 7px 0;
    text-align: left;
    width: 110px;
}
#nav ul a:hover {
    color: #666;
}
#nav li:hover ul {
    left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}
/* Side Navigation */
div#sidebar {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    float: left;
    font-size: 110%;
    margin: 27px 8px 0 0;
    padding: 18px 0;
    width: 160px;
}
div#sidebar a {
    color: #fff;
    text-decoration: none;
}
div#sidebar a:hover {
    color: #003366;
    text-decoration: none;
}
ul#navside {
    color: #D8E1F4;
    float: left;
    font-size: 90%;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 160px;
}
ul#navside ul {
    display: none;
    list-style: none;
    margin: 20px 0 20px 20px;
    padding: 0;
}
ul#navside ul.active {
    display: block;
}
ul#navside li {
    background: transparent url('/images/structural/nav_bullet_active.gif') 0 6px no-repeat;
    margin: 0 0 20px -6px;
    padding: 0 0 0 6px;
}
ul#navside ul li {
    background-image: none;
    margin: 0 0 20px 0;
    padding: 0;
}
ul#navside a {
    background: transparent url('/images/structural/nav_bullet.gif') 0 6px no-repeat;
    color: #fff;
    display: inline-block;
    margin: 0 0 0 -6px;
    padding: 0 0 0 6px;
}
ul#navside ul a {
    background-image: none;
    margin: 0;
    padding: 0;
}
ul#navside a:hover {
    color: #003366;
    text-decoration: none;
}
/* Content Areas */
body.home #contentwrapper {
    background: #718AC2;
    color: #fff;
    float: left;
    padding: 7px 25px;
    width: 707px;
}
body.content #contentwrapper {
    background: #718AC2 url('/images/structural/bg_content.gif') left top repeat-y;
    border-top: 7px solid #718AC2;
    border-bottom: 11px solid #00529B;
    color: #fff;
    float: left;
    padding: 0 25px 40px 25px;
    width: 707px;
}
#contentmainwrapper {
    background: #fff url('/images/structural/corners_interior_top.gif') left top no-repeat;
    color: #666;
    float: left;
    min-height: 500px;
    width: 539px;
}
/* for Internet Explorer */
/*\*/
* html #contentmainwrapper {
    height: 500px;
}
/**/
body.home #contentmain {
    background: #fff url('/images/structural/hm_main_img.jpg') left top no-repeat;
    color: #666;
    float: left;
    height: 249px;
    padding: 10px 40px 0 192px;
    width: 475px;
}
body.content #contentmain {
    float: left;
    padding: 20px 10px 20px 21px;
    width: 315px;
}

body.content #contentmainwrapper.wide #contentmain {
    float: left;
    padding: 20px 21px 20px 21px;
    width: 497px;
}
#contentsub {
    float: left;
    margin: 87px 0 0 0;
    padding: 0;
    width: 193px;
}
/* Generic Content Items */
body.content #contentmain ul {
    margin: 20px 0;
    padding: 0 0 0 15px;
}
body.content #contentmain li {
    margin: 0 0 15px 0;
    padding: 0;
}
/* Home Content */
#featurewrapper {
    background: #00529B;
    color: #fff;
    float: left;
    padding: 7px 25px;
    width: 707px;
}
#feature {
    background: #fff url('/images/structural/corners_feature_bot.gif') left bottom no-repeat;
    color: #666;
    display: inline;
    float: left;
    margin: 0;
    padding: 70px 28px 10px 28px;
    position: relative;
    width: 651px;
}
#feature ul {
    background: #fff url('/images/structural/corners_feature_top.gif') left top no-repeat;
    border-bottom: 9px solid #446EAE;
    float: left;
    font-size: 85%;
    height: 34px;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 5px 0 0 20px;
    position: absolute;
    top: 0;
    width: 687px;
}
#feature li {
    float: left;
    margin: 0 14px -1px 0;
    padding: 0;
    text-align: center;
}
#feature li a {
    background: #6D8AC4 url('/images/structural/featuretab_top_off.gif') left top no-repeat;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 26px;
    margin: 0;
    padding: 5px 3px 3px 3px;
    width: 116px;
}
#feature li a:hover, #feature li.active a {
    background: #446EAE url('/images/structural/featuretab_top_on.gif') left top no-repeat;
    text-decoration: none;
}
#feature div {
    clear: left;
}
#feature li#feature05Tab {
    margin-right: 0;
}
/* Footer Area */
#footer {
    background: #fff;
    float: left;
    font-size: 80%;
    padding: 7px 25px;
    text-align: center;
    width: 707px;
}
p.copy {
    margin: 0;
    padding: 0;
}
#footer ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 707px;
}
#footer ul li {
    display: inline;
    margin: 0 5px 0 0;
}
/* Common Elements */
#wai-links {
    left: -9999px;
    position: absolute;
    top: 0;
}
/* Self clearing float */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
table.EDI {
    border: 1px solid #8D8D8D;
    margin: 0 0 20px 0;
}
table.EDI .hdr {
    background: #E9E9E9;
    padding: 4px;
}
table.EDI .subhdr {
    background: #F2F2F2;
    padding: 4px;
}
table.EDI td.headrow {
    border-bottom: 1px solid #8D8D8D;
    vertical-align: bottom;
}
table.EDI td.docnmbr {
    background: #C9E6E8;
    text-align: center;
}
table.EDI td {
    vertical-align: top;
    padding: 3px 0 5px 2px;
}
table.EDI td.stage {
    font-weight: bold;
    text-align: center;
}
table.EDI td.version {
    text-align: center;
}
table.EDI span.a {color: #006633;}
table.EDI span.d {color: #FD6600;}
table.EDI span.t {color: #FF6600;}
table.EDI span.p {color: #3380BC;}
