.leftcolumn {
	float: left;
	width: 264px;
}
.rightcolumn {
	float: right;
	width: 264px;
}
/* -------------------- Tables --------------------- */
#content table  {
	width: 100%;
	border-width: 1px;
	border-color: #CCCCCC;
	border-collapse: collapse;
	margin: 0 0 10px 0;
}
#content table th {
	vertical-align: top;
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: #CCCCCC;
	background-color: #ECEFF3;
}
#content table td {
	vertical-align: top;
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: #CCCCCC;
}
#content table p {
margin: 0;
}

.credits {
	text-align: right;
	padding-right: 10px;
}

/* ----------------Content Formatting ----------------- */

.indent {
	padding: 0 0 0 28px;
	margin: 0;
}

.spacedrop {
	margin: 0;
}

.strongtext {
	color: #000000;
}
.lighttext {
	color: #777777;
}

/* --------------------Red Text--------------------- */
.redtext {
	color: #CC0000;
}

/* --------------------Course Listings --------------------- */
.inactive_course_desc {
    color: #999999
}
    

