/*use this style sheet to override any of the styles with your own versions of them, and to add any module-specific styles you want to use*/
.chapterTitle {
   margin-bottom:6px;
   margin-top:-12px;
   margin-left:-24px;
   font: bold 18px "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
   color:#666666;
   display:block; 
}
#pageTitle {
	font: bold 16px "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: left;
	color:#1E77D3;
	width:auto;
	padding:12px 6px 0px 36px;
	display:block;
}
.navlevel3 {
padding-left:12px;
}
/*Temp Banner Style for ESN */
#banner{
	width:560px;
	height:190px;
	background-image:url(../media/banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:12px;
}
.flow {
	border: 3px double #CCC;
	margin: 6px 10px 10px 10px;
	width: 170px;
	height: 220px;
	float:right;
	font-size:10px;
}
#endLesson {
}
#endLesson a{
   position:relative;
   color:#FFFFFF;
   display:block;
   text-decoration:none;
    border-bottom:1px solid #006699;
	border-top:1px solid  #71A9E2;
	width:146px;
	padding:3px 0px 3px 3px;
	background-color:#CE868A;
	font-weight:700;
	text-decoration:none;
}
#endLesson a:hover {
   position:relative;
   color:#FFFFFF;
   display:block;
   text-decoration:none;
    border-bottom:1px solid #006699;
	border-top:1px solid  #71A9E2;
	width:146px;
	padding-bottom:3px;
	padding-left:3px;
	background-color:#345C99;
	text-decoration:none;
}
.additionalResources a {
	display:block;
}
