html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* Instructor formatting */

div.vidtextboxi {
	font-size: 1.4em;
	position: relative;
	left: 10;
	width: 900;
    background: #FFF;
	color: #111;
	text-align: left;
}
div.vidtextboxi hr {
	size: 5px;
	color: #555;
}
div.vidtextboxi p em {
	color: #023A67;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
div.vidtextboxi h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #023A67; 
}
div.vidtextboxi img {
	z-index: 2;
	position: relative;
	float: left;
	background: #FFF;
	border: none;
}
div.vidtextboxi p {
	font-size: 1.1em;
	line-height: 1.1em;
	position: relative;
	left: 20;
}
div.vidtextboxi ul {
	position: relative;
	left: 30;
	margin: 0 0 10 30;
}
div.vidtextboxi div ul { 
	position: relative;
	padding: 0px;
	background: #FFF;
	margin:0 0 0 30;
}
div.vidtextboxi div ul li {
	color: #023A67; 
	font-weight: bold;
	line-height: 1.3em;
	position: relative;
	margin:0 0 0 30;
	list-style-position:inside;
	list-style-type: disc;
}
div.vidtextboxi ul li.bigbulletb {
	color: #111; 
	position: relative;
	margin:0 0 0 30;
	list-style-position:inside;
	list-style-type: disk;
	font-weight: bold;
	font-size: 1.1em;
}
div.vidtextboxi ul li.bigbulletb em {
	color: #023A67; 
	font-style: normal;
}

