@charset "utf-8";
body  {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {  /*holds everything below iu header*/
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	background: #DDDDDD;
	padding: 0 0 0 5px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
} 
#header  img  { /*Puts space around course title*/
	padding: 10px;
	margin: 0;
}
#newHeader { /*This is the section header.*/
	background-color: #EEEEEE;
	margin-top: 0px;
	margin-left: 13em;
	margin-bottom: 0px;
	padding-left: 2em;
}
#newHeader em { /*Makes section title black*/
	color: #000;
	font-style: normal;
}
#newHeader h1 { /*Module and section titles*/
	color: #990000;
	background-color: #EEEEEE;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	margin: 0;
	padding: 15px 10px 15px 0;
	text-align: left;
	vertical-align: middle;
	display: block;
}
#sidebar1  { /*left navigation menu*/
	float: left;
	width: 13em;
	padding: 10px 0;
	background-image: none;
	margin-bottom: 0px;
	background-color: #777;
}
#sidebar1 h1 { /*Module titles*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	padding: 10px 15px;
}
#sidebar1 h1 a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#sidebar1 h1 a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#sidebar1 h1 a:hover {
	text-decoration: underline;
	font-weight: bolder;
	color: #FFFFFF;
}
#sidebar1 h2 { /*Section titles*/
	font-size: 100%;
	color: #ff9;
	font-weight: bold;
	text-align: right;
	padding: 0 15px;
}
#sidebar1 h2 a:link {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#sidebar1 h2 a:visited {
	color: #eee;
	text-decoration: none;
	font-weight: normal;
}
#sidebar1 h2 a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
#mainContent  {
	margin: 0 2em 0 13em;
	padding: 0 2em;
} 
#mainContent h1 { /*This holds the module and section titles. It is invisible, but is there for those using screen readers who skip to the content, bypassing the sidebars and #newheader.*/ 
	 position: absolute;
	 left: -999px;
	 width: 990px;
}
#mainContent h2 { /*Main header (with line underneath) in content*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
}
#mainContent h3, h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
}
#mainContent h3 {
	border-bottom: 2px solid gray;
}
#mainContent h4 {
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 110%;
}
#mainContent h5 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 100%;
}
#mainContent img {
	padding-bottom:0.5em;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
ul li {
	padding-bottom: 0.5em;
	list-style-position: outside;
	list-style-type: disc;
}
ul ul li {
	padding-bottom: 0.5em;
	list-style-position: outside;
	list-style-type: circle;
}
ol li {
	padding-bottom: 0.5em;
	list-style-position: outside;
	list-style-type: decimal;
}
ol ol li {
	padding-bottom: 0.5em;
	list-style-position: outside;
	list-style-type: lower-alpha;
}
ol ol ol li {
	padding-bottom: 0.5em;
	list-style-position: outside;
	list-style-type: decimal;
}
ol ul li {
	padding-bottom: 0.5em;
	list-style-position: outside;
	list-style-type: disc;
}
th {
	color: #900;
	text-align: center;
	background-color: #eee;
}
#footer  { 
	padding: 0 10px;
} 
#footer  p  {
	margin: 0; 
	padding: 10px 0; /* padding on this element creates space, just as the the margin would have, without the margin collapse issue */
}


/* Miscellaneous classes for reuse */

.fltrt { /* this class floats an element right. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	padding-bottom: .5em;
}
.fltlft { /* this class floats an element left. */
	float: left;
	margin-right: 15px;
	padding-bottom: .5em;
}
.caption {
	font-size:70%; 
	text-align:center;
}
.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
.clearfloat { /* This class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.smTxt {
	font-size: 80%
}
.biblio { /*Hanging indent for references.*/
	text-indent: -2em;
	padding-left: 2em;
}
.indent { /*Indents like a blockquote.*/
	padding-left: 4em;
}
.red { /*Changes text color to dark red*/
	color: #900;
}
.outline ol li {
	padding-bottom: 0.5em;
	list-style-position: outside;
	list-style-type: upper-roman;
}
.outline ol ol li {
	padding-bottom: 0.5em;
	list-style-position: outside;
	list-style-type: upper-alpha;
}
.first {
	margin-top: 0;
	padding-top: o;
}
