/* Print Style Sheet */

body { display: block; }
#header { display: block; width: 100%; float: left; width: 900px;}
#content {  display: block; float: left; width: 60%;}
#content h2 { color: #e31b23;
}
#sidebar {  display: block; float: right; width: 40%; text-align: center;}
#footer {  display: none;}
#notifications { display: none; }

#sidebar h2 {
/*	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em; */
	margin: 30px 0 0;
font-family: Times;
color: #e31b23;
font-weight: normal;
font-size: 2.3em;
	}

#sidebar img {
padding-bottom: 10px;page-break-inside:avoid; 
     page-break-after:avoid;

}

