/* CSS Document */
body {
	left: 0;
   background: white;
   font-size: 12pt;
   color: black;
   height: 100%;
   width: auto;
   margin: 10%;
   padding: 10px;
   border: 0;
   float: none !important;
   }
#menu, #content_top, #left_bottom, #bottom {
	display: none;
	}
@page {
	margin: 2cm 1.5cm;
	}
#content, #container {
	left: 0;
	width: auto;
   margin-left: 0;
   margin-right: 10%;
	padding-top: 1em;
   border: 0;
   float: none !important;
   color: black;
   background: white;
   height: 100%;
   }
#content_middle{
	left: 0;
	width: auto;
   margin: 0 5%;
   padding: 50px 0px 0px 0px;
   border: 0;
   color: black;
   background: white;
   height: 100%;
	}
#scroll_area {
	left: 0;
	width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   color: black;
   background: white;
   height: 100%;
	}
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.palantirsolutions.com" attr(href) ") ";
   }

