/* Override style for "Plymouth, MN" */
p.site-slogan
{
	background: transparent !important;
}

/* Styles for Person tables */
div.person
{
	background-color: #f8f8f8;
	border: solid 1px #ccc;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0.5em;
}
div.person div.name
{
	font-weight: bold;
	float: left;
}
div.person div.title
{
	font-weight: bold;
	float: right;
}
div.person div.desc
{
	float: left;
	padding-top: 10px;
	width: 500px;
}
.floatLeft
{
	float: left;
	margin: auto 10px 10px auto;
}
.floatRight
{
	float: right;
	margin: auto auto 10px 10px;
}

/* Courses Table */
table.courses
{
	clear: left;
}
table.courses, table.courses th, table.courses td
{
	border: solid black 1px;
}
table.courses th, table.courses td
{
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

/* Styles for Fees */
div.fees
{
	clear: both;
	border-top: solid #999999 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.fees_title
{
	float: left;
	font-weight: bold;
	width: 400px;
}
div.fees_fee
{
	float: left;
}
div.fees_desc
{
	clear: both;
	padding-top: 10px;
}
.fees_cost
{
	color: red;
	font-weight: bold;
}

