/* print CSS Document */


/************************/
/*  Main Body Styles    */
/************************/

* { background: none; }

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif; 								
	color: #000;
	text-align: left;
	font-size: 9pt;
}

p { }

a:link, a:visited {
	color: blue;
	text-decoration: none;
}

	#footer a:link:after, #footer a:visited:after, #content a:link:after, #content a:visited:after {
		content: " (" attr(href) ") ";
	}
	
	acronym:after {
		content: " (" attr(title) ")";
	}
	
hr { margin-top: 20px; }


/************************/
/* Main Layout Elements */
/************************/

#header, #main-area, #footer {
	clear: both;
	width: 100%;
}
	
	#menu, #search, #skip-link, #sub-nav, #member-nav, #inside-napaa-nav, #side-content hr { display: none; }
	
#president-message h3 span { display: block; font-size: 85%; }

	
/************************/
/* Page Layout Elements */
/************************/





/************************/
/*     Text Styles      */
/************************/

h1, h2, h3 { clear: both; }

blockquote, blockquote p { float: left; clear: both; }
blockquote p:first-child, blockquote p:last-child { float: left; }
blockquote p:first-child:before { content: "\""; }
blockquote p:last-child:after { content: "\""; }
blockquote + * { clear: both; }

* html blockquote, * html blockquote p { float: none; }

.top-link { display: none; }


/************************/
/*  Navigation Styles   */
/************************/




/************************/
/* Other Markup Styles  */
/************************/

img { border: 0 }