/* CSS Document */

#schLeft {
	border-right-color: #000;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 0.5em 0 0.5em 0.5em;
}

* html #schLeft {
	height: 1%;
}

.schListOptions {
	float: left;
	width: 200px;
	padding-right: 20px;
}

.indent {margin-left: 0; padding-left:0; list-style-type: none;}
.indent1 {margin-left: 2em; list-style-type: none;}
.indent2 {margin-left: 4em; list-style-type: none;}
.indent3 {margin-left: 6em; list-style-type: none;}
.indent4 {margin-left: 8em; list-style-type: none;}
.indent1a {margin-left: 2em; list-style-type: square;}
.indent2a {margin-left: 4em; list-style-type: square;}
.indent3a {margin-left: 6em; list-style-type: square;}
