body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: black;
	line-height: 1.3em;
}
#container {
	position: relative;
	width:580px;
	margin: auto;
}
#top {
	position: relative;
	height: 115px;
	margin: .5em 0;
	padding: 0.5em;
	border: 3px solid #ddd;
}
#top-image {
	width:165px;
	height: 113px;
	position: relative;
	top: -115px;
	right: -395px;
}
#top h1 {
	font-variant: small-caps;
	font-weight: bold;
	color: black;
	font-size: 1.4em;
	padding: 0;
	margin-left: 5px;
}
sup {
	font-size: .7em;
	vertical-align: super;
}
#content {
	position: relative;
	margin:10 0px;
}
#navmenu {
	visibility: hidden;
	width: 0;
	float: left;
}
#content h2 {
	margin: .5em 0 0 0;
	padding: 0.5em;
	border: 3px solid #ccc;
	font-variant: small-caps;
	font-weight: bold;
	color: black;
	font-size: 1.2em;
}
#content h3 {
	padding: 1em 0.5em .5em .5em;
	font-weight: bold;
	color: black;
	font-size: 1.1em;
}
#content h4 {
	margin-left: .5em;
	padding: 0.25em;
	font-weight: bold;
	color: black;
	font-size: 1em;
}
#content h5 {
	margin-left: .8em;
	padding: 0.5em 0.25em 0.25em 0.25em;
	font-weight: bold;
	color: black;
	font-size: .9em;
}
#content h6 {
	margin-left: 1em;
	padding: 0.5em 0.25em 0.25em 0.25em;
	font-weight: bold;
	color: black;
	font-size: .8em;
}
#content p {
	margin-left: .75em;
	margin-bottom: .5em;
}
#content p.quote {
	margin-left: 2em;
	margin-bottom: .5em;
	font-style: oblique;
}
#content p.attribution {
	text-align: right;
	margin-right: 1em;
	margin-bottom: .5em;
	font-style: oblique;
	font-size: .8em;
}
#content ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-top: .5em;
	margin-left: 1.5em;
	padding-bottom: 1em;
}
#content ol li {
	margin-left: 1.5em;
	padding-bottom: .5em;
}
#content ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: .5em;
	margin-left: 1.5em;
	padding-bottom: .5em;
}
#content ul li {
	margin-left: 1.5em;
	padding-bottom: .5em;
}
#content dl {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: .5em;
	margin-left: 1.5em;
	margin-bottom: .5em;
}
#content dt:before {
	content: "• ";
}
#content dl dt {
	margin-left: 1.5em;
}
#content dl dd {
	margin-left: 3.5em;
	margin-bottom: .25em;
}
a:link {
	color: black;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content dl dd:before {
	content: "– "
}
#content table.compact-list {
	margin: .5em 0 .5em 2em;
	width: 100%;
	font-size: .9em;
}
#content table.compact-list td {
	text-align: center;
}
#content table {
	width: 100%;
	font-size: .75em;
	margin-left: 2em;
	margin-bottom: 2em;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
}
#content table tr {
	border-bottom: 1px solid gray;
}
#content table td,th {
	border-right: 1px solid gray;
	padding: 4px;
	text-align: right;
	vertical-align: top;
}
#content table.lessons {
	width: 100%;
	font-size: .75em;
	line-height: 1.2em;
	vertical-align: top;
	margin-left: 1em;
	margin-bottom: 2em;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
}
#content table.lessons tr {
	border-bottom: 1px solid gray;
}
#content table.lessons th {
	border-right: 1px solid gray;
	padding: 2px 4px 0 4px;
	text-align: center;
}
#content table.lessons td {
	border-right: 1px solid gray;
	padding: 2px 4px 0 4px;
	text-align: center;
}
#content table.lessons td.subject, td.grades {
	width: 50px;
}
#content table.lessons td.topic {
	width: 100px;
}
#content table.lessons td.focus {
	width: 175px;
	text-align: left;
}
#content table.lessons td.activity {
	width: 175px;
	text-align: left;
}
#content table.lessons td.twocol {
	width: 350px;
	margin: 0;
}
#content table.lessons td.activity ul {
	margin: 0;
	padding: 0;
}
#content table.embed {
	width: 100%;
	margin: 0;
	margin-bottom: 2px;
	font-size: 1em;
	vertical-align: top;
}
#content .callout {
	margin: 0 .5em 1.5em .5em;
	padding: 1em;
	border: 1px solid black;
	background-color: #ddd;
}
#returntop {
	visibility: hidden;
}
#return {
	visibility: hidden;
}
#footer {
	clear:both;
	margin: .5em 0 0 0;
	padding:0.5em;
	border:3px solid #ddd;
}
#footer p {
	font-size: .8em;
	text-align: center;
	line-height: 1em;
}
#leftnav p {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:1em;
	margin-left:0px;
}

