@charset "UTF-8";
/* CSS Document */

/* #containerBody > Top .. Titles and Module Menus */

/* marker - BODY */
#bdymrkr {
	text-align: center; 
	font-size: x-large;
}


/* '''' FREE PRESENTATIONS TITLE '''' */
#frpsTtl {	
	background-color: #CCC;
	width: 100%;
	float: left
}
/* modules pages , include margin bottom to allow space between title and content */
.frpsTtlMgBtm {
	margin-bottom: 15px;
}

/* '''''' MDQR FOR FREE PRESENTATIONS TITLE ,  from  idx.css, presntns.css, presntnsHm.css & prsntnNdBlbTOP.css '''''' */
@media (max-width: 450px) {
	#frpsTtl {
		width: 100%;
		min-width: 300px;
		max-width: 390px;
	}
}


/* '''' LEARNER RESOURCES TITLE '''' */
/* '' the 3 ESSENTIAL GUIDANCE FREE PRESENTATIONS PAGES ''*/
/*  => lrnrRscs.jpg, 1st-3rdYrPsnts.jpg, 5thYrPsnts.jpg, 6thYrPsnts.jpg */
#lnrsctl {
	background: /*white*/;
	text-align: left;
	width: 100%;
	height: auto;
	float: left;
}
#lnrsctl img {
	padding: 10px;
	padding-left: 20px;
}
