/* Print css */

#textshadow {
	display: none;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
	color: #000;
	height: auto;
}

#top {
	display: none;
}

#center{
	height: auto;
}

#centertext{
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: Copperplate Gothic Light;*/
	
	font-size: 48px;
	text-align: left;
	
}
	
#centertext a{
	position: static;
	text-decoration: none;
	color: #000;
}
#centertext a:visited{
	color: #FFF;
}

#dropDownList{
	display: none;
}


#content {
	width: auto;
}
