.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.centeredText {
  text-align: center;
}

.leftText {
  text-align: left;
}

.withSubtitle {
	margin-bottom: 0;
	padding-bottom: 0;
}

.isSubtitle {
	margin-top: 0;
	padding-top: 0;
}

.dashList {
	list-style-image: url(../images/nav_dash.jpg);
}

.blockIndent {
  padding: 0em 0em 0em 3em;
}

.bareList {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height:1px;
}

.bareList li ul li{
	margin-top: 0px;
}

.bareList li {
	margin-top: 5px;
}

.treeview li ul {
	margin-left: 10px;
}

.treeview li ul li {
	/* margin-top: 3px; */
}

.subList {
	padding-left: 2em;
}

img {
  border: 0;
}

a:hover { background-position: top left; } /* IE trigger: http://locusoptimus.com/css-trickery/ie-image-border-styles-on-hover-options.php */
.ulHoverImg:hover img {
	border-bottom: 1px solid #b32643;
}

.registration {
  /*border-collapse: collapse;*/
  text-align: center;
  border-width: 0px;
  border-spacing: 0px;
}

.registration th {
  text-align: left;
  font-weight: bold;
	
  border: 1px solid gray;
  padding: 4px;
}

.registration td {
  border: 1px solid gray;
  padding: 4px;
}

td.leftCell {
  border-right-width: 0px;
}

td.interiorCell {
  border-left-width: 0px;
  border-right-width: 0px;
}

td.rightCell {
  border-left-width: 0px;
}

td.noTop {
  border-top-width: 0px;
}

td.noBottom {
  border-bottom-width: 0px;
}

/*
.treeview ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	left:-10px
}
*/

.firstCol {
	text-align: left;
}


.headline a:link, a:visited {
  color: #0000FF;
  text-decoration: underline;
}

tr.schedule { background-color: #B4BEC4; }
td.schedule { font-size:12px; padding: 3px; }
tr.scheduleDay { background-color: #0D778A; }

.faq_question { list-style-image: url("/images/faq_q.jpg");
                font-weight: bold; }
.faq_answer { list-style-image: url("/images/faq_a.jpg"); }

/* tr.schedule2 { background-color: white; } 
tr.schedule { border-bottom: 2px solid red; } 
td.scheduleTime { font-size:12px; white-space: nowrap; padding: 3px; }
td.scheduleInstructor { font-size:12px; color:blue; padding: 3px; } */

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.3em;
}
