/* CSS Document */
/* PICANet_Print.css */

	/* Fonts and Font-sizes */
		p, li, h1, h2, h3, h4, h5, h6 {font-family:Arial, Helvetica, sans-serif;
										color:#000000;} /* Black Arial */
		
		h1 {font-size: 1.4em;}
		h2 {font-size: 1.3em;}
		h3 {font-size: 1.2em;}
		h4 {font-size: 1.1em;}
		h5 {font-size: 1.0em;}
		h6 {font-size: 0.9em;}
		h7 {font-size: 0.8em;}
		p, li {font-size: 0.8em;}
	
	
	/* Body Properties */
		body {width: inherit;
				height: 100%;
				margin-top:0px;
				margin-bottom:0px;}
				
		#container {width:595px;
					height:100%;
					margin-right:auto;
					margin-left:auto;} /* Container for all elements */
	
	
	/* Top Section */ 
		#header {margin-right:auto;
					margin-left:auto;} /* Container for logos */
		
		#PICA_logo {display:none;}  /* Doesn't show on page */
									
		
		#PICA2_logo {display:none;} /* Doesn't show on page */
									 
							
		#PRINT_head {} 
		
		#banner_image {display:none;} /* Image along top */
										/* Doesn't show on page */
		
		#banner_links ul {display:none;} /* Links along top */
										 /* Doesn't show on page */
							
		#banner_links ul li {display:none;} /* Doesn't show on page */
		
		#banner_links ul li a {display:none;} /* Doesn't show on page */
		
		#banner_links ul li a:hover {display:none;} /* Doesn't show on page */
		
		
	/* Right Menu Section */
		#right_side {display:none;} /* Container for right aligned elements */
									 /* Doesn't show on page */
		
		#right_links {display:none;} /* Container for links */
									 /* Doesn't show on page */
		
		.right_list li {display:none;} /* Doesn't show on page */
		
		.right_list a {display:none;} /* Doesn't show on page */
		
		.right_list a:hover {display:none;} /* Doesn't show on page */
		
		.right_head {display:none;}	/* Header details for right aligned elements */
									 /* Doesn't show on page */
		
		#search_box {display:none;} /* Container for search box */
									 /* Doesn't show on page */
	

	/* Main Section */
		#main {width:595px;
				height:auto;
				margin-left:auto;
				margin-right:auto;
				padding-top:20px;
				margin-top:0px;
				border:0px;} /* Container for the content and right aligned elements */
		
		#content {width:595px;
					height:auto;
					float:left;
					padding-top:25px;
					padding-bottom:8px;
					padding-right:3px;
					padding-left:6px;} /* Container for the main text */
	
	
	/* Bottom Section */
		#footer {display:none;} /* Container for the footer elements */ 
								/* Doesn't show on page */
					
		#footer a:visited, #footer a:link {display:none;} /* Footer hyperlink decoration */ 
															/* Doesn't show on page */
											
		#footer a:hover {display:none;} /* Underlines footer hyperlinks when hovering */ 
										/* Doesn't show on page */
	

	/* Features */
		/* The following is used for aligning an image inside text (and making a caption) */
			.float_left {float:left;
							padding-right:10px;
							padding-left:10px;
							padding-top:5px;
							padding-bottom:5px;} 
							/* Aligns contents to the left of main content */
			
			.float_right {float:right;
							padding-right:10px;
							padding-left:10px;
							padding-top:5px;
							padding-bottom:5px;} 
							/* Aligns contents to the right of main content */
			
			.caption {text-align:center;
						font-family:Arial, Helvetica, sans-serif;
						font-size:0.7em;
						color:#000000;}	/* Used to make a caption */ 
			
						
		/* Table features */
			th {font-family: Arial, Helvetica, sans-serif;
				font-size: 0.9em;
				font-weight: normal;
				text-align: left;
				color: #ffffff;
				background-color:#C41230;}
				
			table.border, table.border td {border: solid 1pt #666666;
											border-collapse: collapse;
											border-spacing: 0px;
											padding: 3px;}
	
			table.border td {font-family: Arial, Helvetica, sans-serif;
								font-size: 0.8em;}
	
			td {font-family:Arial, Helvetica, sans-serif;
				font-size: 0.8em;}
