@charset "UTF-8";
/* CSS Document */




/* PRINT CSS */
  @media print {
  
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	float:none;
	color: #333;

	}
	
	body{
	width: 180mm;
	border: 1px solid pink;
	}
  
    BODY, p, li, #footerTextLeft { 
	
	font-size:0px;
	font-family:Georgia, serif;
	font-size: 11pt;
	color: #333;
	background: none;	  
 padding: 0;


	}
 


 .headerGreenTop, #headerPic, #loginContainer, .headerGreenBottom, #layoutCssMenu, #homePagePromo, .lightBrownContainer, .rightColumn, #headerPanels, #footerTextRight, #designedBy{
display:none;


}

#boxShadowContainer, #mainContainer, .mainColumnWrapper, #layoutFooter, #contentAreas1Column, #layout_2Column{
background:none;
border: none;
}

#logoPrint{
display:inline;
padding-top:10px;
}

 #contentAreas1Column, #layout_2Column, #layout_2Column2{
width: 80%;
}


a img{ border:none;}
a {text-decoration:none;
	color: #333;
	
}
#homePageText a:after {
content: " [" attr(href) "] ";
text-decoration:none;
color: #333;
}

}