
html
{
   margin: 7%;
}

body {
   background: #fff;
   font-size: 11pt;
   margin: 0;
}


#rightCol,
#footer,
#home .blockContainer,
#nav, .subNav ul, .progress {
	display: none
}

#home #navPath ul,
/* #navPath ul li.print { display: block; font-size: 14px;  } */
/* #navPath ul li { display: none } */
#navPath ul li a { text-decoration: none; font-weight: normal; }
#logo { margin-left: -18px; }

#skeleton, #main, #intro, #content {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: #000;
   background: transparent none;
}
#content {
   padding-top: 1em;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
.quote .txt { width: 400px }
/*.quote.wide .txt { width: 507px }*/

