/* CSS Stylesheet for printing */

/***** Sections *****/

body, h2, h3, h4, td, li { color:#000000;}

#container {
  width: 95%;
  }
    
#sitelinks, 
#pageHeader, 
#sectionMenu, 
#sidebar, 
#breadcrumbs, 
#webmaster, 
#pageFooter table {
	display: none;
	}

#supportingText {
  width: 100%;
  }
  

/***** Content of Page *****/

a:link, a:visited {
  text-decoration: none;
  color:#000000;  }

.subtitle {
  font-weight: bold;
  }
	
.noprint {
  display: none;
  }
  
.btmborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
}

.strand {
	font-weight: bold;
	background-color: #c0c0c0;
	text-align: center;
	vertical-align: bottom;
}

.topics {
	font-size: 9pt;
	background-color: #ECE9D8;
	text-align: center;
	vertical-align: middle;
}
.grade {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	background-color: #ECE9D8;
	font-style: normal;
	}
.code {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
