@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;
}
*[lang="fr"] { /* automatically italicize French words */
	font-style: italic;
}
*[lang="la"] { /* automatically italicize Latin words */
	font-style: italic;
}
*[lang="el"] { /* automatically italicize Greek words */
	font-style: italic;
}
*[lang="es"] { /* automatically italicize Spanish words */
	font-style: italic;
}
*[lang="de"] { /* automatically italicize German words */
	font-style: italic;
}
*[lang="it"] { /* automatically italicize Italian words */
	font-style: italic;
}
#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. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
#spryinst {
	position: absolute;
	top: -9999em;
	left: -9999em;
}
#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: 5px;
	margin: 0;
}
#newHeader { /*This is the section header.*/
	background-color: #EEEEEE;
	margin-top: 0px;
	margin-left: 13em;
	margin-bottom: 0px;
	padding-left: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#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;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar1 ul { /*Module titles*/
	margin: 0;
	padding: 0;
}
#sidebar1 ul li { /*Module titles*/
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 0 10px;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
}
#sidebar1 ul ul li { /*Module titles*/
	color: #FFFFFF;
	font-weight: bold;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
}
#sidebar1 ul li a:link, ul ul li a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#sidebar1 ul li a:visited, ul ul li a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#sidebar1 ul li a:hover, ul ul li a:hover {
	text-decoration: underline;
	font-weight: bolder;
	color: #FFFFFF;
}
#sidebar1 ul ul ul li { /*Section titles*/
	font-size: 100%;
	color: #ff9;
	margin-left: -15px;
	text-align: right;
	padding: 10px 20px 0 0;
	list-style-type:none;
}
#sidebar1 ul ul ul li a:link {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#sidebar1 ul ul ul li a:visited {
	color: #eee;
	text-decoration: none;
	font-weight: normal;
}
#sidebar1 ul ul ul li a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent  {
	margin: 0 2em 0 13em;
	padding: 0 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
#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: 120%;
}
#mainContent h3, h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#mainContent h3 {
	border-bottom: 2px solid gray;
}
#mainContent h3.plain {
	border-bottom: none;
}
#mainContent h4 {
	font-style: italic;
}
#mainContent img {
	padding-bottom:0.5em;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
li {
	padding-bottom: 0.5em;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
}
ul ul {
	list-style-position: outside;
	list-style-type: circle;
}
ol {
	list-style-position: outside;
}
ol ol {
	list-style-position: outside;
	list-style-type: lower-alpha;
}
ol ul {
	list-style-position: outside;
	list-style-type: disc;
}
ul.plain { /*creates a list without bullets*/
	list-style-type: none;
}
th {
	color: #900;
	text-align: center;
	background-color: #eee;
}
/* this will be to set up the smaller size for the super and sub scripts once approved 
sup, sub {    
    font-size: 80%;    
	height: 0;    
	line-height: 1;    
	vertical-align: baseline;    
	position: relative;    
	padding-left: .5px; 
} 
sup {
	bottom: .5ex; 
} 
sub {
	top: .5ex; 
}
*/

#footer  { 
	padding: 0 10px;
	font-size: 90%;
} 
#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 */

.auraltext {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.auraltext:active, .auraltext:focus; {
	position: static;
	color: #000;
	width: auto;
	height: auto;
	border: 1px dotted black;
}
.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;
}
div.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.centered {
    text-align: center; 
}
.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;
}
.textbox {
	margin-left: 2.5em;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
	width: 60%;
	padding: 15px;
	border: solid thin #000;
}
/* These are outline options available that use arabic numerals, upper roman numerals, then lower case alphabet that may be used as needed

.outline ol {
	list-style-position: outside;
	list-style-type: decimal;
} 
.outline ol ol {
	list-style-position: outside;
	list-style-type: upper-roman;
}
.outline ol ol ol {
	list-style-position: outside;
	list-style-type: lower-alpha;
}
*/
