@charset "utf-8";


div.teacher {
	margin: 0 100px;
	}

div.teacher h2 {
	margin-bottom: 20px;
	text-align: center;
	}

div.teacher div.lead {
	margin-bottom: 70px;
	}

div.teacher div.lead h3 {
	margin-bottom: 1em;
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	font-size: 116%;
	}

div.teacher div.section {
	zoom: 1;
	margin-bottom: 2em;
	}

div.teacher div.section:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}

div.teacher div.section p {
	float: left;
	width: 120px;
	}

div.teacher div.section dl {
	float: right;
	width: 420px;
	}

div.teacher div.section dt {
	margin-bottom: 1em;
	}

div.teacher div.section dt strong {
	color: #06c;
	font-weight: bold;
	}

div.teacher div.section dd {
	margin-bottom: 1em;
	}

div.teacher div.section dd ol {
	}

div.teacher div.section dd ol li {
	margin-left: 3em;
	list-style: decimal;
	}



