/* CSS Document */
body {
	font-size: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0.5em;
	text-align:center;
	color: #663333;
	}	
h1, h2, h3, h4 {
	font-weight: bold; 
	text-align: center;
	}	
h1 {
	font-size: 200%;
	}	
h2  {
	font-size: 160%;
	}	
h3 {
	font-size:120%;
	}
h4 {
	font-size:80%;
	}
div#navBar {
	text-align: center; 
	vertical-align: top;
	}
.td22 {
	width: 22%;
	}
.td56 {
	width: 56%;
	}
div#content {
	text-align: left; 
	font-size: 100%;
	}

.notes {
	font-size: 80%;	
	font-family:Georgia, "Times New Roman", Times, serif; 
	padding: 0.5em;
	text-align: center; 
	color: #663333;
	}
.notes p {
	margin: 0;
	}
.notes ul {
	margin: 0; 
	line-height: normal;
	}
.notes li {
	margin: 0px;
	padding: 0px;
}
.lecture {
	font-size: 90%; 
	text-align: left;
	}
.week {
	font-size: 110%;
	list-style-type: upper-alpha;
	line-height: 1.5em;
	}
.week ol li {
	list-style-type: decimal;
	}
div#menu {
	position: relative;
	float:left;
	padding: 0.4em;
	border: 1px solid red;
	width: 150px;
	line-height: 2em;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
div#main {
	position: relative; 
	margin: 0px 10px 10px 180px; 
	padding: .4em; border: 1px solid blue;
	}
div#main ol li ol {
	list-style:lower-alpha;
	}
.assignments {
	text-align: center;
	}
div#menu h3 {
	text-align: left;
	}
div#menu ol li {
	list-style: upper-roman;
	}
.small {
	font-size: 70%;
	}
.left {
	text-align: left;
	}
.bgLtBlue {
	background-color: #6666FF;
	}
.bgLtPink {
	background-color:#FF99FF;
	}
.centerAlign {
	text-align: center;
	}
.testTerm {
	background-color: #FFFF66; 
	font-weight: bold;
	}
#midterm {
	float: left;
	width: 45%;
	position: relative;
	left: 0px;
	top: 0px;
	}
#final {
	float: right;
	width: 45%;
	position: relative;
	right: 0px;
	top: 0px;
	}
#clearAll {
	clear: both;
	}
.emphasis { 
	text-decoration:underline; 
	}