#outside, #banner, #nav, #footer {
	display: none; 
	}

#container {
	border: none; 
}
	
#leftside {
	position: static; 
}

#leftside h3, #rightside h3 {
	color: #000;
}

#leftside p {
	display: none;
}

#rightside {
	position: static;
}
#rightside p {
	font-size: 9pt;
}

#content h1, #content h2 {
	color:#000;
}
#content p {
	font-size: 11pt;
}
#innercontainer {
	background: none; 
}
body {
	background: #FFF;
}
#expander {
	background: #FFF;
}
