  /* This document is all the settings for printing webpages
	when this is the designated print css file. This file
	must be called in each page with media type set as print
	for it to work. */

/* Removes all unnecessary content form printing */
div#noCSSBrowser {
			display: none;
			}

div#redBar {
			display: none;
			}
			
div#topic_menu {
			display: none;
			}
			
div#breadcrumb {
			display: none;
			}		

div#right_menu {
			display: none;
			}
			
div#footer {
			display: none;
			}


/* Adjusts the text (content) area to fit a standard 8x11 page */
div#centre {
			width: auto;
 			margin: 0 5%;
  			padding: 0;
   			border: 0;
   			float: none !important;
			}			
			
/* Adjusts font size of all content to be size 10 unless a header,
	which would become size 14 */

body {
	font-size: .85em;
	}

h1, h2, h3, h4, h5, h6 {
					font-size: 14pt;
					padding-bottom: 1px;
					border-bottom: 1px
					}	

table {
		font-size: .85em;
		}


/* Here are the two separate cell colors */
td { background-color: #CCCCCC;
		border-width: thin;
		border-color:#000000; /* Dark Gray */
		border-style:solid;
		}

td.odd { background-color: #DEDEDE;
		border-width: thin;
		border-color:#000000; /* Light Gray */

		border-style:solid;
		}