﻿
@media print {	
	body 
	{
	    width:90%;
		color: #000000 !important;
		border-bottom: 1px solid #000;
		background:#FFFFFF !important;
		font-size:10pt;

        overflow:visible;
        overflow-y : visible;
        overflow-x : visible;
	}	
	h1, h2, h3, h4, h5, h6 {
		font-weight: bold;
		color: #333333;
	}

	#mainwrapper,#topShadow,#bottomShadow {background:none;}

	#headerImage 
	{
	    display:none;
	    width:0px;
	}	
	
	#printLogo
    {
        display:block;
    }
    
    #printLogoImg
    {
        display:block;
    }

	#menu, #mastheadImage {display:none;}

	#branding {
		position: static;		
		text-align:left;
		margin: 0;
		padding: 0;
	}
	
	#frontPageLinks
	{
	    display:none;
	}
	
	#breadcrumbs {
        display:none;		
	}

	#breadcrumbs a {}

	#copy 
	{
	    line-height:20px;
	    position: relative;
		 width:80%;
		margin-left:0;
		padding: 0 0;
		overflow:visible;
		overflow-y : visible;
		overflow-x : visible;

	}

	#copy a {color: #333333;}

	#copy li {
		list-style-image: none;
		list-style-type: disc;
	}

	#copy .pullQuote {display: none;}

	#copy .textBox {
		border: 1px solid #333333;
		background:none;
	}
	
	.backgroundTextContentMaster
	{
	    display:none;
	}

	#copy .textBox:focus {background:none;}

	#copy fieldset {border:1px solid #333333;}

	#copy legend {padding-bottom:1em;}

	#copy .dropDownlist {background:none;}
	
	.mglFooter
	{
	    display:none;
	}
}