/* printer friendly style sheet */

body { 
	/* customize for AIfIA-Japan */
	font-size: 0.8em;
 	background: #ffffff; 
}


#Header{ 
	margin: 0; 
	padding: 0; 
	height: 50; 
} 

#Logo{ 
	margin: 0; 
	padding: 0; 
} 

#GlobalNav{ visibility: hidden; }

#Search{ visibility: hidden; }

#Title {
        /* top: px from last rel pos, #Header */
        /* right: px from last rel pos -- #Header */
        /* bottom: inherits h1 */
        /* left: px from #NavSidebar */
        margin: 0 27% 0 0
        z-index: 1;
}

#Content {
	/* customize for AIfIA-Japan */
        margin: 0 10px 0 10px;
        z-index: 1;
	font-size: 1em;
	line-height: 140%;
}

#ContentFull {
	/* customize for AIfIA-Japan */
        margin: 0 10px 0 10px;
        z-index: 1;
	font-size: 1em;
	line-height: 140%;
}

#NavSidebar{ visibility: hidden; }

#QuoteSidebar{ visibility: hidden; }
	/* customize for AIfIA-Japan */

#TableOfContent{ visibility: hidden; }
	/* customize for AIfIA-Japan */

#VolunteerJ{ visibility: hidden; }
	/* customize for AIfIA-Japan */

#Footer{ visibility: hidden; }