body {
  margin-top: 5px;
  margin-bottom: 5px;
}

body.email-consult table#content {
	font-size: 110%;
}

a:hover {
  text-decoration: none;
  color: red;
}

#links a:hover {
  text-decoration: none;
  background-color: #3399FF;
}

table#links {
	position: fixed;
	height: 98%;
	background-color: #009;
}
table#content {
	margin-left: 170px;
}

.back a {
  color: blue;
  font-size: 18px;
}

h1 {
  text-align: center;
  font-weight: 900;
  font-size: 48px;
  margin-bottom: 0px;
  color: #990000;
}

.under {	
  text-decoration: underline;
}

.super {
	vertical-align: super;
	font-size: 24px;
}

.h1copy {
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

h2 {
  text-align: center;
  color: #990000;
}

h2.sub {
  text-decoration: none;
  text-align: center;
  margin: 0px;
  color: #000000;
  background-color: #FFFF00;
}

h3 {
	color: #990000;
}

img.book {
	box-shadow: 2px -2px 3px rgba(0, 0, 0, .5);
}

p {
  font-weight: bold;
  text-indent: 20px;
  text-align: justify;
}

.noj p, p.noj { text-align: left }

.noi p, p.noi { text-indent: 0px }

ol,
ul,
#regform {
	font-weight: bold
}

#books a {
	display: inline-block;
	margin: 1em 1em 1em 0;
}

#regform input[type=text] {
	padding: 5px;
	margin: 5px 0;
	font-size: 15px;
	color: #000;
}
#regform input.aligned,
#regform select {
	width: 345px;
}
#regform input.full {
	width: 500px;
}
#regform label {
	width: 150px;
	display: inline-block;
}

#regformed {
	width: 500px;
	padding: 25px;
	border: 3px double #900;
	background-color: #EFEEEF;
	line-height: 1.5em
}

.workshops {
	font-size: 18px;
}
.workshops li {
	margin: 25px 5px;
}
.workshops ul {
	margin-bottom: 30px;
	border: 1px dashed #000;
}

.ab ol { list-style-type: upper-alpha }
.num ol { list-style-type: decimal }
.nob ol { font-weight: normal }

.regform { font-size: 18px; }
.regform ul { font-weight: normal }

.regformlines { line-height: 18pt }

.regend ul {
  color: #990000;
  font-family: sans-serif, helvetica;
  font-size: small;
  font-weight: bold;
}

.disc table { font-size: medium }

.indexspace { line-height: 24pt }

.k12 {
	border: 2px solid #000;
	padding: 10px;
	background-color: #dfffdb;
}

.college {
	border: 2px solid #000;
	padding: 10px;
	background-color: #ffdcc4;
}

.module {
	border: 2px solid #000;
	padding: 10px;
	background-color: #CFF;
}

.rbline {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.bluebold {
	font-weight: bold;
}

.subheading {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}

.asterisk {
	color: #f00;
	font-size: 24px;
	line-height: 16px;
}

div.fb-like {
	position: absolute;
	top: 10px;
	right: 10px;
}
.button {
	color: #FFF;
	text-decoration: none;
	background-color: #009;
	border-radius: 20px;
	padding: 10px 20px;
	margin: 10px;
	display: inline-block;
}
a.button:hover {
	text-decoration: underline;
	color: #fff;
}

div.info {
	margin-left: 50px;
	font-size: 90%;
}