/* _______________________________	*/
/*			STYLES FOR PRINTING		*/


* {color: black !important; background: white !important;}

body {font: 12pt "Times New Roman", "TimesNR", Times, serif;}

#window {
	text-align:left;
} 


#page{
width: auto; 
        margin: 0 5%;
}

#header {
display: none;
}

#banner { 
display: none;
}

#footer {      
width: auto; 
        margin: 0 5%;
} 



/* _______________________________	*/
/*          3. COLUMNS              */


#maincontentFull {
width: auto; 
        margin: 0 5%;
}

#maincontent3col {
width: auto; 
        margin: 0 5%;

}


#maincontent2col {
width: auto; 
        margin: 0 5%;
	float: none;
}

#maincontent2colhome {
	float: none;
	width: auto; 
        margin: 0 5%;
		display: block;
}

#maincontent2colhome table {
		display: block !important;
}

#sidebar1 {
	display: none;
}

#sidebar1home {
	float: none;
}

#sidebar1home img {display: block;}

#sidebar2 {
	float: none;
}

/* specific to each project nav */
#nav {
display: none !important;
}


h1.maintitle {
display:block !important;
}

/* specific to each project subnav */

.supportitembg {
display: block;
	}
	
	.supportitembgbottom {
display: block !important;
	}