﻿html {
	margin:0;
	padding:0;
}

img {
	border:none;
}

a img {
	border:none;
}

body {
	background-color:#FFFFFF;
	font-family:verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font:bold 2.5em "Edwardian Script ITC", "Times New Roman", Times, serif;
	color:#002F70; /* blue */
	margin-top:25px;
}

h2 {
	font:1.4em "BankGothic Md BT", Verdana, Arial, sans-serif;
	color:#CE0002; /* red */
	border-bottom:2px solid #F5DBA3; /* beigh */
}

h3 {
	font:1.2em "BankGothic Md BT", Verdana, Arial, sans-serif;
	font-weight:normal;
}
h4 {
	font-size:.8em;
	color:navy;
	margin-bottom:3px;
	border-bottom:1px solid green;
}
h5 {
	font-size:.8em;
	color:black;
	margin-bottom:3px;

}

caption {
	font:1.2em "BankGothic Md BT", Verdana, Arial, sans-serif;
	font-weight:normal;
	text-align:left;
	text-indent:5px;
	padding-bottom:5px;
}
p {
	font-size:.8em;
	margin:0 0 8px 0;
}
acronym { 
    cursor:help;
    border-bottom: 1px dashed maroon;
}

/* HEADER STYLES */
#leftColHeader {
	position:absolute;
	left:0px;
	top:0px;
	width:245px;
	height:131px; /*102px*/
}

#leftColOutline {
	position:absolute;
	left:0px;
	top:131px;/*102px*/
	width:255px;/*245px*/
	height:29px;/*29px*/
	background:url(../imagesPRES/outline.gif) no-repeat;
	text-align:center;
	color:#FFF;
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
}
#layout-02 {
	position:absolute;
	left:245px;
	top:0px;
	width:736px;
	height:160px;/*131px */
}
#TopNav {
	position:absolute;
	left:255px;
	top:131px;/*131px*/
	width:446px;
	height:29px;
	background:url(../imagesPRES/TopNavBG.gif) no-repeat;
	border-top:1px solid green;
	text-align:center;
	z-index:1 /*500*/;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
}

#TopNav div.tab {
	background:url(../imagesPRES/tabBG.gif) repeat-x;
	float:left;
	height:19px;
	padding:5px 10px;
	border-left:1px solid #FFF;
}
#TopNav div.First {
	border-left:none;
}
#TopNav div.tab a {
	color:#FFF;
}
#TopNav div.tab a:visited {
	color:#FFF;
}
#TopNav div.tab a:hover {
	color:#CE0002;
}
#fauxCol {
	position:absolute;
	left:0px;
	top:160px;/*131px*/
	width:981px;
	background:url(../imagesPRES/faux_col.gif) repeat-y;
}

/* OUTLINE STYLES */
#outline {
	position:relative;
	left:2px;
	top:0px;
	width:243px;
	float:left;
	 /*background-color:red;002A64
	border-right:1px solid #2C3F7A;*/

}

#outline ol {
	width:205px;
	margin:0px;
	padding:0 0 25px 30px;
	font-size:10px;	
	background-color:#002A64;
	color:#FFFFFF;
}

#outline ol li {	
	margin-right:3px;
	padding:8px;
	border-bottom:1px solid #FFFFFF;
}

/*#outline ol li a {
	color:#6996F8;
	text-decoration:none;
}
*/
#outline ul {
	width:210px;
	margin:0;
	padding:0 0 25px 25px;
	font-size:10px;	
	background-color:#002A64;
	color:#FFFFFF;
	list-style-type:none;
}

#outline ul li {	
	margin-right:3px;
	padding:8px;
	/*border-bottom:1px solid #FFFFFF;*/
}

#outline ol li a {
	color:#FFFF33; /* 6996F8  */
	text-decoration:none;
}


#outline ul li a {
	color:#FFFF33; /* 6996F8  */
	text-decoration:none;
}


#outline ol li a:hover {
	color:#3DD942; /* green */
}


#outline ul li a:hover {
	color:#3DD942; /* green */
}

#outline ol li a.active {
	color:#FFFFFF;
}

#outline ul li a.active {
	color:#FFFFFF;
}

#outline ol li a.complete {
	color:red; /* 663399 */
}


#outline ul li a.complete {
	color:red; /* 663399 */
}


/* CONTENT STYLES */
#content {
	width:712px;
	margin-left:255px;
	margin-top:30px;/*50px*/
}

/* 692 px */
.learningMaterial {
	margin:0 10px 25px 10px;
}
.header {
	border-bottom:1px solid #800000;
}
.learningMaterial ol {
	font-size:.8em;
}
.learningMaterial ul {
	font-size:.8em;
	list-style-type:none;
	/*margin:0;
	padding:0;
	margin-left:15px;*/
}
 .learningMaterial ul li {
  /*	padding:0px;
 	margin:0px;*/
	padding-left:30px;
	background:url('../imagesPRES/UL_checkmark.gif') no-repeat left top;
	padding-right:2px;
}
.learningMaterial ul li.noCheck {
	background-image:none;
}
.learningMaterial ul li {
	margin-bottom:8px;
}
.learningMaterial ol li {
	margin-bottom:8px;
}
.learningMaterial ul li label {
	width:60px;
	font-size:.95em;
	float:left;
	margin-left:15px;
}
img.withBorder {
	margin:10px;
	padding:0;
	border:1px solid navy;	
}
.alignLeft {
	float:left;
	padding-right:10px;
}

.alignRight {
	float:right;
	margin-right:25px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style:italic
}
.red {
	color:red;
}
.underline {
	text-decoration:underline
}
.BringtoStudentsAttention {
	font-weight:bold;
	color:#CE0002; /* red */
	margin:10px 50px;
	padding:5px;
	border:1px solid #07753A; /* green */
	background-color:#EBEBE1; /* gray */
	width:400px;
	text-align:center;
}
.StudentName {
	color:#002F70; /*blue*/
	font-style:italic;
}
.Highlight {
	color:green;
	font-style:italic;
}
.note {
	width:400px;
	text-align:center;
	font-style:italic;
	margin:15px 110px;
	padding:10px 5px 5px 5px;
	border:1px solid green;
	clear:right;
}

form {
	margin:25px 0 0 25px;
}
form div {
	margin-bottom:5px;
}
label {
	width:160px; 
	float:left; 
	font-size:.75em; 
	color: #003366; 
	margin-top:2px;
}
.label {
	font-size:.75em; 
	color: #003366;
}
p#PageNumber {
	margin:50px 25px 10px 0;
	float:right;
	border-bottom:1px solid #800000;
	font-style:italic;
	color:#002F70;
	clear:both;
}
.AnswerSheet {
	display:none;
	height:0;
}
	
/* FOOTER STYLES */
#footer {
	clear:both;
	width:981px;
	height:68px;
	background:url(../imagesPRES/footer.gif) no-repeat;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
#footer.NonLearning {
	background:url(../imagesPRES/footerGEN.gif) no-repeat;
}
#footer.NoPrevious {
	background:url(../imagesPRES/footerNoPrevious.gif) no-repeat;	
}
#footer.NoNext {
	background:url(../imagesPRES/footerNoNext.gif) no-repeat;	
}
p.copywrite {
	text-align:center;
	padding-top:25px;
	font-size:10px;
}
#footer a {
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:hover {
	color:#FFFF33;
}

#help {
	width:100px;
	position:relative;
	top:38px;
	left:80px;
	float:left;	
}

#glossary {
	width:100px;
	position:relative;
	top:38px;
	left:150px;
	float:left	
}

#help a, #glossary a {
	color:#669999;
}
#Logout {
	width:80px;
	position:relative;
	top:31px;
	left:240px; /*240 */
	float:left
}
#Logout a {
	background: url("../imagesPRES/signoffROLL.gif") 0px 0px no-repeat;
	display:block;
	width:80px;
	height:23px;
}
#Logout a:link {
	background-position:0px 0px;
}
#Logout a:visited {
	background-position:0px 0px;
}
#Logout a:hover {
	background-position:0px -23px;
}
#Logout a:active {
	background-position:0px -23px;
}
#save {
	width:90px;
	position:relative;
	top:38px;
	left:320px; /*400 */
	float:left
}

#previous {
	width:90px;
	position:relative;
	top:38px;
	left:390px; /* 470 */
	float:left
}
#next {
	font-size:20px;
	width:65px;
	position:relative;
	top:26px;
	left:415px; /* 495 */
	float:left;
}
.clearfix:after {
	content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;           /* inline elements don't respond to the clear property */ 
	height: 0;               /* ensure the period is not visible */
	clear: both;            /* make the container clear the period */
	visibility: hidden;	   /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
/* Light Box */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border:none ; } 
#overlay img{ border:none ; }

#overlay{ background: url(../imagesPRES/overlay.png);  }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../imagesPRES/overlay.png", sizingMethod="scale");
}

