/* CSS Document */

/* print styles */
body {
	color: black;
	background: white;
}
a {
	background: white;
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
h1, h2, h3 {
	background: white;
	color: black;
	padding-bottom: 1px;
	border-bottom: 1px solid gray;
}
#main_logo, #circles, #menu li, #submenu li {display: none;}
#main_section, #right_section, #page {
	width: 100%;
}
#right_section {
	width: 100%;
	text-align: center;
}


#about #n-about, #get_involved #n-get_involved, #program #n-program {
	display: inline;
	background: #D3EEf3;
	color: #000;
}
.index #n-index, .about-bioneers #n-about-bioneers, .about-seattle #n-about-seattle, .about-nweec #n-about-nweec, .get_involved-attend #n-get_involved-attend, .get_involved-sponsor #n-get_involved-sponsor, .get_involved-volunteer #n-get_involved-volunteer, .get_involved-table #n-get_involved-table, .get_involved-speakers #n-get_involved-speakers, .get_involved-events #n-get_involved-events, .program-plenary #n-program-plenary, .program-local #n-program-local {
	display: inline;
	border-bottom: 1px dotted #000;
}

#page {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #000;
	min-height: 0px;
}