@charset "UTF-8";
/* CSS Document */

/* From A List Apart */

body {
   background: white;
   font-size: 12pt;
   }
#mainContent {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }    
.contentLeft, .contentLeft-2, .contentLeft-3, .sidebar, #footer {
	float: none !important;
	width: 100%;
	}
div#content {
   margin-left: 5%;
   padding-top: 1em;
   border-top: 1px solid black;
   float: none !important;
   }
a:link, a:visited {
   color: black;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

/* From A List Apart */

#header, #navbar {
  display: none !important;
  float: none !important;
}


