@media print 
{
    
    
body { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }

/* Use this class for anything you want hidden in the printed version */
.noprint { display: none; }

#header { display: none; }

h1 { padding: 0 0 10px 0; font-size: 2.1em; font-weight: normal; }
h2 { font-size: 1.5em; font-weight: normal; color: #000; }
h3 { font-size: 1.3em; font-weight: normal; color: #000; }
h4 { font-size: 1.1em; font-weight: normal; color: #000; }
p { padding: 0 0 20px 0; }
ul { padding: 0 0 20px 28px; }
ol { padding: 0 0 20px 28px; }
a { font-weight: bold; color: #4a4a4a; }
	
#interiorLeft ul { display: none; }

/* Footer */
#footer { margin: 10px 0 0 0; border-top: 1px solid #dcdcdc; padding: 7px 0 14px 0; overflow: hidden; }
	#copyright { width: 30%; font-size: .9em; color: #4d4d4d; float: left; }
		#copyright p { padding: 0 0 6px 0; }
	#sponsors { width: 70%; float: right; text-align: right; }
	
	
}