


/* legacy from previous template - rh 2018.02.16*/
#content table.tbl_administration .column0 {
	width: 400px;
}

/* faculty */
.indent {padding-left:30px; }
.headline {font-weight: bold;}
.education {padding-bottom: 10px;}
.emerititle {padding-bottom: 10px;}
.emericategory {padding-bottom: 10px;}
/*Info*/
#info {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
#info a {
	color: #fff;
	text-decoration: none;
}
#info a:hover {
	text-decoration: underline;
}
#info #date {
	padding: 0;
	font-size: 0.8125em;
}
#info #current-temp,
#info #current-temp-unit {
	font-size: 1em;
}
/*Image Floats*/
#content img.imgleft {
	padding: 0 10px 10px 0;
}
#content img.imgright {
	padding: 0 0 10px 10px;
}



/*Course Blocks*/
#content .courseblock .courseblocktitle {
	margin: 0;
	font-weight: bold;
}
#content .courseblock .courseblocktitle .coursetitle {
	width: calc(100% - 175px);
	float: left;
}
#content .courseblock .courseblocktitle .coursehours {
	width: 166px;
	float: right;
	text-align: right;
}
#content .courseblock .courseblockdesc {
    margin: 0 0 1em 1em;
}
