  /* CSS Styling for the About This Site section */

div.aboutLinkContainer	{	background: #A9B77B;
							margin: 0 0 10px 0;
							padding: 10px 10px 10px 10px; }
							
div.aboutLinkTitle	{	background: #8E9C5F;
						color: #FFF;
						font-size: 75%;
						font-weight: bold;
						margin: 0 0 0 0;
						padding: 4px 0 4px 7px; }
						
p.aboutLinkIntro	{	color: #666;
						font-weight: bold;
						margin: 0 0 0 0;
						padding: 0 0 0 0; }
						
ul.aboutLinks	{	list-style-type: disc;
					list-style-image: url("/staticarchive/a393fe6064108814a2e2736d09828724170a1e72.gif");
					margin: 0 0 0 0;
					padding: 5px 0 0 1.6em; }
ul.aboutLinks li	{	padding: 0 0 0 0; }
ul.aboutLinks li a,
ul.aboutLinks li a:link,
ul.aboutLinks li a:visited,
ul.aboutLinks li a:active	{	color: #344F1C;
								font-size: 100%;
								font-family: Arial, Helvetica, sans-serif;
								font-weight: bold;
								text-decoration: none; }
ul.aboutLinks li a:hover	{	text-decoration: underline;
								color: #1F320F; }	
								
a,
a:link,
a:active,
a:visited { color: #344F1C;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-decoration: none; }
a:hover	{	text-decoration: underline;
			color: #1F320F; }	

/* Headings */

h1.aboutHeading	{	background: #E9EFD4;
					color: #666;
					margin: 0 0 10px 0;
					padding: 5px 0 5px 5px;
					font-size: 100%;
					font-weight: bold; }
h2.aboutHeading	{	background: #F8FBE6;
					color: #666;
					margin: 0 0 10px 0;
					padding: 5px 0 5px 5px;
					font-size: 100%;
					font-weight: bold; }

/* Crumb trail */
p.crumb	{	margin: 0 0 0 0;
			padding: 0 0 10px 0;
			color: #666;
			font-size: 90%;
			font-weight: bold; }
p.crumb a,
p.crumb a:link,
p.crumb a:visited,
p.crumb a:active	{	color: #344F1C;
						text-decoration: none; }
p.crumb a:hover	{	text-decoration: underline;
					color: #1F320F; }

/* Lesson Plans section */
th.aboutLessonPlans	{	background: #A9B77B;
						color: #FFF;
						font-size: 80%;
						font-weight: bold;
						text-align: center;
						margin: 0 0 0 0;
						padding: 7px 0 7px 0; }
td.aboutLessonPlansLeft	{	background: #FFF;
							color: #000;
							padding: 10px 0 10px 10px;
							font-size: 80%;
							font-weight: bold;
							border-left: 1px solid #999966;
							border-bottom: 1px solid #A9B77B; }
td.aboutLessonPlansMid	{	background: #E7F1CE;
							color: #344F1C;
							padding: 4px 8px 4px 8px;
							font-size: 80%;
							font-weight: bold;
							border-left: 1px solid #A9B77B;
							border-right: 1px solid #A9B77B;
							border-bottom: 1px solid #A9B77B; }
td.aboutLessonPlansRight	{	background: #F4FADE;
								color: #344F1C;
								padding: 4px 8px 4px 8px;
								font-size: 80%;
								font-weight: bold;
								border-bottom: 1px solid #A9B77B; }

td.aboutLessonPlansMid a,
td.aboutLessonPlansMid a:link,
td.aboutLessonPlansMid a:visited,
td.aboutLessonPlansMid a:active,
td.aboutLessonPlansRight a,
td.aboutLessonPlansRight a:link,
td.aboutLessonPlansRight a:visited,
td.aboutLessonPlansRight a:active	{	color: #344F1C;
										text-decoration: none; }
td.aboutLessonPlansMid a:hover,
td.aboutLessonPlansRight a:hover	{	text-decoration: underline;
										color: #1F320F; }


/* Learning Zone section */
div.aboutExtraLinks	{	background: #EFF0ED;
						color: #666;
						font-size: 90%;
						font-weight: bold;
						margin: 0 0 10px 0;
						padding: 10px 10px 10px 10px; }
div.aboutExtraLinks a,
div.aboutExtraLinks a:link,
div.aboutExtraLinks a:visited,
div.aboutExtraLinks a:active	{	color: #344F1C;
									font-size: 100%;
									font-weight: bold;
									text-decoration: none; }
div.aboutExtraLinks a:hover	{	text-decoration: underline;
								color: #1F320F; }

div.endpageSpacer	{	height: 20px;
						background: #F8FBE6;
						margin: 0 0 100px 0; }

div.lzoneRight	{	background: #F2F3E1;
					padding: 10px 10px 10px 10px;
					margin: 0 0 0 0;
					color: #000;
					font-weight: bold;
					font-size: 90%; }
div.lzoneRight ul	{	background: #F2F3E1;
						margin: 0 0 0 0;
						list-style-type: disc;
						list-style-image: url("/staticarchive/a393fe6064108814a2e2736d09828724170a1e72.gif");
						margin: 0 0 0 0;
						padding: 5px 0 0 1.6em; }
div.lzoneRight ul li a,	
div.lzoneRight ul li a:link,
div.lzoneRight ul li a:visited,
div.lzoneRight ul li a:active	{	color: #344F1C;
										text-decoration: none; }
div.lzoneRight ul li a:hover	{	text-decoration: underline;
									color: #1F320F; } 
div.pageContentRight a.print,	
div.pageContentRight a.print:link,
div.pageContentRight a.print:visited,
div.pageContentRight a.print:active	{	font-size: 90%; }
						

/* About this site footer navigation */

div.aboutNav	{	background: #EBEBEB;
					margin: 0 0 0 0;
					padding: 5px 10px 5px 10px; }
div.aboutNav a,
div.aboutNav a:link,
div.aboutNav a:visited,
div.aboutNav a:active	{	color: #344F1C;
							font-size: 90%;
							font-weight: bold;
							text-decoration: none; }
div.aboutNav a:hover	{	text-decoration: underline;
							color: #1F320F; }
div.aboutNav a.aboutNavLeftLink	{	text-align: left; }
div.aboutNav span.aboutNavRightLink	{	color: #666;
										float: right; }


