/* 

--PRINT STYLESHEET--

<style><!-- for syntax highlighting in text editor -->
*/

body {
	background-color: #FFF;
	font: 14px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #000;
}

	body, #page {
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	#page a[href]:after {
		content: " [" attr(href) "]";
		font-size: 90%;
	}
	
#nav, #help, #footer div.partners, #footer div.organizations, #footer h3  {display: none;}

#header {
	text-align: center;
	padding: 1em 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
	
	#header a {
		color: #666;
		text-decoration: none;
	}
	
	#header p {
		font-family: Gill Sans, Verdana, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}

div#footer {
	text-align: center;
	color: #999;
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid #CCC;
	text-transform: uppercase;
	font-size: 0.9em;
}
	
	div#footer abbr {
		text-decoration: none;
		border: none;
	}
	
		#footer .vcard {
			font-family: Gill Sans, Verdana, Arial, Helvetica, sans-serif;
		}
			#footer .vcard a {
				text-decoration: none;
				color: #999;
			}
		
			#footer .vcard small.type {
				display: none;
			}
			
			#footer .vcard .org {
				text-transform: none;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 1.4em;
			}
			
			#footer .vcard .street-address,
			#footer .vcard .tel,
			#footer .vcard .email {
				padding-right: 0.5em;
				border-right: 1px solid #CCC;
			}
			
			#footer .vcard span.adr {
				display: block;
			}
			
			#footer .vcard .email,
			#footer .vcard .url {
				text-transform: none;
			}