* {color:black !important; background-color: white !important; float :none!important; }

#wrapper {width:89%; margin: 0 5%; font-family:"Times New Roman", Times, serif; padding:0;}

#branding {float:left; width:240px; }
#branding img {border:none; float:left; margin-bottom:10px;}
#branding p {font-size:8pt; display:none; /* BL debug; check with biz */}

#content { font-size:larger; width:100%; }

#content img  {filter: gray(); } /* IE-only; breaks validation */

#content ul {list-style:circle url(none);margin: .5em 0 0 1em; padding-left:1em;}
#content ol {margin: .5em 0 0 1em; padding-left:1em;} 
#content li ol {margin:  0 .5em ; padding-left:1.5em margin-left:1em; } 
#content li {margin: .5em 0; /* space before <li> in 1st level  */}

#content ul ul {margin:  0 .5em ; padding-left:1.5em margin-left:1em; } /* no top or bottom space on nested lists */
#content li li {margin: 0; } /* no space on sub-bullets, but indent */

#content a {text-decoration:underline;}

#content a[href]:after {
    content: " [link: " attr(href) "]";
   font-size: 90%; font-style:italic; text-decoration:none;}   

#mainContent , #subContent {margin:0; padding:0; width:100%; }

h1 {margin-top:1em; text-align:center;}

#sidebar  {clear:both; border:1px solid gray; padding: 5px; margin: 10px 0 0 0; width:100%; 
border-top:1px solid #ddd;}

.warning {background:url(print/warning-bw.jpg) no-repeat left top; padding-left:50px; min-height:35px;}
* html .warning {height:35px;} /* IE 6 min-height */ 

/* tables */
/*make IE be nice with printing tables http://www.webmasterworld.com/forum83/21.htm */
thead { display: table-header-group; }
tfoot { display: table-footer-group; }

table {
	width: 90%;
	margin: 1em 0 1em 5%;
	border: solid #ddd;
	border-width: 1px 0 0 1px;}

th,  td {text-align:center;
	border: solid 1px #ddd;
	border-width: 0 1px 1px 0;
	padding: 0.2em;}

caption {font-weight:bold; text-decoration:underline;}

/* kill useless stuff */

a#skip, #navigation, #footer, #subContent img, p.topLink {display:none;}