﻿

/* hide the main hav */
#mainNav {
	display: none;
}
/* hide the sub nav */
#subNav {
	display: none;
}
/* hide the login controls */
#login {
	display: none;
}
/* hide the breadcrumb */
#breadCrumb {
	display: none;
}
#footer {
	display: none;
}

/* The following are posible options */

/* hide images in the right content
#rightContent img {
	display: none;
}
*/

/* hide features in the right content
#rightContent .feature {
	display: none;
}
*/

/* expand the left content to full width
#leftContent {
	width: 100% !important;
}
#innerLeftContent {
	width: 100% !important;
}
*/
