
div.indent {
	margin: 5px 5px 5px 5px;
	padding-left: 5%;
}

div.SchoolState {
	font-size: 120%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

div.SchoolNameListItem {
	xmargin: 0px 5px 5px 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	
}

h3.listHeader {
	margin: 5px 5px 5px 5px;
}

.bold {
	font-weight: bold;
}

div.review p{
	margin-top: 15px;
	margin-bottom: 15px;
}

.letterNav a, div.letterNav h2 a
{
	margin-left: 3px;
	margin-right: 3px;
}

div.letterNav h2
{
	margin-left: 25px;
	margin-right: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

.white a:link, .white a:active, .white a:visited, .white a:hover
{
	color: white;
}



div.ClassReviewList {
	font-weight: bold;
}

div.ClassStudentList {
	font-weight: bold;
}

div.Registration input[type=text]{
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 4px;
}


div.Registration select {
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 4px;
  width: auto;
}

div.Registration input[type = submit], input[type = reset] {
	background-color: #96c;
	border: none;
	text-decoration: none;
	color: white;
	padding: 10px 10px;
	margin: 20px 20px;
	cursor: pointer;
	border-radius: 4px;
}

