/* CSS Document */
/*---------------------------------------------------main layout*/
body{
	background:none;
}

#outer{
	width:600px;
	margin:0;
	background-color:#FFFFFF;
	border:1px solid #000000;
}

/*-------------------------------------------styles for the top banner*/

#topBanner{
	position:relative;
	border-bottom:1px solid #000000;
}


#bannerImage{
	display:none;
}

#nav{
	display:none;
}

#chooseSite{
	display:none;
}

#search{
	display:none;
}

/*--------------------------------------------------------column layout*/

#columnContainer{
	margin-top:5px;
}

#leftCol, #breadcrumb{
	display:none;
}

#middleCol{
	width:550px;
	float:none;
	font-size:1em;
}

#middleCol.large{
	width:550px;
}

#rightCol{
	width:550px;
	float:none;
	clear:both;
	font-size:1em;
}

.sector{
	float:none;
	width:500px;
}

/*--------------------------------------------------------------sectors*/

#topContent{
	width:550px;
	text-align:justify;
}

/*----------------------------------------------------------------styles for the news column*/

#newsTop{
	display:none;
}

#newsContent{
	border:none;
}

#newsBottom{
	display:none;
}

/*-------------------------------------------------------------text styles*/


/*-------------------------------------------------the footer*/

#footer{
	display:none;
}



