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

#divNav, #footer {
  display: none !important;
}

body, #superwrapper, #contentwrapper, #header, #contentColumn, #sideBar  {
  position: static;
  color: #000000;
  float: none !important;
  width: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html body #contentColumn, #contentwrapper, #superwrapper, #header, #sideBar { width: auto; margin: auto; height: auto; }

#sideBar h2 { text-align: left; padding-left: 15px; color: #000000; }

#sideBar  p, #sideBar ul, #sideBar li, #sideBar a { color: #000000; }

#contentwrapper { display: block; position: absolute; top: 100px; }


