/* Print CSS Document for NCDOC */
/* This style sheet is used to control the formatting when the page is being printed.
   Any ids or classes with "display: none" will NOT be shown on the printout.           */
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt; 
	line-height: 120%; 
	background: white;
	}

#pageContent {
	display: block;
	width: 620px;
}
#leftCol {
	display: none;
}
#rightCol {
	display: none;
}
#breadcrumb {
	display: none;
}
.printerFriendly {
	display: none;
}

spacerRow {
	display: none;
}
h1, .templateheaderh1 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman,", serif;
	color:#447d9c;
	background-color:#ffffff;
	font-size:180%;
	font-weight:normal;
}
h2 {
	margin: 0;
	padding: 0;
	color:#d08b2a;
	background-color:#ffffff;
	font-size:100%;
	font-style:italic;
	font-weight:bold;
}
h3, .eventitemh3, .jumplinklisth3{
	margin: 0;
	padding: 0;
	color:#d08b2a;
	background-color:#ffffff;
	font-size:100%;
	font-style:normal;
	font-weight:bold;
}
h4 {
	margin: 0;
	padding: 0;
	color:#d08b2a;
	background-color:#ffffff;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

h5 {
	margin: 0;
	padding: 0 0 0 55px;
	color:#3a6880;
	background-color:#ffffff;
	font-size:100%;
	font-style:normal;
	font-weight:bolder;
	}
	


p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: #666666;
	background-color:#ffffff;
	}
	
.placeholderP {
	margin: 0;
	padding: 0.75em 0 0.75em 0;
	line-height: 1.5em;
	color: #666666;
	background-color:#ffffff;
	}

.eventplaceholderP {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: #666666;
	background-color:#ffffff;
	text-align:left;
	width:400px;
	}
	
/* Bottom footer background */
#footer {
	padding-top: 10px;
}
#footerLeft {
	float: left;
	text-align: center;
}
#footerCenter {
	float: left;
	text-align: left;
	padding-left: 45px;
	padding-right: 20px;
}
.footerRightCol1 {
	clear:left;
	float: left;
}
.footerRightCol2 {
	clear:both;
	float: left;
	text-align: left;
}
#footerAddress {
	clear: both;
	}
#buildingLocation {
	clear: left;
	float: left;
	}
#mailingAddress {
	float: left;
	padding-left: 100px;
	}
	
/* NCDOC Logo - upper left corner */
.btnLogo
{
	display: block;
}

/* End NCDOC Logo - upper left corner */