/* CSS Document */
/*------------------------------------styles for the outer container*/
#outer{
	width:600px;
	border:none;
	margin:0;
}

/*------------------------------------------styles for the banner and navigation*/


#nav{
	display:none;
}

#banner img{
	width:600px;
	height:94px;
}

/*----------------------------------------------containers and rounded corners*/
#belowNav{
	background-color:none;
	padding:0;
}

.topLeft {
    display:none;
}

.topRight {
    display:none;
}

.bottomLeft {
    display:none;
}

.bottomRight {
    display:none;
}

#contentArea{
	border:none;
	padding:0;
}


/*-------------------------------------------------------------styles for the left column and boxes*/
#leftCol{
	display:none;
}


/*-----------------------------------the middle column - main text content*/
#middleCol, #middleColLarge{
	float:none;
	width:100%;
}



/*--------------------------------------------------the right column for news etc*/

#rightCol{
	float:none;
}



/*----------------------------------------------------footer menu*/

#footer {
	display:none;
}

#sunsol{
	display:none;
}

#middleColLarge .highlight{
	border:none;
}
