/* CSS Document */

/*  ===================================================  
 	===================================================  
	
	Description: CSS Framework structure style sheet 
	for print
	Author:  
	Release date:	 
	Designer approved: 
	Date approved: 
	Revision History:	Revised By		Revised On:
						kari			11/14/07
						
  	=================================================== 
  	===================================================  */


body, #content, #container {
    width: 100%;
    margin: 0;
    background: #fff url(none);
	}
	
	#content {
		border: none;
		}

#shadowLeft, #shadowRight, #mainPromoContainer, #fastFinder, #header, #column1 {
	display: none;
	}

#footer {
	background: none;
	}

/*----------------------------------------------*/

#primNav, #spotlightNav, #secNav, .subNav, .subNav2 {
	display:none;
	}

/*----------------------------------------------*/	
	
h1, h2, h3, h4, h5, p, ul, ol, table {
	color: #000;
	}
	
a:link, a:visited {
    color: #00c;
    font-weight: bold;
    text-decoration: underline; 
	}

.iboxes {
	display: none;
	}

.imgAlignLeft, .imgAlignRight {
	display: none;
	}
	
.contactTable {
	border: 1px solid #000;
	color: #000;
}	
