
					
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-color: #FFFFFF;
}
	
		
#content {
	/* The content class holds the content for the page */
	height: 100% !important;
	padding-top:5px;
	padding-bottom:50px;
	padding-left:15px;
	background-image: url(../images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	min-height: 750px;
	width:80%;
	z-index:4;
	background:#FFFFFF;
	color: #000000;
	margin:0 0px 0 200px;
	position:absolute;
    top: 178px;
    font-size: small; 
    font-weight: normal;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
}



/* Needed to fix cascading to SSIs */
#content #content {
margin: 0px;
top: 0px;
}
		
.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;
}
                					
				

#tocbackdrop {
    top:178px;
    left:0px;
    width:200px;
    position:fixed;
    height:100%;
    z-axis:0;
    background-color:#A4B2D7;
}
    				
#toc {
   	/* The TOC ID sets the styles for the lesson pages' table of contents. */
	/*padding: 0em 1em 10em 0em;*/
    background-color: #A4B2D7;
	float:left;
	width: 200px;
	height: 800%;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-height: 800px;
	max-height: 100%;
	position:relative;
	top:178px;
	left:0;
	z-index:3;
}

#toc ul {
    /* Moves li items to the left for the white bottom border to extend from end to end */
   	padding-left: 0px;
   	margin-top: 0px;
   	border-style:solid;
   	border-top-color: white;
   	border-top-width: thin;
   	border-bottom: none;
   	border-left: none;
   	border-right: none;    	
}    					

#toc li {
	/* This style indents the second line of pages in the lesson toc, and makes the 
	font size more reasonable.  */
	text-indent: -15px;
	list-style-image: none;
	list-style: none;
    font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:8pt;  font-weight:bold;  color:#FFFFFF;  text-decoration: none;
    padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
    padding-top: 0px;
    border-style:solid;
    border-bottom-color: white;
    border-bottom-width: thin;
    border-top: none;
    border-left: none;
    border-right: none;
}
#toc ul li ul li{
    font-size:smaller;
    text-indent:5px;
    list-style-type:circle;
    list-style:circle;
} 
#tocheader{
    z-index: 2;
    padding-top:5px;
    padding-bottom:5px;
    /*padding-bottom:5px;*/
    text-align:center;
    width: 200px;
    min-height: 10px;
    background-color: #000066;
    font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:8pt;  font-weight:bold;  color:#FFFFFF;  text-decoration: none;
}
    				
/* The following three styles define how the links should appear in the lesson TOC. 
The "!important" designation must stay for the a:hover class so that it works in IE. */
#toc a:link {
	color: #FFFFFF;
	text-decoration: none;
}
	
#toc a:hover {
	color: #FFFFFF !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:8pt;  font-weight:bold;  color:#FFFFFF;  text-decoration: none;
	display:block;
	background:#4258AA;
}

#toc li a {
	display: block;
	padding-left: 25px;
	padding-right: 2px;
	padding-top: 7px;
	padding-bottom: 7px;
}
		
#toc a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
    								
#toc  p {
/* This ID gives padding to the top of the lesson pages' TOC.*/
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
}
		
    			
  
    				
#header {
	top: 0px;
    height: 153px;
    width:100%;
    min-width:100%;
    max-width:100%;
    background-image:url(../images/background.jpg);
    background-repeat:repeat-x;
	position: fixed;
	z-index:100;
	font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:18pt;  font-weight:bold;  color:#FFFFFF;  text-decoration: none;
}
#headertitle{
    float:left;
    position:fixed;
    top:55px;
    left: 225px;
    z-index:100;
}  
    					
#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;
}

.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;
}
    							
.navigation {
	/* 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;
}
	
.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: #FFFFFF;
	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: #FFFFFF;
	text-decoration: none;
}

/* Copyright information */
.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:8pt;  font-weight:bold;  color:#FFFFFF;  text-decoration: none;
	text-align: center;
	width: 100%;
	position: fixed;
	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: #FFFFFF;
	margin-left: 10px;
	position: fixed;
	float: left;
}

a.anchor { 
	position: relative; 
	top: -178px; 
	}
a.anchor span { position: relative; top: 178px; }
    			
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 160%;
	color: #000066;
	text-align: left;
}
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;
}

        	