﻿/*used to hide the menu bar on print outs and any element with the display_none class*/
.display_none, .hide_on_print
{
	display: none;
}

.banner, #menu-wrapper, .search_menu {
    display:none !important;
}