/* global */
@media print
{
	body {background-color: white;color: black;}
	
	}

@media print, screen
{
	body
	{
		background-color: white;
		font: normal 12pt Arial, Helvetica, Sans-Serif;
		margin: 2em;
		color: black;
	}
.row {width: auto;}
.auto {overflow: hidden;}
.inline-block {display: block;}
.group-detail {width: 100%;}
.header {border-bottom: 1px solid black; margin-bottom: 1em; padding-bottom: .5em;}
	.header a {border: none;}
	.header a img {border: none;}
	.header img {width: 80%; height: 80%;}
.eightcol {width: 100%;}
.quickLinks {/*background-color: white;*/display: none;}

.row {margin: 0 0 0 2em;}

a, .content a, .content .dates a, h2 + a.arrowlink, .content h2 + a.arrowlink {text-decoration: underline; color: #333;}
	.content h2 + a.arrowlink {float: none; padding-left: 10px;}


.nav, .insideNav, .functional, .search, .pageTools, #scrollbar1 .scrollbar {display: none !important;}

div[class*="head"], h2[class*="head"], div[class*="head"] h2 {color: black;padding: 0;background-color: white; background-image: none;}
	h1, h2, h2.inline
	{
		font-weight: bold;
		color: black;
		margin: 0;
		padding: 0;
		background-color: white;
	}

h1 {font-size: 20pt;}
h2 {font-size: 16pt;}
h3 {font-size: 14pt; }
	.breadcrumbs
	{
		font-weight: bold;
	}
	.breadcrumbs a
	{
		text-decoration: none;
		color: #000;
	}

/*BOXES*/
.box {border: none; margin-top:0; padding: 0;}
.connected, .sponsors, .convention-newsletter {display: none;}
.ninecol {width: 100%;}
.footer {background-color: white;overflow: hidden; margin-left: 20px;}
.highlight {border: 1px solid #ccc; background-color: white;}
.submission-box img {display: none;}
.submission-box {float: none;}
}