/* CSS Document */

/*For all courses.*/




/*Preexisting selectors.*/

body {
	width: auto; /**/	/*width:100px;*/ /*remove sizing*/
	position: static;
	
	
	/*min-width: 850px;*/ /* this will keep image from going to bottom, but scrolls horizontally too soon */
	
}

.header {
	display:none;
	display:block;
}

.breadcrumb {
	display:none;
}

.footer {
	display:none;
}

#topnav {
	display:none;
}

.content {
	border:none; /*remove border*/
}

div.xsmall { /* for some "Back to Top of Page" */
	display:none;
}

p.returntotop { /* for some "Back to Top of Page" */
	display:none;
}

p.back { /* for some "Back" */
	display:none;
}

p.next { /* for some "Next" */
	display:none;
}



/*Newly introduced selectors.*/

#topnavlbi {
	display:block;
	display:none;
}

#bottomnavlbi {

}

#copyrightlbi {

}



