/* Global */
body {
   background: white;
   font-size: 12pt;
   }
div 
	{ float: none; } 

/* Global Links */
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%;
   }
#content a[href^="/"]:after {
   content: " (http://www.healthed.org/" attr(href) ") ";
   }
   
/* Layout */
ul#TopMenu, .divNavigation, .divFooter, div.divSidebar, div.LeftPic {
   display: none;
   }
.divContent, .divBanner, .divMainBody, .divText {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none;
   clear: both;
   color: black;
   background: transparent none;
   }

/* Specific Banner */
div.divBanner img { float: left; } 
div.divBanner h1 a, div.divBanner h1 a:visited, div.divBanner h2 a, div.divBanner h2 a:visited
{ font-size: 14pt;  }
div.divBanner h1 a { padding-top: 10px; } 


