body{
	color: #000;
    font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	background-color: #ffffff;
	margin: 0;
}
a:link{
	color: #000066;
}
a:visited{
    color: #666699;
}
#header{
	background: #003366;
	border-bottom: 2em solid #ccc;
	color: #cccccc;
	font-size: 10pt;
    font-weight: bold;
	padding: .35em;
}
#topnav{
	border-top: 4px solid #669;
	color: #99c;
	font-weight: bold;
	padding: .5em;
	margin-bottom: 1em;
}
#topnav span{
	float: left;
}
#topnav ul{
	color: #000033;
	margin: 0;
	padding: 0;
	float: left;
}
#topnav ul li{
	list-style:none;
	float: left;
	margin-left: 1em;
}
#topnav ul li+li{
	padding-left: 1em;
	background-image: url('../../../../Current Development/ALG2x-HS-A09/a/global_images/separator.gif');
	background-repeat: no-repeat;
	background-position: left; 
}
#topnav ul li+li:before {
	/*content: "\007C \0020";*/
}
#topnav ul li a{
	font-weight: normal;
}
#contentBoxContainer{
	text-align: center; /* center for IE */
}
#contentBox{
	border: 2px solid #669;
	width: 700px;
	margin: 0 auto; /* center for non-IE */
	margin-top: 2em;
	text-align: left; /* center for IE */
}

#contentBox2{
	border: 2px solid #669;
	width: 700px;
	margin: 0 auto; /* center for non-IE */
	margin-top: .2em;
	text-align: left; /* center for IE */
}

h1{
	color: #99c;
	font-weight: bold;
	font-size: 10pt;
	margin-left: 10px;
	padding-top: 5px;
}

h2 {
	font-weight: bold; 
	font-size:14px; 
	margin:0px;
	margin-bottom: 5px;
	padding:0px;  
	
}

h3 {
	font-weight: bold; 
	font-size:16px; 
	margin:0px;
	margin-bottom: 10px;
	padding:0px;  

}

hr {
	width: 100%;
	color: #669;
}

table, th, td {
	border: 1px solid black;
}

th, td {
	padding: 5px;
}

.style3 {
	color: #9999CC
}
.style4 {
	color: #CC0000;
	font-weight: bold;
}

#content{
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#content p{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#content ol li{ 
	padding-bottom: 5px; 
	margin:0px; 
	font-family: Arial, Helvetica, sans-serif;
}

#content ul li{ 
	padding-bottom: 5px; 
	margin:0px; 
	font-family: Arial, Helvetica, sans-serif;
}


#pageNav{
	position: relative;
	margin-top: 2em;
	padding: 10px 0 10px 0;
	border-top: 2px solid #669;
	border-bottom: 2px solid #669;
	clear: both;
}
.pageLinks{
	text-align: center;
	margin: 0 0 0 65px;
	display: block;
	width: 450px;
}
.pageLinks .current{
	font-weight: bold
}
.pageLinks span{
	margin: 0 0 0 .5em;
}
.pageLinks span+span{
	padding: 0 0 0 .5em;
	/* background-image: url('../global_images/separator.gif'); */
	background-repeat: no-repeat;
	background-position: left; 
}
#next {
	margin-top: -5px;
	padding-left:2px;
}
#copyright{
	background: #CCC;
	font-size: 7pt;
	text-align: right;
	padding: 3px;
}

#subNav {width: 800px; font-size:14px; padding: 5px; }

#subNav ul { margin: 0; padding: 0; list-style-type: none; padding-bottom: 8px;}

#subNav ul li { display: inline; }

#copy_foot {
	padding: 0 4px 5px 0;
	text-align: right;
}


#BoxHeader{
	background: #003366;
	border-bottom: 1.3em solid #ccc;
	color: #cccccc;
	font-size: 10pt;
    font-weight: bold;
	padding: .35em;
}


/**
 *	Page content area style sheet
 */



a[href]
{
	color: #0000FF !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

ol li
{
	margin-bottom : 20px;
}

ul li
{
	margin-bottom : 20px;
}

 
#content
{
	font-family: Arial, Helvetica, sans-serif;
}

.PageTitle
{
	font-weight: bold;
	font-size: 14pt;
}

.ParagraphTitle
{
	font-weight: bold;
	font-size: medium;
	margin-top: 0px;
	margin-top: 0px;
}


.PracticeActivityAnswers ol ol
{
	list-style-type: lower-alpha;
}


table.UnitAssignments
{ 
	width: 560px;
	border-collapse: collapse;
}


table.UnitAssignments th.PointsHeader
{ 
	width: 80px;
	padding: 0;
	text-align: center;
	padding-bottom : 20px;
}

table.UnitAssignments th.DescriptionHeader
{ 
	padding: 0;
	text-align: center;
	padding-bottom: 20px;
}

table.UnitAssignments tr
{ 
	margin-bottom: 20px;
}

table.UnitAssignments td.Points
{ 
	text-align: center;
	padding-bottom: 20px;
}

table.UnitAssignments td.Description
{ 
	text-align: left;
	padding-bottom: 20px;
}

table.ImageTable
{
	margin: 10px 10px 10px 10px; 
	text-align: center;	
	width:1%; 	
}


.MathFormula {
	white-space: nowrap; 
	font-size: 10pt;
}

.middle {vertical-align: middle;}

.courseImg{
	float: right;
	border: 1px solid #000;
	margin: 0 0 10px 10px;
}	
/* centers an image when applied as a class to the img */	
.img-a {
    display: block;
	margin: 0 auto;
	}
/* floats an image to the right */
.img-b {
	float: right; 
	margin: 0 0 5px 5px; 
	background-color: #ccc;
	}
/* floats an image to the left */
.img-d {
	float: left;
	margin: 0 10px 10px 0; 
	background-color: #ccc;
	}
/* imageCaption style */
.ImageCaption
{
	padding: 5px;
	font-size: 9pt;
	font-style: italic;
	text-align: center;
}
/* image centering for both Firefox and IE */
.outercontainer-a {
	text-align: center; 
	margin: 10px 0;
	}
/* class for div that contains image. width must be specified in the html document */	
.imagecontainer-a {
	display: inline; 
	margin: 0; 
	padding: 0;
	}
.imagecaption-a {
	display: inline-block;
	margin: 0; 
	padding: 10px 0; 
	clear: both; 
	/*background-color:#CCCCCC; */
	/*border-bottom: 1px solid #999;*/
	font-size: 9pt;
	font-style: italic;
	text-align: center;
}
.captionsource {
  margin: 0;
  background-color: #CCCCCC; 
  text-align: left; 
  font-size: 11px; 
  font-style: normal;
  }
/* center */
.centermedia {
	display: block;
	margin-right: auto;
	margin-left: auto;
	}
/* margin spacing for nested lists */
ul.nested {
	margin-top: 10px;
	}
/* think and click interactive */
.thinkandclick {
	clear: both;
	float: left;
	border: none;
	margin: 10; 
	padding: 0px 10px 0px 0px;
	}
.afterthinkandclick {
	clear: both; 
	margin-top: 10px;
}

html {
	overflow-y: scroll;
}

.wraptitle {

margin-left: 45px;

}

 

.wraptitleicon {

            float:left;

            vertical-align: middle;

            margin-right:5px;

}

/* page title icon style */

.icons {

margin: 0;

padding: 0 5px 5px 0;

vertical-align: middle;

}.kwl {
	font-size: 14pt;
}
