.currentpage a{
 background-color:black;
}
body {
	/* The body must be declaterd at 100% height for the left menu to go fully down the page. */
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 96%;
    background: url(images/background.jpg) 0 0 repeat-x #FFFFFF;
}
	   				
#header {
	z-index:100;
	left:0px;
	top: 0px;
    height: 153px;
    width:100%;
    min-width:100%;
    max-width:100%;
    background:url(images/C.jpg) 0 0 no-repeat;
	position: fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:18pt;  font-weight:bold;  color:#FFFFFF;  text-decoration: none;
	clear:both;
}
#headertitle{
    float:left;
    position:fixed;
    top:55px;
    left: 225px;
    z-index:100;
} 

#container{
	clear:both;
	position:fixed;
	top:178px;
	left:0px;
	width:100%;
	height:75% !important;
	background-image:url(images/toc.jpg);
	background-repeat:repeat-y;
	overflow:auto;
	z-index:60;
	
} 
	
#main {
	/* The main class holds the content for the page */
	padding-top:5px;
	padding-left:15px;
	padding-bottom:80px;
	min-height: 750px;
	z-index:80;
	background:#FFFFFF;
	color: #000000;
	margin-left:200px;
    font-size: small; 
    font-weight: normal;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	
}

#content2s li {
	margin-left: 60px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:120%;
font-weight:lighter;
}

.printerfriendlylink {
	/* This class outlines the style for the printerfriendly text on the syllabus page. */
	float: right;
}
		
.printerfriendly {
	/* This class outlines the style for the printerfriendly text on the course Table of 
	Contents page. */
	font-size: small;
}

.lessontitle {
	/* This class also outlines how the title of the lesson should look, but does so for 
	the course Table of Contents page. */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}   

.lessonTitle {    						
	/* This class sets the style for the Lesson Title in the bar at the top of the 
	lesson page. */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: small;
	position: relative;
	float: left;
	margin-left: 200px;
	z-index: 100;
}           					

.colorbox {
padding: 1em;
background-color: #CCCCCC;
margin-top: 1em;
margin-bottom: 1em;
}

#toc {
    background-color: #A4B2D7;
	float:left;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-height: 800px;
	max-height: 100%;
	position:relative;
	z-index:80;
}


.tocheader {
background-color:#000066;
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:8pt;
font-weight:bold;
min-height:30px;
padding-bottom:5px;
padding-top:5px;
position:relative;
text-align:center;
text-decoration:none;
width:200px;
}

#toc .subtopic{
    font-size:smaller;
    text-indent:5px;
    list-style-type:circle;
    list-style:circle;
} 

.toclink {
border-style:none none solid;
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:.8em;
font-weight:bold;
line-height:2em;
text-decoration:none;
padding-left:4px;
}



	
#toc a:hover {
	color: #FFFFFF !important;
	display:block;
	background:#4258AA;
	vertical-align:middle;
	line-height:2em;
}

#toc ul li {
	color: #FFFFFF;
	font:Verdana, Arial, Helvetica, sans-serif;  font-size:1em;  font-weight:bold;  color:#FFFFFF;  text-decoration: none;
	line-height:2em;
	vertical-align:middle;
}
	

#toc td a {
	vertical-align:middle;
	display: block;
	padding-left: 25px;
	padding-right: 2px;
	padding-top: 7px;
	padding-bottom: 7px;
	
}
		
#toc a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
    								
#toc  p {
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
}
		  					
#navigation_bar {
	/* The navigation bar holds the "page x of y" content as well as the navigation */
	background-color: #A4B2D7;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px; 
	padding-right: 5%;
	padding-left: 5px;
	top: 153px;
	height:15px;
	margin: 0px;
	left: 0px;
	clear: both;
	position: fixed;
	z-index: 100;
}

#navigation_bar_bottom {
	background-color: #000066;
	float: left;
	width: 100%;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px; 
	padding-right: 5%;
	padding-left: 5px;
	bottom: 0px;
	margin: 0px;
	left: 0px;
	clear: both;
	position: fixed;
	z-index: 100;
}
    							
#navigation {
color:#000000;
float:right;
font-family:Verdana,Georgia,"Times New Roman",Times,serif;
font-size:8pt;
font-weight:bold;
margin-right:15px;
position:relative;
z-index:100;
}
	
.navigation_bottom {
	/* This class sets the style for the navigation between lesson pages. */
	font-family: Verdana, Georgia, "Times New Roman", Times, serif; color: white;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	float: right;
	z-index: 100;
	margin-right: 15px;
}
/* The following three styles define how the links should appear in the document. 
The "!important" designation must stay for the a:hover class so that it works in IE. */
div.navigation a:link {
	color: #000000;
	text-decoration: none;
}
div.navigation_bottom a:link {
	color: #FFFFFF;
	text-decoration: none;
}

div.navigation_bottom a:hover {
	color: #990000;
	text-decoration:none;
}

div.navigation_bottom a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
div.navigation a:hover {
	color: #990000 !important;
	/*text-decoration: underline !important;*/
}
    										
div.navigation a:visited {
    color: #000000;
	text-decoration: none;
}

/* Copyright information */
.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:8pt;  font-weight:bold;  color:#000000;  text-decoration: none;
	text-align: center;
	width: 100%;
	position: relative;
	float: left;
}
		
/* This ID identifies and sets the style for the page numbering */
#page_xofy {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin-left: 220px;
	position: fixed;
	float: left;
}
    			
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 160%;
	color: #000066;
	text-align: center;
}
h2, .titlebar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 150%;
	background-color: #FFFFFF;
	color: #000066;
	border-style:solid;
	border-bottom-color: #000066;
	border-bottom-width: thin;
	border-top: none;
	border-left: none;
	border-right: none;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 140%;
	background-color: #FFFFFF;
	color: #000066;
	border-style:solid;
	border-bottom-color: #000066;
	border-bottom-width: thin;
	border-top: none;
	border-left: none;
	border-right: none;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 130%;
	background-color: #FFFFFF;
	color: #000066;
	border-style:solid;
	border-bottom-color: #000066;
	border-bottom-width: thin;
	border-top: none;
	border-left: none;
	border-right: none;
}
h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 120%;
	background-color: #FFFFFF;
	color: #000066;
	border-style:solid;
	border-bottom-color: #000066;
	border-bottom-width: thin;
	border-top: none;
	border-left: none;
	border-right: none;
}
h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 110%;
	background-color: #FFFFFF;
	color: #000066;
	border-style:solid;
	border-bottom-color: #000066;
	border-bottom-width: thin;
	border-top: none;
	border-left: none;
	border-right: none;
}
h7 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 100%;
	background-color: #FFFFFF;
	color: #000066;
	border-style:solid;
	border-bottom-color: #000066;
	border-bottom-width: thin;
	border-top: none;
	border-left: none;
	border-right: none;
}

.purpletext {
    color: #800080;
}
        	
