/*
#############################################################################
Filename: print.css
Description: Controls all custom styles and colours for printing pages on Warwick DC website
-
CSS created for Warwick DC by Trinity Expert Systems plc
www.tesl.com
#############################################################################
*/
/*#############################################*/
/* --- START Custom print page styles --- */

@import url("TemplateCSS/htmlelements.css");


.topNavLinks {
	display:none;
}

.leftPane {
	display:none;
}

.footer {
	display:none;
}

html>/**/body div, x:-moz-any-link, x:default {   
	float: none !important; 
	}

div
{

   *float:none !important;
}


div
{
   page-break-before: avoid;
   page-break-inside: avoid;
   page-break-after: avoid;
   overflow: visible !important;
}




.LeftNavigation, .RightCol, .BottomLinksLeft, .BottomLinksRight, .FooterBottom, 
.TopBarRight, .BannerLeft, .MiddleLinksRight, .Breadcrumb, .FooterRight, .levelOneAndTwoOverview,
.associateLogos
{
	display: none;
}

.LeftCol
{
	margin: auto;
	/*width: 533px;*/
}
