/* 
	FILE: print.css
	DATE: 2006.05.15.dave
	DESC: STYLES FOR PRINT DISPLAY

	F50000 : Red
	8E9295 : Solid Grey
	857C73 : Squiggles
	C0BAAE : Bottom Square Color
	DFDBD4 : Top Block
*/

body
{
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	word-spacing: normal;
}

/* DIV DEFINITIONS ==================================================== */

#container {}

	#header { display:none; }
			
	#center {}
		#upArrow { display:none; }
		#downArrow { display:none; }
			
		#leftCenter { display:none; }

		#rightCenter {}		
			#content {}
				#content h1 { font-size:large; font-weight:bold; border:1px solid #000000; border-width:0px 0px 2px 0px; }
				
				#contact { display:none; }
				#directory {}
					#directory h2 { font-size:large; font-weight:bold; border:1px solid #000000; border-width:0px 0px 1px 0px; }
					#directory td {}
					
				#search {}
					#search td {}
		
	#footer { display:none; }
	#subFooter { display:none; }

/* CLASS DEFINITIONS ================================================== */
	
.error { display:none; }
.success { display:none; }

