/* Print CSS Document
 * Client: Client Name (Project Number)
 * Author: Author Name, Optiem LLC
 */
	
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size: 62.5%;
	color: #717074;
	} 
	
	
 #access-links {
	position:absolute; 
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	}

#navPrimary,
#navSecondary,
div.highlightSocial,
ul.breadCrumbs,
h2#kauffmanLogo{
	display: none;
}	
		
	h1 {
		font-size: 2em;
		color: #1E4E9F;
	}
		
	h2 {
		font-size: 1.8em;
		color: #95a9cc;
	}
		
	h3 {
		font-size: 1.6em;
		color: #95a9cc;
	}
		
	h4 {
		font-size: 1.6em;
		color: #95a9cc;
	}
	
	p {
		font-size: 1.2em;
		line-height: 1.6em;
	}
	
	ul, ol, dl {
		font-size: 1.2em;
		line-height: 1.6em;
	}
	
	a:link,
	a:visited {
		color: #95a9cc;
		text-decoration: none;
		
	}
	
	img {
		display: block;
		clear: both;
		padding: 10px;
	}
	
	#footer ul {
		list-style: none;
	}
	
		#footer ul li {
			float: left;
			padding: 0 10px;
		}	