/* this is the start of the section that controls what is viewed on the printed page */

body {
	margin-left: 			0px;
	margin-top: 			0px;
	font-family:			"Times New Roman", Times, serif
}

.banner {
	visibility:  			hidden;
}
		
.menu {
	visibility: 			hidden;
}	
	
.breadcrumbs {
	visibility:  			hidden;
}	

#sidebar  {
	visibility:  			hidden;
	}
	
#message {
	visibility:  			hidden;
	}

#header {
	visibility:  			hidden;
}	

#content {
	position: absolute;
	left: 20pt;
	top:  100pt;
	width: 450pt;
	font-size:  95%;
	line-height:  1.5em;
	color:  #333;
	}
		
#photo  {
	padding:  5pt;
	}

#cci_photo {
	padding:  0 5pt 0 0;
	}
	
#print_logo {
	position: absolute;
	right:  0pt;
	top:  0pt;
	color:			#2929A5;
	}		

#print_logo h3 {
	font-size:				16pt;
	font-weight:			600;
	padding:    		0 0 0 5pt;
	}

#print_logo p  {
	font-size:  15pt;
	font-style:  italic;
	text-align:  right;
	}

/* this section positions the visible items on the page */	

.pagetitle {
	font-size:				24pt;
	width:					200pt;
	height:					24pt;
	position:  				absolute; top: 20pt; left: 20pt;
	border-bottom:			double;
}

.maintext {
	width:					450pt;
	position:  				absolute;
	top: 40pt;
	left: 20pt;
	
	color: 					#000000;
	overflow: visible;
	margin-bottom: 100px;
}	

/* this is the start of the section that adjust the various styles available to the content manager for print */


.a_Bite {
	font-size:				12pt;
	font-style:				italic;	
}

.a_Snack {
	color: 					#000000;
	font-size:				12pt;	
}

.a_MainHeading {
	color: 					#000000;
	font-size:				18pt;
	text-align:             center;
}

.a_SubHeading {
	color: 					#000000;
	font-size:				14pt;
}

.a_BoldBite {
	color: 					#666666;
	font-size:				12pt;
	font-style:				italic;
	font-weight:			bold;
}

.a_Sub-SubHeading {
	color: 					#000000;
	font-size:				14pt;
	font-style:				bold;
}

.a_PullQuote_left {
	font-size: 100%;
	font-style: italic;
	color: 				#666666;
	padding: 2pt;
	float: left;
	width: 40%;
	margin-right: 5pt;
	border-top: 2pt solid #666666;
	border-bottom: 2pt solid #666666;
	text-align: center;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

.a_PullQuote_right {
	font-size: 100%;
	font-style: italic;
	color: 				#666666;
	padding: 2pt;
	float: right;
	width: 40%;
	margin-right: 5pt;
	border-top: 2pt solid #666666;
	border-bottom: 2pt solid #666666;
	text-align: center;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

/* this section builds the for the structure of the pages that use the rounded edge boxes */

#content_wrap {
	width:  450pt;
	}

