@charset "utf-8";
/* CSS Document */

body{
	background-image: none;
}

#lists{
	display:none;
}

/********************************************************************
					BEGIN HEADER STYLES
********************************************************************/

#Header{
	display:none;
}

/********************************************************************
					END HEADER STYLES
********************************************************************/

/********************************************************************
					BEGIN NAVIGATION STYLES
********************************************************************/

#Main_Navigation{
	display:none;  
}


.topNav{
	display:none;  
}

/********************************************************************
					END NAVIGATION STYLES
********************************************************************/

/********************************************************************
					BEGIN CONTENT STYLES
********************************************************************/

#Content{
	margin:0;
	min-height:200px;
	display:block;
}

/*****************************************
	Rotating Banner Styles
*****************************************/
#slides{
	display:none;
}

/******************************
	Begin Column Styles
******************************/

#ColumnContainer{
	background:#CCCCCC;
}

#LeftColumn{
    display:none;
}

#ColumnContent{
	margin:0;
}

#Content .twoCol1{
	float:none;
	width:100%;
}

#Content .twoCol2{
	float:none;
	width:100%;
}

/******************************
	End Column Styles
******************************/

/*******************************************
	Begin Alert Notice Styles
*******************************************/

.AlertNotice{
	background:#FFFFFF;
}


/*******************************************
	End Alert Notice Styles
*******************************************/


/********************************************************************
					END CONTENT STYLES
********************************************************************/

/********************************************************************
					BEGIN FOOTER STYLES
********************************************************************/

#Footer{
	display:none;
}

/********************************************************************
					END FOOTER STYLES
********************************************************************/
