/* =====================================================
   HELPERS
======================================================== */

/* Visibility
-------------------------------------------------------- */

.hidden 
{
	display: block;
}


/* =====================================================
   PAGE ELEMENTS
======================================================== */

/* Sub Nav
-------------------------------------------------------- */

#nav2ContentMiddle, .topNav, .rightCol, .divFooter, .PrintPage, .CrumbTrail, #nav2 * 
{
	display: none;
}

/* Left Column
-------------------------------------------------------- */

.leftCol, .divSearch 
{
	display: none !important;
}

/* Content
-------------------------------------------------------- */

.content, contentWide, .content554, .content410 .content749 
{
	width: 95%;
}


/* =====================================================
   OTHER ELEMENTS
======================================================== */

/* Polls/Surveys
-------------------------------------------------------- */

.pollContainer 
{
	display: none;
	visibility: hidden;
}