/* styles for printing */

.forprint {
	/*
	display: none;
	*/
}

h1 {
	padding-bottom: 20px;
}

#mainTable {
	width: 100%;
}

#logoTD {
}
#logoTD img {
	display: none;
}

#headerTD {
	width: 100%; 
	text-align: left; 
	vertical-align: top; 
	background-color: #fff;
}

#headertitleTD {
}
#headertitleTD img {
	display: none;
}

#audienceTD {
	text-align: left; 
	vertical-align: top;
}
#audienceTD table {
	display: none;
}

#sidebarTD {
	width: 100%; 
	text-align: left; 
	vertical-align: top; 
	background-color: #fff;
}
#sidebarArea {
	width: 90%; 
	margin: 3%;
}

#banner {
	display: none;
}

#contentTD {
	width: 100%;
	text-align: left; 
	vertical-align: top; 
	background-color: #fff;
}
#contentArea {
	width: 100%; 
	background-color:#ffffff; 
}

#footer {
	width: 100%;
	text-align: center;
}
#footer p {
	color: #000;
}