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

/* Padding happens in this order: TOP, RIGHT, BOTTOM, LEFT */
/* Padding is the space inside the div box and margin is the space outside the div box */

 
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 192px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #99CCCC url(/imagesN/corner-pic_cpl.jpg) no-repeat top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-left: 0px;
}

.siteSection {
	background-image: url(/imagesN/headerpage-cpl.jpg);
}

.twoColFixLt #sidebar1 {
	background-color: #C2DCBF;
}

div#nav ul {
	background-color: #C2DCBF;
}

div#nav2 ul {
	background-color: #C2DCBF;
}

#sidebar1 .tocheader {
	background-color: #69A366;
}
#sidebar1 .tocheader2 {
	background-color: #69A366;
}

.twoColFixLt #container #mainContent #greentop {
	background-color: #003333;
	padding: 10px;
	margin-top: 20px;
	height: 232px;
	margin-bottom: 20px;
}

.twoColFixLt #container #mainContent #greentop #subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #d5dc91;
	padding-left: 10px;
	margin-bottom: 7px;
}
.subtextwhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 14px;
	padding-top: 7px;
	font-style:normal; 
}




h1 {
	color: #62965F;
}

.cpl_table_head {
/*	color: #4A7847;
	background-color: #CFE3CC; */
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #448041;
}

.cpl_yellow_box {
	font-size: 11px;
	color: #000000;
	background-color: #FDFEBE;
	font-weight: normal;
	padding-top: 7px;
	padding-left: 11px;
	line-height: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #2E788B;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #2E788B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2E788B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2E788B;
}

.cplside {
	font-size: 11px;
	color: #000000;
	/*	width: 500px; */
	background-color: #FDFEBE;
	font-weight: normal;
	padding-top: 7px;
	padding-left: 11px;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2E788B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	float: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2E788B;
	margin-left: 4px;
}
.cpltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.cplbold {
	font-size: 12px;
	font-weight: bold;
}


#titleLink a:link {text-decoration: none; color: #ffffff;}
#titleLink a:visited {text-decoration: none; color: #ffffff;}
#titleLink a:active {text-decoration: none; color: #ffffff;}
#titleLink a:hover {text-decoration: underline; color: #ffffff;}



/*body { */
/*	background-color: #69a366; */
/*	background-image: url(/imagesN/bg_strip_cpl.gif); */
/*} */

 
.twoColFixLt #container #mainContent .img_flt_left {
	float: left;
}
.twoColFixLt #container #mainContent .course_hd {
	color:#1C5568;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	margin-bottom: 0px;
}
.twoColFixLt #container #mainContent .description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height:normal;
	margin-bottom: 0px;
}
.twoColFixLt #container #mainContent .learn {
	margin-top: 7px;
	padding-top: 0px;
	line-height: normal;
	margin-bottom: 0px;
}

