/*****************************************/
/*   PRINT STYLE SHEET FOR PUENTE SITE   */
/*****************************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
}

/* banner printing instructions */

#banner {
	display: none;
}

/* do not print top navbar */

#globalNav, #globalNavLeft, #globalNavRight {
	display: none;
}

#headerList {
	display: none;
}

/* do not print breadcrumb */

#breadcrumb {
	display: none;
}

/* do not print left navbar */

#leftNav {
	display: none;
}


#midCol, #subPageMidCol {
	margin-left: 0;
	padding-left: 0;
}

/* do not print footer */
#footer {
	display: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}

#rightCol {
	display: none;
}

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

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

#dates {
	float: left;
}

#event {
	float: left;
}

#toMainContent {
	display: none;
}