#full {
	font-family: sans-serif;
	font-size: .9em;
	text-align: left;
}

#content {
	font-family: sans-serif;
	font-size: .9em;
	text-align: left;
}

#content h1 {
  text-align: center;
}

#content .classes {
  width: 100%;
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  z-index: 1;
	font-size: 1em;
  overflow: auto;
  
  background-image: url(/graphics/dot.png);
  background-position: top center;
  background-repeat: repeat-y;
  
/*This hides the overlapping with the
  border of the above box, if there is
  one.                                */
  margin-top: -1px;
}

#content .classes div {
  width: 49%;
}

#content .classes .left {
  float: left;
}

#content .classes .right {
  float: right;
}

#content .classes h1 {
	font-size: 1.5em;
	line-height: 80%;
}

#content .classes h2 {
  font-size: 1.2em;

}

#content .classes h4 {
	text-align: center;
}

#content .classes .subhead {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 65%;
}

#content .classes .link {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 5%;
}

#content .classes .contactinfo {
	text-align: center;
	font-size: 0.9em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
}
#content .classes .phone {
	text-align: center;
	font-size: 1.2em;
	font-weight:bold;
	line-height: 15%;
}
.crossedout {
	text-decoration: line-through;
}

.nolinebreak {
	white-space: nowrap;
}

.caption {
  text-align: center;
  font-size: .85em;
	margin-right: 5px;
	margin-left: 5px;
}
