/* National American Indian, Alaskan and Hawaiian Educational Development Center
    Style sheet for pint media
*/

body {
   background: white;
   font-size: 11pt;
   }
   
 /* Hide the main menu */
.leftcontent {
   display: none;
   }
   
.subheadcontent {
	color: #000;
	background: transparent none;
	border-top: 3px solid #b31a12;
}

/* change yellow to red */
.yellow {
	color: #b31a12;
}

.middlecontent {
	width: auto;
	margin: 0 5% 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: #000;
	background: transparent none;
}

.middlecontent P,TABLE,TD {
	font-size: 10pt;
}

#contactinfo, #contactinfo a:link, #contactinfo a:visited, #contactinfo a:hover, #contactinfo a:active {
	color: #000;
	font-size: 9pt;
	background: transparent none;
}
   
H1 {
	font-size: 14pt;
}

H2 {
	font-size: 12pt;
}

/* Footer */
.footer {
   color: #000;
	font-size: 9pt;
	background: transparent none;
	
}