body
{
	color: black;
	background-color: white;
	font-family: Arial, Geneva, sans-serif
}


div.CenteredArea
{
	text-align: center
}


div.NavigationArea
{
	font-size: 70%;
	width: 500px;
	border: 1px solid #ccc;
	margin: 0 auto 5px auto;
	padding: 3px;
	background-color: #eee
}


h1
{
	font-size: 120%;
	text-align: center;
	margin: 0;
	color: black
}


h2
{
	font-size: 100%;
	text-align: center;
	margin: 0;
	color: #666
}


div.TermFilterArea
{
	margin: 0 auto 5px auto;
	padding: 2px 0;
	font-size: 75%;
	border: 1px solid #ccc;
	width: 500px;
	background-color: #eee
}


div.DefinitionsBox
{
	margin: 10px auto;
	padding: 5px;
	border: 1px #aaa solid;
	width: 500px;
	font-size: 80%
}


div.DateStamp
{
	margin: -5px 200px 0 200px;
	font-size: 70%;
	color: #999;
	text-align: right
}




/* ********** Index Page ************************************************ */

body#IndexPage
{
	margin: 10px 50px;
	color: #666
}


body#IndexPage a
{
	font-size: 90%
}


body#IndexPage a:visited
{
	color: #669
}


div.IndexListArea
{
	margin: 0 auto;
	font-size: 90%;
	width: 400px;
	border: 1px solid #ccc;
	color: #333
}


ul.IndexDivisionList
{
	font-size: 80%
}


ul.IndexDepartmentList
{
	font-weight: normal
}








/* ********** DataTable ************************************************ */


table.DataTable
{
	border-collapse: collapse;
	border: 2px #99a solid;
	font-size: 80%;
	margin: 0 auto;
	width: 500px
}


table.DataTable td
{
	padding: 0 8px 0 4px;
	border: 1px #ccc solid
}


table.DataTable td.TopLeft
{
	text-align: left;
	vertical-align: bottom;
	color: white;
	background-color: #33a;
	font-weight: bold
}


table.DataTable td.TopCell
{
	text-align: right;
	vertical-align: bottom;
	color: white;
	background-color: #33a;
	font-weight: bold
}


table.DataTable td.LeftCell
{
	text-align: left;
	color: white;
	background-color: #33a
}


table.DataTable td.DataCell
{
	text-align: right;
	color: black;
	background-color: #eef;
	font-size: 90%
}


table.DataTable td.HeaderCell
{
	text-align: center;
	color: white;
	background-color: #33a;
	font-size: 90%;
	font-weight: bold;
	padding: 2px 0
}




/* ********** Course List ************************************************ */

div.CourseList
{
	margin: 0 150px;
	font-size: 90%;
	color: #333
}


p.DeptDetail
{
	color: #666;
	text-align: center;
	font-size: 90%;
	margin-top: 0
}








p.BreadCrumbs
{
	font-size: 70%
}