/* Standard HTML */

html {
  font-family: Century Gothic, verdana, helvetica;
  font-size: 10pt;
}

body {
  padding: 0;
  margin:0;
}

img {
  padding: 0;
  margin: 0;
  border: 0;
}

h2 {
  color: #028587;
  font-family: impact, Century Gothic, verdana, helvetica;
  letter-spacing: 1px;
  text-align: left;
  font-size: 18pt;
}

#courses h2, #courses p {
  text-align: left;
}

#courses {
  background-color: #ccffff;
  border-top: 2px solid #028587;
  border-bottom: 2px solid #028587;
  padding: 0px 0px 20px 0px;
}

a:link, a:visited, a:active {
  font-weight: bold;
  color: #028587;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input {
  margin-bottom: 5px;
}

/* IOW HTML */

.theA {
  color: #028587;
}

.separator {
  height: 1px;
  background: #028587;
  line-height: 1px;
}

.coachImage {
  margin-right: 15px;
  margin-bottom: 0px;
  float: left;
}

.small {
  font-size: 8pt;
}

.legal {
  font-size: 8pt;
  color: #999999;
}

/* Tree View */

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	font-size: 11pt;
	padding: 5px 0px 5px 16px;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview li { }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable {  }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }