﻿/*
This is the print style sheet.
*/


/* Turn off all the thing we dont want to print */
#header, .printable, #bodyrights , #footer{
	display:none;
}

#bodycontentinside{
	width:95%;
}
.bodysectiontitleright{	
	width:200px;
	
}
