html{height: 100%;}
body {height: 100%;margin:0;padding:0; background:#000a2d; }
table{margin:0;padding:0; }

table.header{width:755px;background: url('images/hdr2.jpg') #ffffff top left no-repeat;}
table.main {width:920px; background:#ffffff; padding: 0px;margin:0px; font: normal 10pt verdana; color: #000000; text-align:left;border:1px solid #000000;}
table.footer {font: normal 8pt verdana; color:#ffffff;}
table.footer td{padding-top:18px; text-align: center; color: #ffffff;}
.footer a:link, .footer a:active, .footer a:visited {font: normal 8pt verdana; color: #ffffff; text-decoration: none; }
.footer a:hover  {font-weight: none; text-decoration: underline; color:#bdd1ec; }

td.mktform{height:375px; width:175px;border-left:1px solid #000000;}
td.content-body{ padding:10px; vertical-align:top;}

/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 10pt Verdana;margin: 0;margin-top:1px; margin-left:-1px;padding: 0;position: absolute;left: 0;top: 0;list-style-type: none;visibility: hidden;z-index: 100;background: white;border: 1px solid black;border-bottom-width: 0;}
.ddsubmenustyle li a{display: block;width: 160px;color: #000a2d;background-color: #d4dde8;text-decoration: none;
padding: 4px 5px;border-bottom: 1px solid black;}
* html .ddsubmenustyle li a{ /*IE6 CSS hack*/display: inline-block;}
.ddsubmenustyle li a:hover{background-color: #000a2d;color: #d4dde8;}

/* ######### Neutral CSS  ######### */
.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/padding-left: 4px;border: 0;}
.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/position: absolute;padding-top: 3px;right: 2px;border: 0;}
.ddiframeshim{position: absolute;z-index: 500;background: transparent;border-width: 0;width: 0;height: 0;display: block;}
.navmenu ul{margin: 0;padding: 0;font: bold 10pt verdana;list-style-type: none;border-bottom: 1px solid #000000;border-top: 1px solid #000000;overflow: hidden;width: 100%;background: url('images/navbg.jpg') #ffffff center center repeat-x;}
.navmenu li{display: inline;margin: 0;}
.navmenu li a{float: left;display: block;text-decoration: none;margin: 0;padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid #000a2d; /*right divider between tabs*/color: #000a2d;}
.navmenu li a:visited{color: #000a2d;}
.navmenu li a:hover{background: url('images/navhov.jpg') center center repeat-x;/*background of tabs for hover state */}
.navmenu a.selected{background: url('images/navhov.jpg') center center repeat-x;/*background of tab with "selected" class assigned to its LI */}