<html><body><p>/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

img, fieldset {
	border: 0;
}

 set image max width to 100% 
 img {
	max-width: 100%;
	height: auto;
	width: auto\9;ie8 
}

/* set html5 elements to block */ 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}

li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 0;
	color: #000;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS,Arial,Times New Roman;
    font-size: 1em;
}

h5.not-selected {
	font-weight: normal;
}

a:visited {
    color: #4A006E;
}

a {
    color: #0A29A5;
}

a:hover {
    text-decoration: none;
}

body#qlepimode li#epimodenav, body#qlexposure li#exposurenav, body#qlepicurve li#epicurvenav {
    font-weight: bold;
	/*display:none;*/
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
#skipmenu { display: none; }

a.skippy {
    height: 1px;
    left: -1000px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: -1000px;
    width: 1px;
}
a.skippy:active, a.skippy:focus, a.skippy:hover {
    background-color: #5271AD;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    left: 0;
    overflow: auto;
    padding: 5px;
    top: 0;
    width: 99%;
    z-index: 100;
}

/**************************************************************************************************************************
Structure
**************************************************************************************************************************/
body {
		background: url("../images/background.png") transparent repeat;
		background-color: #E4E9ED;		
		margin: 0;
		font-family: Trebuchet MS,Arial,Times New Roman;
		color: #000;
		font-size: 1em;
    	}	
	
    	#pagewrap {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
	}		
	

	#content-home {
		border: 1px solid #000;
		background-color: #fefefe;
		/*box shadow */
		-webkit-box-shadow: 0px 3px 5px 0px   rgba(0,0,0,.5);
		-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,.5);
		box-shadow: 0px 3px 5px 0px rgba(0,0,0,.5);
		width: 95%;
		float: none;
		margin: 10px 5px 5px 5px;
		padding-left: 5px;
	}

	#content {
		width: 94%;
		float: none;
		margin: 5px 5px 5px 5px;
		padding-left: 5px;
		padding-bottom: 50px;
		border: 1px solid #000;
		background-color: #fefefe;
		/*box shadow*/ 
		-webkit-box-shadow: 0px 3px 5px 0px  rgba(0,0,0,.5);
		-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,.5);
		box-shadow: 0px 1px 5px 0px rgba(0,0,0,.5); 		
	}	

	#ql-mainnav-box {
		display: block;
		list-style: none outside none;
		margin: 0;
		padding: 0;
		width: 100%;
		background-color: none;
	}
	
	#ql-nav {
		width: 95%;
	}
	
	#ql-leftnav {
		width: 100%;
		float: none;
		margin: 0;
		clear: both;
	}
	
	
	
/**************************************************************************************************************************
Header
**************************************************************************************************************************/    	
	#branding {
		display: block;        
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		border-top: 1px solid #000000;
		padding: 2px;
		height: 56px;
		min-width: 296px;
		max-width: 100%;
		background: url("../images/headerBackground.png") transparent repeat-x; 
	}
	
	#branding #branding-logo {
		background: url("../images/cdcLogo.png") transparent no-repeat;
		padding: 2px;
		height: 56px;
		max-width: 100%;
		margin: 3px;
	}	
	
	#branding-logo span {
		display: none;
	}
	
	#branding #branding-logoImage a {
		height: 56px;
		width: 50px;
	}
	
	#branding #branding-logo img {
		display: none;
	}
	
	#branding span {
		display: none;
	}
	
	#branding span a, #branding span a:visited {
		color: #666666;
		font-size: 0.9em;
		text-decoration: none;
	}
	
	#branding span a:hover {
		color: #396DA5;
		font-size: 0.9em;
		text-decoration: underline;
	}

	#branding span h2 {
		display: inline;
		position: relative;
		float: left;
		clear: none;
		margin: 0;
		padding-top: 0;
		font-size: 16px;
		text-align: left;
		font-weight: normal;
		text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
		color: white;
	}
	
	#branding #mobileheader {
		display: inline;
		position: relative;
		float: left;
		clear: none;
		margin: 0 0 0 72px;
		padding-top: 3px;
		font-size: 16px;
		text-align: left;
		font-weight: normal;
		text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
		color: white;
	}
	
	.homeButton {
		position: absolute; 
		right: -50%;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px; 
		padding-left: 0px;
		margin-top: 0px; 
		margin-right: 0px; 
		margin-bottom: 0px;
		margin-left: 0; 
		display: block;
	}

/**************************************************************************************************************************
Content
**************************************************************************************************************************/
	#pagewrap #content .lesson h2 {
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		margin-top: 0;
		padding-bottom: 10px;
		color: #000000;
	}


	#content-home h2 {
		font-family: Trebuchet MS, Arial,Times New Roman;
		font-size: 16px;
		font-weight: bold;
		margin-top: 10px;
		padding-bottom: 10px;
		padding: 0;
		color: #000000;
		min-height: 20px;
	}

	.ql-lesson-image {
		width: 95%;
		padding: 0;
	}
.exercises a {
    display: block;
    color: #FFF;
    background-color: #369;
    width: 100%;
    height: 100%;
    padding: 3px 3px;
    text-decoration: none;
    border-top: 1px solid #036;
    border-left: 1px solid #036;
    border-right: 1px solid #036;
    border-bottom: 1px solid #036;
    -webkit-border-radius: 5px;
    border-radius: 5px;     
}


.exercises a:hover {
    width: 100%;
    height: 100%;
    text-decoration: underline;    
    -webkit-border-radius: 5px;
    border-radius: 5px;    
}


.exercise2 {
    width: 20%;
    margin-left: 10px;
    text-align: center;
}


.exercise3 {
    width: 70%;
    margin-left: 10px;
    text-align: center;
}


.exercise4 {
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    padding: 5px;
}

/*.ql_center_align_wo_border_header {
    font-weight: bold;
    text-align:center; 
    border: none; 
    padding: 0 5px 0 5px;
    margin-left: 10%;
}

.ql_center_align_wo_border { 
    text-align:center; 
    border: none; 
    padding: 0 5px 0 5px;
    margin-left: 10%;
	font-size: 9px;
}*/
.ql_center_align_wo_border_header {
    font-weight: bold;
    text-align:center; 
    border: none; 
    padding: 0 5px 0 5px;
    margin-left: 10%;
	font-size: 12px;
}

.ql_center_align_wo_border { 
    text-align:center; 
    border: none; 
    padding: 0 2px 0 2px;
    margin-left: 10%;
	font-size: 12px;
}

.lesson {
    padding: 5px;
}

.ql_indent {
    padding-left: 40px;
    text-align: justify;
}

/**************************************************************************************************************************
Navigation
**************************************************************************************************************************/
nav ul {
    list-style-type: none;
    /*background: none repeat scroll 0 0 #F5F5F5;*/
    margin: 0;
    padding: 0;
    border: 0px solid #CCCCCC;
    vertical-align: baseline;
    font-size: 1em;
}


li {
    padding-left: 0;
}


.col {
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 0px 5px;
    width: 94%;
    /*border: 1px solid #CBCBC3;*/
    display: block;
    /* rounded corner */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}

.col a {
    text-decoration: none;
    color: #036;
    
}

.col h5 {
    margin: 0;
    color: #036;
}

.col1 {
    margin-right: 0;
    display: block;
    border: 1px solid #036;
    background-color: #E4E9ED;
}

.col2 {
    margin-right: 0;
    display: block;
    border: 1px solid #036;
    background-color: #E4E9ED;
}

.col3 {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
    border: 1px solid #036;
    background-color: #E4E9ED;
}

#ql-nav-left ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#ql-nav-left li { 
	margin: 0 0 .2em 0; 
}

#ql-nav-left #ql-leftnav-header a {
    text-decoration: none;    
    background-color: #369;
    color: #FFF;
    border-top: 1px solid #036;
    border-left: 1px solid #036;
    border-right: 1px solid #036;
    border-bottom: 1px solid #036;
}
	
#ql-nav-left a {
    display: block;
    color: #036;
    background-color: #E4E9ED;
    width: 94%;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #036;
    border-bottom: 1px solid #036;
    margin: 5px 5px 5px 5px;
     /* rounded corner */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;     
}

#ql-lesson-nav {
	display: inline;
}

#ql-lesson-nav-box {
	display: inline;
}

.ql-lesson-nav-box-items {
	display: inline;
}

#content #main-nav {
	margin: 0;
	padding: 0;
	left: 76%;
}

#content #main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: relative;
}

#content #main-nav li:first-child {
	margin-right: 5px;
}
#content #main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 5px 5px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

/**************************************************************************************************************************
Footer
**************************************************************************************************************************/
#siteinfo {
    display: none;
}

#siteinfo-credits {
    display: none;
}

.footer {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 12px;
    text-align: center;
    margin: 12px auto;
    height: auto;
    min-height: inherit;
    top: 0;
    border: none;
}

.mobile-label-cdc-link a,
.mobile-footer-links a,
.mobile-footer-links a:visited,
.mobile-footer-links a:active {
	text-decoration: none;
	color: #0a29a5;
}

.mobile-label-cdc {
	margin: 9px 0px 0px 0px;
	padding: 0;
	display: block;
}

.mobile-label-cdc-link {
	margin: 0px 0px 0px 0px;
	padding: 0;
	display: block;
}

.mobile-label-safer,
.mobile-label-hhs {
	display: block;
	margin: 9px 0px;
	padding: 0;
}	

	


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/**************************************************************************************************************************
Structure
**************************************************************************************************************************/
	body {
		background: url("../images/background.png") transparent repeat;
    	}	

	#pagewrap {
		width: 100%;
		margin: 0 auto;
	}
	
	#content-home {
		margin: 10px 5px 5px 15px;

	}

	#content {
		margin: 5px 5px 5px 15px;		
	}
	
	#ql-mainnav-box {
		display: block;
		list-style: none outside none;
		margin: 0;
		padding: 0;
		width: 100%;
		background-color: none;
	}
	
	#ql-nav {
		width: 95%;
	}
	
	#ql-leftnav {
		width: 100%;
		float: none;
		margin: 0;
		clear: both;
	}


	
/**************************************************************************************************************************
Header
**************************************************************************************************************************/    	
	#branding {
		display: block;        
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		border-top: 1px solid #000000;
		padding: 2px;
		height: 56px;
		min-width: 296px;
		max-width: 100%;
		background: url("../images/headerBackground.png") transparent repeat-x; 
	}	
	
	#branding #branding-logo {
		background: url("../images/cdcLogo.png") transparent no-repeat;
		padding: 2px;
		height: 56px;
		max-width: 100%;
		margin: 3px;
	}

	#branding-logo span {
		display: none;
	}

	#branding #branding-logoImage a {
		height: 56px;
		width: 50px;
	}	
	
	#branding #branding-logo img {
		display: none;
	}
	
	#branding span {
		display: none;
	}
	
	#branding span a, #branding span a:visited {
		color: #666666;
		font-size: 0.9em;
		text-decoration: none;
	}
	
	#branding span a:hover {
		color: #396DA5;
		font-size: 0.9em;
		text-decoration: underline;
	}

	#branding span h2 {
		display: inline;
		position: relative;
		float: left;
		clear: none;
		margin: 0;
		padding-top: 0;
		font-size: 16px;
		text-align: left;
		font-weight: normal;
		text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
		color: white;
	}
	
	#branding #mobileheader {
		display: inline;
		position: relative;
		float: left;
		clear: none;
		margin: 0 0 0 72px;
		padding-top: 3px;
		font-size: 16px;
		text-align: left;
		font-weight: normal;
		text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
		color: white;
	}
	
	.homeButton {
		position: absolute;
		right: -175%;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px; 
		padding-left: 0px;
		margin-top: 0px; 
		margin-right: 0px; 
		margin-bottom: 0px;
		margin-left: 0px; 
		display: block;
	}
	
/**************************************************************************************************************************
Content
**************************************************************************************************************************/
	.ql-lesson-image {
		width: 65%;
		padding: 0;
	}

/**************************************************************************************************************************
Navigation
**************************************************************************************************************************/

.col {
    padding: 5px 0px 5px 5px;
    margin: 5px 0px 0px 15px;
    width: 95%;
    border: 1px solid #CBCBC3;
    display: block;
    /* rounded corner */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}	

.col a {
    text-decoration: none;
    color: #036;
    
}

.col h5 {
    margin: 0;
    color: #036;
}

.col1 {
    margin-right: 0;
    display: block;
    border: 1px solid #036;
    background-color: #E4E9ED;
}

.col2 {
    margin-right: 0;
    display: block;
    border: 1px solid #036;
    background-color: #E4E9ED;
}

.col3 {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
    border: 1px solid #036;
    background-color: #E4E9ED;
}

#ql-nav-left a {
    margin: 5px 5px 5px 15px;   
}
}

/* Desktops and laptops ----------- */	
@media only screen and (min-width: 1000px) {
/**************************************************************************************************************************
Structure
**************************************************************************************************************************/	
	body {
		background: url("../images/shadowed2.png") repeat-y scroll center top transparent;
		background-color: #E4E9ED;
		font: 75% Verdana,Arial,Helvetica,sans-serif;
		height: 100%;
    	}	

	#pagewrap {
		width: 100%;
		margin: 0 auto;
		
	}
		
	#content-home {
		margin: -35px 0 0 0;
		width: 100%;
		max-width: 1000px;
		background-color: #fefefe;
		border: none;
		/*box shadow */
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 0;


	}

	#content {
		width: 60%;
		height: 100%;
		float: right;
		margin: 5px 30px 10px 30px;
		padding: 0;
	}
	

	
	#ql-mainnav-box {
    		float: left;
    		list-style: none outside none;
    		margin: 0 0 0 50px;
    		padding: 0;
    		width: 90%;
    		min-height: 250px;
    	}

    	#ql-nav {
    		display: inline;
    	}

    	#ql-leftnav {
    		width: 28%;
    		float: left;
			margin-top: 0;
    	}
		
		
/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 0;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
	font-family: "Trebuchet MS",Arial,sans-serif;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}		
		

/**************************************************************************************************************************
Header
**************************************************************************************************************************/    	
	#branding {
		background: url("https://www.cdc.gov/training/QuickLearns/images/bluebar-82.jpg") repeat-x scroll 0 0 white;
		height: auto;
		min-height: 95px;
		min-width: 1px;
		position: relative;
	}

	#branding #branding-logo {
		background: url("../../../TemplatePackage/images/cdcHeaderLogo.gif") no-repeat scroll 5px 20px transparent;
		height: 95px;
		margin: 0;
		max-width: 100%;
		padding: 0;
	}
	
	.esp #branding #branding-logo {
    	background: url("https://www.cdc.gov/TemplatePackage/images/esp/cdcHeaderLogo.gif") no-repeat scroll 5px 20px transparent;
    	max-width: 100%;
	}



	#branding #branding-logoImage a {
		height: 60px;
		position: absolute;
		width: 480px;
	}

	#branding #branding-logo img {
		display: none;
	}

	#branding span {
		display: block;
		margin: 5px 0 0 9px;
		position: absolute;
		text-align: center;
	}
		#branding-logo span {
		display: none;
	}
	#branding span a, #branding span a:visited {
		color: #666666;
		font-size: 0.9em;
		text-decoration: none;
	}
	
	#branding span a:hover {
		color: #396DA5;
		font-size: 0.9em;
		text-decoration: underline;
	}

	#branding span h2 {
		display: none;
	}
	
	.homeButton {
		display: none;
	}


	#ql-header-image {
		background: url("../images/quickLearnBanner.jpg") no-repeat;
		height: 135px;
		width: 100%;
		border-bottom: 1px solid #cccccc;
		position: relative;
		margin: 17px 0 0 0;
		padding: 0;
		display: block;
	} 
	
/**************************************************************************************************************************
Content
**************************************************************************************************************************/
	#pagewrap #content .lesson h2 {
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 2em;
		font-weight: normal;
		margin-top: 0;
		padding-bottom: 10px;
		color: #0C5205;
	}


	#content-home h2 {
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 2em;
		font-weight: normal;
		margin-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		color: #0C5205;
	}	
	
	.ql-lesson-image {
		width: 65%;
		padding: 0;
	}
	
	#ql_center_align_wo_border_header {
		font-weight: bold;
		text-align:center; 
		border: none; 
		padding: 0 5px 0 5px;
		margin-left: 10%;
		font: 75% Verdana,Arial,Helvetica,sans-serif;
	}

	#ql_center_align_wo_border { 
		text-align:center; 
		border: none; 
		padding: 0 5px 0 5px;
		margin-left: 10%;
		font: 75% Verdana,Arial,Helvetica,sans-serif;
	}

	.lesson {
		padding: 5px;
	}

	.ql_indent {
		padding-left: 40px;
		text-align: justify;
	}	

	.tagline {
		margin-left: 10px;
	}

/**************************************************************************************************************************
Navigation
**************************************************************************************************************************/	
	.col {
		padding: 5px;
		float: left;
		margin: 1em 3em 1em 0;
    		width: 28.5%;
		border-top: 1px solid #CBCBC3;	
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		/* rounded corner */
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;   
	}

	.col a {
		color: #0a29a5;
		text-decoration: none;
	}

	.col a:visited {
		color: #4a006e;
	}

	.col a:hover {
		color: #0a29a5;
		text-decoration: underline;
	}

	.col a h5  {
		margin: 0;
		color: #0a29a5;
	}

	.col1 {
		margin-left: 1em;
		background-color: #fff;
	}

	.col2 {
		margin-right: 3em;
		background-color: #fff;
	}

	.col3 {
		margin-right: 0;
		background-color: #fff;

	}


/**************************************************************************************************************************
Footer
**************************************************************************************************************************/	
#footer {
	clear: both;
}

#siteinfo {
	display: block;
	height: 77px;
	border-top: 5px solid #4162a5;
}

#siteinfo-credits {
	display: block;
    background-color: #FFFFFF;
    border: medium none;
    color: #000000;
    line-height: 1.2;
    margin: 0;
    min-height: 70px;
    padding: 6px 0 0;
}

#siteinfo-credits img {
	margin: -6px 0.    25em 0 0;
	border: none;
	padding: 0 0 1em 0;
	float: left;
	clear: right;
}

address {
    font-style: normal;
}

#siteinfo-credits p, #siteinfo-credits address {
    background: none repeat scroll 0 0 transparent;
    font-size: 0.9em;
    line-height: 1.55em;
    padding: 10px 0 0 10px;
    text-align: left;
}
#siteinfo-credits address a {
    color: #0A29A5;
    text-decoration: underline;
}
#siteinfo-credits address a:hover {
    text-decoration: none;
}

#siteinfo-logos {
	display:inline;
	float: right;
	height: 55px;
	width: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: 1px solid #fff;
}

#siteinfo-credits #siteinfo-logos img {
	float: left;
	display: inline;
	margin: 0;
	border: none;
	padding: 0;
}

#siteinfo-logos a:first-child img {
	margin-top: 0.7em;
}

#siteinfo-nav {

	background: #E5EBF3;
	color: #0061AA;
	margin: 0;
	font-size: 0.9em;
	height: 23px;
	width: auto;
}

#siteinfo-nav ul.menu {
	background: transparent;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.25;
	height: 23px;
}

#siteinfo-nav ul.menu li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 1em;
	width: auto;
}

.footer {
    display: none;
}	
}	

	
		
	
	
	

	
	
	




































</p></body></html>