  
/* stucture */
#header { display: none; }
#printheader { position: absolute; top:0; left: 0; width: 100%; border-bottom: 1.3px solid silver; }
body { padding: 130px 254px 0 0; }
#sidebar { position: absolute; top: 1.4in; right: 0; width: 240px; }
#navbar { display: none; }
#footer { font-size: xx-small; text-align: center; margin: 4em 2% 0; padding-top: 1em; border-top: 1px solid silver; }

/* header */
#headbanner { position: relative; top: 12px; width: 468px; }
#headicons,#headicontip { display: none; }

/* box */
div.boxT { margin: 0 1ex 1ex; }
div.box { height: 100%; padding: 1ex; border: thin solid silver; }

/* content blocks */
ul { list-style-type: square; }
ul,ol { margin: 0 0 0 1.4em; padding: 0; list-style-type: square; }
#sidebar ul { margin: 0; list-style-type: none; }
#sidebar ul { margin: 0 0 0 1.4em; list-style-type: square; }
#footer img { margin: 0 1em; }
div.banner { margin-bottom: 1ex; }
h1,h2,h3,h4,h5,h6 { margin: 0; }
img { border: none; }

/* fonts & colors */
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
h1 { font-size: 14pt; color: #666; }
h2,.news-head { font-size: 12pt; color: #CCC; }
#body,h3 { font-size: 10pt !important; }
#sidebar { font-size: 9pt; }
#footer,small { font-size: 7pt; }
sup,sub { font-size: 80%; }
#sidebar h2 { border-bottom: thin dotted silver; }
div.error { border: medium double gray; padding: 1ex; text-align: center; }

.noprint { display: none; }
<!-- ([B]) -->
