body { background-color: white !important; color: #000000 !important; font-family: Arial, helvetica, swiss, sans-serif !important; font-size: 12px !important; line-height: 135% !important; margin: 0px; padding: 0px;}

/* page base - this is the background */
.base { position: absolute; left: 0px; top: 0px; margin: 0px; padding: 0px; width: 100%; height: 2203px; background-color: silver; background-image: url(bg.gif); text-align: center; z-index: 1; }
/* this is the floating container for everything else - June 12 width adjusted from 980 to 990 to match CTC */
/* IE version of .float with crude drop shadow ... */
.float { position: relative; top: 0px; margin: auto; padding: 0px; width: 990px;  height: 2200px;  background-color: white !important; border-left-width: 1px; border-left-style: solid; border-right-width: 3px; border-right-style: solid; border-bottom-width: 1px; border-bottom-style: solid; border-color: #333333; text-align: left; z-index: 2; }
/* non-IE version of .float with nice drop shadow ... */
html>body .float { position: relative; top: 0px; margin: auto; padding: 0px; width: 990px;  height: 2200px;  background-color: white !important; border-left-width: 1px; border-left-style: solid; border-color: #333333; text-align: left; z-index: 3; -moz-box-shadow: 3px  2px 3px #333; -webkit-box-shadow: 3px 2px 3px #333; box-shadow: 3px 2px 3px #333;}