/* Trail of Light Stylesheet
Boost Ltd 2003 */

body {
	background-image: url(nav-gfx/img_nav_bg.gif);
	background-repeat: repeat-x;
}

/* Biographies */
.bio p {
	color: #000000;
	font-family: 'Albany AMT', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 5px;
	line-height:140%;
}

.bio cite {
	color: #006666;
	font-family: 'Albany AMT', Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal
	text-align: center;
	font-style: normal;
}

.bio .nav p {
	color: #006666;
	font-family: 'Albany AMT', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.bio .nav p a {
	color: #336666;
	font-family: 'Albany AMT', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.bio .nav p a:hover {
	color: #006666;	
	text-decoration: underline;
}

/* Teachers Guide */
.teachersGuide H1 {
	color: #cc6600;
	font-family: 'Albany AMT', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 7px;
}

.teachersGuide H2 {
	color: #666666;
	font-family: 'Albany AMT', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 7px;
}

.teachersGuide H3 {
	color: #000000;
	font-family: 'Albany AMT', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 7px;
}

.teachersGuide H4 {
	color: #666666;
	font-family: 'Albany AMT', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 1px;
}

.teachersGuide p {
	color: #666666;
	font-family: 'Albany AMT', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 135%;
	margin-top: 6px;
	margin-bottom: 10px;
}


.teachersGuide .glossary p {
	margin-top: 2px;
	margin-bottom: 4px;
}

.teachersGuide .glossary h4 {
	margin-top: 4px;
	margin-bottom: 4px;
}


.teachersGuide p .small {
	color: #666666;
	font-family: 'Albany AMT', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 135%;
}

.teachersGuide .nav p {
	color: #cc6600;
	font-family: 'Albany AMT', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 135%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.teachersGuide .nav p a, .teachersGuide .subnav p a {
	color: #666666;
	font-family: 'Albany AMT', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 135%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.teachersGuide .nav p a:hover, .teachersGuide .subnav p a:hover {
	text-decoration: underline;
}

.teachersGuide .nav p a:visited, .teachersGuide .subnav p a:visited { color: #C96; }

.teachersGuide .subnav p {
	color: #d05b02;
	font-family: 'Albany AMT', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 135%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.teachersGuide ul {
	margin-top: 0px;
	margin-left: 18px;
	font-family: 'Albany AMT', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	list-style-image: url(nav-gfx/icn_li.gif);
}

.teachersGuide .activity ul {
	font-size: 12px;
}

.teachersGuide ul ul {
	list-style-image: none;
	list-style-type: none;
}

.teachersGuide li {
	color: #666666;
}

.teachersGuide li a, .teachersGuide p a {
	color: #cc6600;
}

table .pretty {
	border-collapse: separate;
	border: 1px solid #cccccc;
	empty-cells: show;
}

table .pretty td {
	border: 1px solid #cccccc;
	empty-cells: show;
}

.teachersGuide table .pretty th {
	background-color: #666666;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	empty-cells: show;
}

.teachersGuide table .pretty td h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.teachersGuide table .pretty td p {
	font-family: 'Albany AMT', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
}

.teachersGuide table .pretty th p {
	font-family: 'Albany AMT', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}

.teachersGuide table .pretty H4 {
	padding-top: 1px;
	padding-bottom: 1px;
}

.teachersGuide .odd {
	background-color: #e6e6e6;
}


abbr, acronym, defn {
  border-bottom: 1px dotted #333;
  cursor: help;
  }
