*	{
	font-family:arial,helvetica;
	margin:0 auto;
	}
p,ul,ol	{
	text-align:left;
	font-family:arial,helvetica;
	font-size:11pt;
	color:#666;
	padding:5px 0px 10px 0px;
	}
ul,ol	{
	margin-left:2em;
}
li	{
	margin-bottom:1em;
}
h1	{
	font-size:12pt;
	color:#c69;
	font-weight:bolder;
	padding:10px 0px 10px 0px;
	margin:0px;
	}
h2	{
	font-size:10pt;
	color:#f63;
	font-weight:bolder;
	padding:5px 0px 0px 0px;
	margin:0px;
	}
.header	{
	width:800px;
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}
.footer	{
	margin-top:10px;
	width:800px;
	color:#999;
	background-color:#333;
	text-align:left;
	font-size:xx-small;
	padding:5px 10px 5px 10px;
}
.footer a	{
	color:#fff;
	text-decoration:none;
	padding:0px 5px 0px 5px;
}
.footer a:hover	{
	color:#000;
	background-color:#ccc;
}
.errmsg	{
	font-size:12pt;
	text-align:left;
	background: #fff url(../images/icon.error.gif) left no-repeat;
	color:#f63;
	font-weight:bolder;
	padding:5px 0px 0px 30px;
	margin-left:15px;
	margin-right:15px;
	}
.courseTitle	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	padding:0px 5px 0px 5px;
}
.courseTitle:hover	{
	background-color:#ff0;
}
a.courseInfo	{
	position:relative;
	z-index:1000; 
	background-color:#fff;
	color:#000;
	text-decoration:none;
}
a.courseInfo:hover	{
	background-color:#ff0;
	text-decoration:underline;
}
a.courseInfo span	{
	display:none;
}
a.courseInfo:hover span	{
	display:block;
}
.check	{
	font-size:12pt;
	font-weight:bold;
	line-height:1.5em;
	padding:0px 0px 0px 20px;
	margin-left:10px;
	/*background:#fff url(../images/bullet.checkbox.purple.jpg) left no-repeat; removed per David -pt*/
	}
.faqQuestion	{
	font-size:18pt;
	font-weight:bold;
	width:300px;
	border-width:2px;
	border-style:solid;
	background-color:#ffc;
	float:left;
	margin:0px 30px 10px 0px;
	padding:0px 10px 0px 10px;
}
.formLabel	{
	font-size:xx-small;
	color:#666;
	}
.field	{
	border:2px solid #0cf;
	background-color:#ffc;
	color:#0cf;
	font-weight:bold;
	}
.buttonNext
	{
	padding:0px;
	margin:0px;
	width:87px;
	height:21px;
	background:#333 url(../images/button.next.off.gif) top left no-repeat;
	}
.buttonNextDisabled
	{
	background:#333 url(../images/button.next.disabled.gif) top left no-repeat;
	}
.buttonNext:hover
	{
	background:#333 url(../images/button.next.on.gif) top left no-repeat;
	}
.buttonPrevious
	{
	padding:0px;
	margin:0px;
	width:87px;
	height:21px;
	background:#333 url(../images/button.previous.off.gif) top left no-repeat;
	}
.buttonPreviousDisabled
	{
	background:#333 url(../images/button.previous.disabled.gif) top left no-repeat;
	}
.buttonPrevious:hover
	{
	background:#333 url(../images/button.previous.on.gif) top left no-repeat;
	}
