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;
}
#wrapper {
    background: #E3DAC8;
    font-size: 70%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 994px;
    vertical-align: top;
}
/* 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: 0;
    padding: 0;
    width: 471px;
}
h1 img#logo {
    height: 44px;
    width: 200px;
}
h2 {
    border-bottom: 1px solid #999;
    color: #3d61a4;
    font-size: 1.44em;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
}
body.home h2 {
    border: none;
    color: #666;
    margin: 0 0 8px 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 {
    color: #3D61A4;
    font-size: 100%;
    padding: 5px 0 0 0;
    text-transform: uppercase;
}
h4, h5, h6 {
    color: #3D61A4;
    font-size: 100%;
    padding: 5px 0 0 0;
    margin: 0;
    text-transform: uppercase;
}
/* Header Content */
#header {
    background: #2562A5;
    color: #fff;
    float: left;
    padding: 13px 0 14px 28px;
    width: 966px;
}
#header a {
    color: #fff;
}
#header ul {
    float: right;
    font-size: 100%;
    font-weight: bold;
    list-style: none;
    margin: 3px 23px 0 0;
    padding: 0;
    text-align: right;
    width: 250px;
}
#header li {
    margin: 0 0 4px 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: 25px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 994px;
    z-index: 10;
}
#nav a {
    color: #333;
    display: block;
    font-size: 107%;
    padding: 5px 0;
    text-align: center;
    width: 140px;
}
#nav a:hover {
    color: #00539B;
    text-decoration: none;
}
#nav li {
    border-left: 1px solid #fff;
    float: left;
    width: 140px;
}
#nav li:hover {position: static;}
#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: 120px;
}
#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;
    display: inline;
    float: left;
    font-size: 110%;
    margin: 35px 18px 0 12px;
    padding: 21px 0;
    width: 153px;
}
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: 154px;
}
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;
    display: block;
    margin: 0 0 20px 0;
    padding: 0 0 0 6px;
}
ul#navside ul li {
    background-image: none;
    margin: 0 0 12px 0;
    padding: 0;
}
ul#navside a {
    color: #fff;
    margin: 0;
    padding: 0;
}
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: #718ac0;
    border-top: 7px solid #a7a9ac;
    color: #fff;
    float: left;
    padding: 6px 25px 8px 24px;
    width: 944px;
}
body.content #contentwrapper {
    background: #718ac0;
    border-top: 7px solid #a7a9ac;
    border-bottom: 11px solid #2562a5;
    color: #fff;
    display: inline;
    float: left;
    padding: 0 25px;
    width: 944px;
}
#contentmainwrapper {
    background: #fff url('/images/structural/corners_interior_top.gif') left top no-repeat;
    color: #666;
    float: left;
    margin: 6px 0 0 0;
    min-height: 500px;
    width: 761px;
}
/* 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: 209px;
    padding: 27px 20px 0 250px;
    width: 440px;
}
body.content #contentmain {
    display: inline;
    float: left;
    padding: 26px 34px 20px 25px;
    width: 512px;
}
body.content #contentmainwrapper.wide #contentmain {
    float: left;
    padding: 20px 21px 20px 21px;
    width: 744px;
}
body.home #contentsub {
    background: #fff url('/images/structural/bg_hm_right.gif') 100% 0 no-repeat;
    color: #666;
    float: right;
    height: 236px;
    margin: 0;
    padding: 0;
    width: 234px;
}
body.home #contentsub ul {
    list-style: none;
    margin: 59px 0 0 41px;
    padding: 0;
}
body.home #contentsub ul li {
    margin: 0 0 8px 0;
    padding: 0;
}
body.home #contentsub ul a {
    color: #666;
    font-weight: bold;
}
#contentsub {
    float: left;
    margin: 87px 0 0 0;
    padding: 0;
    width: 190px;
}
/* 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 */
#feature {
    background: #fff;
    border-bottom: 10px solid #2562a5;
    float: left;
    padding: 20px 24px;
    width: 946px;
}
#feature ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#feature li {
    border-left: 2px solid #ccc;
    float: left;
    height: 200px;
    margin: 0;
    padding: 0 15px;
    width: 204px;
}
#feature li.first {border: none;}
#feature li a img {
    float: right;
}
#feature ul ul {
    float: none;
    list-style: disc;
    margin: .5em 15px;
    padding: 0;
}
#feature ul ul li {
    border: none;
    float: none;
    height: auto;
    padding: 0;
    width: auto;
}
/* Footer Area */
#footer {
    background: #fff;
    float: left;
    font-size: 80%;
    padding: 7px 25px;
    width: 944px;
}
p.copy {
    margin: 0;
    padding: 0;
}
#footer ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 944px;
}
#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;}
