/* Print Media Type */

/* main sections to NOT display */

@page {
	margin-top: 1in;
}

#mainNav, #sideCol, form, #logo h1, div.editLink, div img#printIcon, h2.theResistance, h2.myResolutionsHide {
  display: none !important;
}

/* reset float, widths, margins, & paddings of main sections */

body, #mainNav, #content, #sideCol, #mainCol, p.myresolution, #footer {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: Verdana, sans-serif;
}


img#printLogo {
	margin-bottom: 0.35in;
	width: 3in;
}

h2 {
	font-size: 12pt;
	color: rgb(132,88,134);
}

h2.ifThen {
	margin-top: 2pt;
}

h3 {
	font-size: 11pt;
	color: rgb(62,121,152);
}

p {
	font-size: 10pt;
	line-height: 1.5;
	color: rgb(62,121,152);
}

p.resolution,  p.myresolution {
	color: rgb(0,0,0);
}


.hr {
	border-bottom: 1pt solid rgb(185,189,155);
	margin-bottom: 0.75in;
	/* page-break-after: always; */
}

#footer p {
	font-size: 8pt;
	color: rgb(185,189,155);
}

