/* CSS Document */

/*------------------------------content styles for channel home pages */
#leftCol{
	display:none;
}

#middleCol{
	width:600px;
	float:none;
}

#rightCol{
	width:600px;
	float:none;
}

.boxHeader, .boxContent, #extraContentLeft, #extraContentRight{
	color:#000000;
	border:none;
	width:600px;
}

.corner{
	display:none;
}

#middleCol .boxHeader p, #middleCol .boxHeader h1, #middleCol .boxHeader h2, #middleCol .boxHeader h3, #middleCol .boxHeader h4, #middleCol .boxHeader h5, #middleCol .boxHeader h6, #rightCol .boxHeader p, #rightCol .boxHeader h1, #rightCol .boxHeader h2, #rightCol .boxHeader h3, #rightCol .boxHeader h4, #rightCol .boxHeader h5, #rightCol .boxHeader h6{
	text-align:left;
	border:none;
}
