/* Print Styles */
@media print {

	body {
		background-color: #fff;
		color: #000 !important;
		font-family: "Times New Roman", serif !important;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #000 !important;
	}
	a:link, a:visited, a:hover, a:active {
		color: #000;
		text-decoration: underline !important;
		font-family: "Times New Roman", serif !important;
	}

	#logo2 {
		display: block !important;
		font-size: 30px !important;
		padding-top: 20px;
		text-align: center !important;
	}

	#nav-header {
		display: none;
	}
	
	#sub-nav {
		display: none;
	}

	#content img {
		float: left;
		margin-right: 10px;
	}

	#sub-nav i {
		display: none;
	}

	#footer {
		font-size: 12px !important;
		text-align: center !important;
	}
	#header #sub-nav ul {list-style:disc !important;}
	#header #sub-nav ul li {float:none !important;}

}