/* CSS Document */
body, p, td, th, ul, a {
background-color: #fff;
color: #000;
font-family: "Times New Roman", Garamond, serif;
font-size: 12pt;
background: white;
height:auto;
   }
#left {
   display: none;
   }
#container, #main {
   height:auto;
   width: auto;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

p, h1, h2 {
color:#000000;
}   
   
a:link, a:visited {
   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.nibm.com" attr(href) ") ";
   }
  
#footer, #center span, .crumbs, span.left, img, #nav {
display:none;
}

span.right {
float:right;
}

#center, #right {
   height:auto;
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

.top {
display:none;
}
