/*---- PRINT STYLES ----*/

html, body {
	background: white;
	}

#wrapperMasthead,
#id,
#navMain,
#navSection,
a.pageTop, 
a.pageTop:visited {
	display: none;
	}
	
#wrapperAll,
#wrapperSectionContent,
#contentMain {
	margin: 0 0 0 1em;
	border: 0 none;
	padding: 0 0 0 0;
	background: white;
	color: #000;
	}
	
#wrapperAll {
	margin-top: 60px;
	}	
	
div.print {
	display: block;
	}
	
span.print {
	display: inline;
	}
	
#contentContact {
	clear: both;
	position: relative;
	width: 66%;
	margin-top: 2em;
	border: 1pt solid #62a2a2;
	
	}
	
#contentContact p {
	margin: .4em .6em .6em .6em;
	line-height: 1.2em;
	}
	
#idPrint {
	position: absolute;
	top: 0;
	left: 1cm;
	background: #f3f8f8;
	}	
	
.imgLeft {
	position: relative;
	display: block;
	float: left;
	}	
	
.imgRight {
	position: relative;
	display: block;
	float: right;
	}
	
#navFooter {
	border-bottom: 1px solid #62a2a2;
	padding-left: 0;
	background: white;
	}
	
.colSixty {
	clear: left;
	float: left;
	width: auto;
	padding: 0;
	}	
		
	