@charset "utf-8";
/* CSS Document */
body {
  color : #000000;
  background : #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size : 12pt;
}
a {
  text-decoration : underline;
  color : #0000ff;
}

#feature{
  display : none;

} 
#outerWrapper #subcontentWrapper #rightColumn {
	background-color:#ffffff;
	color: #000;
}

.sidebardk {
	display: block;
	background-color: #FFF;
	color: #000;
}

.featureboxes2 {
	background-color: #ffffff;
	color: #000;
}
.featuretitle2 {
	color: #000;
}
#outerWrapper #footer{
	background-color: white;
	color: black;
}



