/*******************************************************************************************************
* National Paralegal College
* Developed by I-ology
* http://www.i-ology.com
*
* Created 06/27/12 - AC
*
* Print Style Definitions
*******************************************************************************************************/

body {
    color: #333333; 
	font-size: 16px;
	line-height: 22px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 30px;
}

/* Text Elements
-----------------------------*/

h1,h2,h3,h4,h5,h6 { 
  color: #1c3f95;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 22px; line-height: 24px; margin-bottom: .5em; }
h2 { font-size: 16px; line-height: 22px; margin-bottom: .5em; font-weight: bold; }
h3 { font-size: 16px; line-height: 19px; margin: 0 0 .5em 0; padding-top: .3em; }
h4 { font-size: 14px; line-height: 16px; margin: 0 0 .5em 0; }
h5, h6 { font-size: 1em; line-height: 1; margin-bottom: .5em; }

.copyright,
.divider {
	border-top: 1px solid #999;
	margin-top: 30px;
	padding-top: 30px;
}

.staff-photo {
	float: left;
	border: 1px solid #d2d2d2;
	padding: 1px;
	margin: 5px 15px 10px 0;
	line-height: 0;
}

/*******************************************************************************************************
* Hidden Elements
*******************************************************************************************************/

.hideOnPrint,
.logo a,
.tagline,
.date-time,
.promo-apply-now,
.sidebar,
.latest-news,
.student-login,
.admissions-info,
.norton,
.seal-of-az,
.fafsa,
.dantes,
.btn-choose-staff,
.btn-choose-category,
.btn-back,
.primary,
.global-header-nav,
.connect-with-us,
.legal-analysis,
.footer-logos,
.global-nav {
	display: none;
}