/* Show general content required for printing */
.print_content
{
	display: inline;
}


/* Hide general content not required for printing */
.non_print_content
{
	display: none;
}


/* Hide specific content not required for printing */
div#nav_text_resizer, div#nav_region_select
{
	display: none;
}


/* Reformat NAV */
div#nav_icons ul li
{
	text-align: center;
}

div#nav_icons ul li a
{
	background: none;
	color: #333333;
	text-decoration: none;
}

div#nav_icons ul li a span
{
	display: inline;
}