/* align figure to text top first paragraph */

.figure_textaligned {
	float: right;
	margin: 8px -294px 24px 20px;
	position: relative;
	border: 1px solid #ccc;
	clear: right;
}

.figure_textaligned_noborder {
	float: right;
	margin: 8px -294px 24px 20px;
	position: relative;
	clear: right;
}


/* align figure to text top second paragraph */

.figure_textaligned_2 {
	float: right;
	margin: 30px -294px 24px 20px;
	position: relative;
	border: 1px solid #ccc;
	clear: right;
}

/* Caption correction no italics */

.figure_caption, .caption {
	font-style: normal;
}

/* add border */

.border {
	border: 1px solid #ccc;
}

/* Fix for bulk text This will need to be put inside a fullwidth div */

.text_block {
	margin-right: 100px;
}

/* Fix for triple column on courses page  */

.span-3 {
	width: 241px;
	float: left;
	margin-right: 20px;
	margin-top: -20px
	}
	
.span-3min {
	width: 180px;
	float: left;
	margin-right: 20px;
	margin-top: -30px
	}
	
.span-2 {
	width: 200px;
	float: left;
	margin-right: 10px;
	margin-top: -20px
	}
	
.last {
	margin-right: 0px;
	}

/* removes spaces between sections in courses list  */
	
.course_special {
	margin-top: -22px;
}

/* other course fixes */

.leading_figure_noborder {
	float: left;
	margin: 10px 20px 0 0;
}

.leading_figure_nospace {
	float: left;
	margin: 10px 20px 0 0;
	border: 1px solid #ccc;
}

/* electives indent */

.left100 {
	margin-left: 100px;
	margin-top: 18px;
}
