/* Print Style Sheet */

#menu, #links1 {display: none;}
body {background-color: white;}
#promo1 {font-size: 12px; padding: 10px; background-color: #dddddd; border-top: 2px solid black;}


#footer {
	background: white;
	color: black;
	border-top: solid 3px #028fe1;
	font-size: 80%;
	line-height: 100%;
	padding: 20px 40px 35px 0;
	margin-top: 25px;
}
	#footer a:link, #footer a:visited {
		color: black;
	}
	#footer .intro {
		font-weight: bold;
		font-size: 123%;
		color: #03a9f5;
		margin: 0 0 1em;
	}
	#footer .cols {
		width: 100%;
		overflow: hidden;
	}
		#footer .col {
			float: left;
			margin: 0 25px 0 0;
			line-height: 1.5;
		}
			#footer p.contact {
				font-weight: bold;
				margin: 0 0 1.5em;
			}
			#footer p.copyright {
				color: #969696;
				font-size: 92%;
				font-style: italic;
			}

