* {
	background: none ! important;
	color: #000 ! important;
}

body {
  font-family : "Times New Roman", Times, serif;
   font-size: 12pt;
	color: #000;
   }
p, ul, ol {
	font-size: 11pt;
	color:#000;
	line-height: normal;
}
#header {
	background: transparent none;
}
#header h1 {
	font-family: Times, "Times New Roman", serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	text-indent: 0;
	width: 100%;
}
#navigation {
	display:none;
}


/* Ensure the content spans the full width */
#container, #mainbody 
{
width: 100%; margin: 0; float: none;
}
#maincontent {
	width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
a:link, a:visited {
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
	color : #0000ff; 
   }
#sidecontent {
	width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}


