/* Volunteers and Invasive Plants: Learning and Lending a Hand: Print Stylesheet*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: white;
}
h1 {
	
}
h2 {
	
}




#returntotop {
	display: none;
}

#wrapper {
	margin-bottom: 0px;
	width: 6.5in;/*was auto*/
	background-image:none;
}
#wrapper_mod {
	width: 6.5in;/*was auto*/
	margin-bottom: 0px;
	background-image:none;
}
#wrapper_res {
	width: 6.5in;/*was auto*/
	margin-bottom: 0px;
	background-image:none;
}

#banner {
	display: none;
}

#banner2 {
	height: 70px;
	margin: 0 0 0 0;
	background-image: url(../images/structure/cipmvol_content.gif);
}
#banner2 h1 {
	/*display: none;*/
	display:block;
	font-size: 16px;
	color:#000000;
	margin:0;
	padding:0;
	width: 6.5in;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#banner2 h2 {/*added this*/
	display:block;
	font-size: 14px;
	font-weight:bold;
	color:#000000;
	margin:0;
	padding:0;
	text-transform: none;
	margin-bottom:12px;
	border:none;
}

#navbackground {
	background-image: none;
	display: none;
}
#navspacer {
	background-image: none;
	display: none;
}
#navmain_mod {
	background-image: none;
}
#navbackground_mod {
	background-image: none;
	display: none;
}
#navspacer_mod {
	background-image: none;
	display: none;
}
#leftcol {
	display: none;
}
.container {
	width: 100%;
	float:none;/*new--MB*/
}
#content {
	margin: 0;
}
#content_main {
	padding-right: 0px;
	padding-left: 0px;
}
#footer {
	display: none;
}
#footer_home {
	display: none;
}
#footer_mod {
	display: none;
}
#footer_res {
	display: none;
}
.redtrianglelink {
	background-image: none;
	padding-left: 0px;
}

/* page break styles (added--EK)*/
h1, h2, h3, h4 {
page-break-after:avoid;
page-break-inside:avoid;
}
img {
page-break-inside:avoid;
page-break-after:avoid;
}
table {
page-break-inside:avoid;
}
ul {
page-break-before:avoid;
}
.break_before {/*new--MB*/
	page-break-before: always;
}
.break_after {/*new--MB*/
	page-break-after: always;
}

