/***********  BASIC FORMATTING  ************/
	
	body {
		font-family: arial, san-serif;
		text-align: center;
		margin: 0 auto 0 auto;
		background: url(images/bg.jpg) no-repeat top center;
		background-color: #f8e6c6;}
	
	p {line-height: 20px;}
	
	h1 {
		color: #1b3b4e;
		font-weight: bold;
		font-size: 30px;
		margin-top:0px;
		font-family: Times, serif;}
		
	html* h1 {
		color: #1b3b4e;
		font-weight: bold;
		font-size: 30px;
		font-family: Times, serif;}
		
	*html h1 {
		color: #1b3b4e;
		font-weight: bold;
		font-size: 30px;
		font-family: Times, serif;}

	h2 {
		color: #c1935d;
		font-weight: bold;
		font-size: 18px;
		border-bottom: 1px solid #e7c89c;
		padding-bottom: 5px;}
		
	#HomeText h1 {text-align: center; font-family: Times, serif; color: #000; font-size: 26px;}
		
	.sign1 {
		margin: 0;
		color: #73614d;
		font-family: Georgia, Times, serif;
		font-weight: bold;
		font-size: 26px;
		display: block;
		padding: 30px 10px 50px 10px;
		text-align: center;
		background: url(images/h3_bg.jpg) no-repeat left top;}
		
	.sign2 {
		margin: 0;
		color: #73614d;
		font-family: Georgia, Times, serif;
		font-weight: bold;
		font-size: 32px;
		display: block;
		padding: 30px 10px 50px 10px;
		text-align: center;
		background: url(images/h3_bg.jpg) no-repeat left top;}
		
	.sign3 {
		margin: 0;
		color: #73614d;
		font-family: Georgia, Times, serif;
		font-weight: bold;
		font-size: 16px;
		display: block;
		padding: 20px 10px 50px 10px;
		text-align: center;
		background: url(images/h3_bg.jpg) no-repeat left top;}
		
	.sign4 {
		margin: 0;
		color: #73614d;
		font-family: Georgia, Times, serif;
		font-weight: bold;
		font-size: 20px;
		display: block;
		padding: 35px 10px 50px 10px;
		text-align: center;
		background: url(images/h3_bg.jpg) no-repeat left top;}
		
	.sign5 {
		margin: 0;
		color: #c60000;
		font-family: Georgia, Times, serif;
		font-weight: bold;
		font-size: 32px;
		display: block;
		padding: 30px 10px 50px 10px;
		text-align: center;
		background: url(images/h3_bg.jpg) no-repeat left top;}


	a:link, a:visited, a:active {
		color: #1b3b4e;
		text-decoration: underline;}
		
	a:hover {
		color: #000;
		text-decoration: underline;}

		
/***********  LAYOUT  ************/
	
	#Frame {
		margin: 0px auto 0px auto;
		padding: 0px;
		text-align: center;
		width: 900px;}
	
	html>body #Frame { width: 900px; }
	
/***********  HEADER  ************/
	
	#Header {
		margin: 0;
		padding: 0;
		width: 900px;
		height: 455px;
		text-align: center;}
	
/* Column Bounding */
	
	#ContentBox {
		margin: 0;
		padding: 0;}
		
	
/***********  NAVIGATION  ************/
	
	#Sidebar {
		float: left;
		text-align: left;
		margin: 0;
		padding: 0;
		width: 210px;}
		
	#Nav {width: 190px; height: 820px; background: url(images/nav_bg.jpg) no-repeat top center; margin-bottom: 20px;}
		
	*html #button li a {
		display: block;
		padding: 0.9em;
		border-bottom: 1px solid #524c41;
		background: none;
		color: #ffc570;
		text-decoration: none;
		width: 168px;}


	#button {
		width: 190px;
		margin: 0;;
		padding-top: 3em;
		font-family: Georgia, Times, serif;
		font-size: 12px;
		color: #ffc570;
		text-align: center;}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;}
		
	#button li {
		margin: 0;}
	
	#button li a {
		display: block;
		padding: 0.9em;
		border-bottom: 1px solid #524c41;
		background-color: none;
		color: #ffc570;
		text-decoration: none;
		width: 100%;}

	html>body #button li a {
		width: auto;}

	#button li a:hover {
		border-bottom: 1px solid #fff;
		background-color: none;
		color: #fff;
		font-weight: bold;}

/***********  CONTENT  ************/ 

	#Content {
		margin: 0;
		padding: 0;
		padding-top: 1.0em;
		padding-bottom: 2.0em;
		width: 690px;
		float: right;
		text-align: left;
		font-size: 14px;
		color: #302922;}

	html>body #Content { width:690px; }
	
	#Content ul {line-height: 22px;}
	
	.Table1 {width: 660px; margin: 20px auto 20px auto; padding: 0; background-color: #ebce9f; border-top: 1px solid #c7a67e; border-right: 1px solid #c7a67e;}
	
	.Table1Td1 {padding: 8px; border-left: 1px solid #c7a67e; border-bottom: 1px solid #c7a67e;}
	
	.Table1Td2 {background-color: #eedcbd; padding: 8px; border-left: 1px solid #c7a67e; border-bottom: 1px solid #c7a67e;}
	
/***********  FOOTER  ************/
		
	#Footer {
		font-size: 11px;
		text-align: center;
		padding: 0;
		margin: 0 auto 0 auto;
		width: 100%;
		background-color: #2a363f;
		color: #5b788f;
		line-height: 1.8em;}
		
	#Footer a:link, #Footer a:visited, #Footer a:active {
		color: #5b788f;
		text-decoration: none;
		padding-right: 10px;}
		
	#Footer a:hover {
		color: #fff;
		text-decoration: underline;
		padding-right: 10px;}

/***********  FACULTY PAGE  ************/ 

	.facultyBlock {
		margin-bottom: 2.5em;
	}
	
	
	.authorThumb {
		float: right;
		margin: 0 0 1em 20px;
		border: 1px solid #666;
	}
	
/***********  SCHEDULE PAGE  ************/ 

	table h2 {
		border-bottom: none;
	}

/***********  CLASS DESCRIPTIONS PAGE  ************/ 

.classDescriptions li { margin-bottom: 1em; }

.classDescriptions ol { margin-bottom: 3em; }