/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 




#wholeBody {
	margin-top: 0px;
	margin-left: 0px;
	width: 450px;
    border: none;
}

#mainbody {
	
	margin-left: 0px;
	width: 600px;

}


#navBar {
	display: none;
	}

#globalNav {
	display: none;
	}
	
#mmlc_map {
	display: none;
	}

#breadCrumb {
	display: none;
	}



