/*  Print style sheet */

/* template_css/print_t2.css */

div#purple-search-bar,
div#search-box,
div#left_nav,
div#internal-left-column,
div#menu,
div#footer{
display: none;
}

div#content{
width: 97%;
font-size: 1.4em;
}

div#content ul li{
list-style-type: disc;
}


p.print-this-page-wrapper{
display: none;	
}
