@charset "UTF-8";
/* CSS Document */
/* all styles not covered by the other stylesheets */

.thumbnailImage	/* used for images that appear in articles such as the instructor biographies */
	{
		float: left;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 5px;
		margin-bottom: 5px;
		border: 1px solid #555555;
	}
	
.galleryImage
	{
		border: 1px solid #555555;
	}
	
.leftColumnBox	/* the boxes that make up the left hand column */
	{
		width: 185px;
		margin-bottom: 5px;
		padding: 5px;
		padding-top: 0px;
	}
	
.leftColumnBox img	/* used to float all images in the left hand column to the left */
	{
		float: left;
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

