@charset "iso-8859-1";

body
{
	background-color: #fff;
	color: #fff;
}

#home_content_container
{
	border-left-color: #fff;	/* left hand column background color */
	border-right-color: #fff;	/* right hand column background color */
}

#home_header_area
{
	/* background-color: #ececec; */
  background-image: url(/images/headerbackground.png);
  background-repeat: repeat-x;	
	color: #000;
}

#home_footer_area
{
	background-color: #fff;
	color: #000;
}

/* selector case hack to reset version 4 stylesheet setting */
#home_content_container, #home_content_center_area	
{
	//background-color: #fbfbfb;		/* this sets the background color on the center column */
  background-color: #fff;    /* this sets the background color on the center column */
	color: #000;
}

#home_content_left_area, #home_content_right_area, #home_content_center_area
{
	color: #000;
}

#page_container, #home_content_area, #home_header_area, #home_footer_area, .hnav
{
	border-color: #fff;
}
