/* CSS Document */
body {
   background: white;
   font-size: 12pt;
   }
#top-a {
	display: none;
	}
#top-b {
	display: none;
	}
#top-c {
	display: none;
	}
#horizontalmenu2 {
	display: none;
	}
#left-col {
	display: none;
	}
#main, #main-content, #main-content2, #right-col{
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
#main-content, #main-content2, #right-col{
   margin-left: 10%;
   padding-top: 1em;
   }
#btm-nav{
	display: none;
}
#footer {
	display: none;
	}
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.paradigm-consult.com" attr(href) ") ";
   }