/* ---------------------
		SHOW HIDDEN CONTENT
-------------------------*/
#headerPrint{
	display: block;}

DIV.page-break
{
	display: block;
	page-break-before: always;
	height: 1px;
} 

/* ---- print header styles---- */

#headerPrint IMG{
	float: left;
	margin-right: 20px;}

#headerPrint P{
	float: left;
	margin-top: 30px;}

/* ---------------------
		HIDDEN CONTENT
-------------------------*/
#header, #leftCol, #footerRight{
 	display: none;}

/* ---------------------
		MODIFIED ELEMENTS
-------------------------*/
BODY{
	border-top: none;}

H5{	
	clear: both;
	font-size: 80%;
	font-weight: bold;
	color: #003871;
	padding: 5px 0 0 6px;
	margin: 0 0 5px 0 ;
}

#pageCont, #mainCol, #footerCont{
	clear: both;
	width: 640px;}

#mainCol{
	margin: 10px 0 0px 0;}

SPAN.printTitle{
	color: #003871;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 4px}

SPAN.printContact{
	color: #999999;}
	
.regionHeader{
	border-top: 1px solid #fff;}

.print-break{
	display: block;
	page-break-after: auto;
	page-break-before: auto;
	page-break-inside: avoid;
	orphans: 0;
	widows: 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 6px;}
	
#footer{
	border-top:1px solid #fff;}