#nav, #leftCol, #rtCol {
	display: none;
	}

body	{
	background-color:#FFFFFF;
	font-size:11pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
.text, #printBanner {
	width: auto;
	color:#000000;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	text-align:left;
	}
	
.text	{
}	

.text h1	{
	font-size: 12px;
}	

#footer {
	width: auto;
	color:#336699;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}

a:link, a:visited {
	color: #036;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

.grantName {
	font-size: 1.1em;
	}

.highlightBoxHide { display: none; }

.text a:link:after, .text a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }