body {
	background: #ffffff url(http://www.cdc.gov/ts/images/core/bgMain.gif) fixed 0px 50%;
}
	
#frame {
	width: 760px;
}

/* CDC TOP NAVIGATION
----------------------*/
#skiplinks {
	display: none;
	/* Other properties in allbrowsers.css */
}

/* =======================================================
DEFAULT TEXT STYLES: */

a {
	color: #003366;
}
	
:link {
	}
	
:visited {
	color: #660033;
}
	
:active {
	}
	
:hover {
	text-decoration: none;
}

ol, ul, li {/*
	list-style: none;*/
	font-size: 1em;
}

p {
	font-size: 1em;
	margin: 0 0 1.1em 0;	
	clear: none;
}

h1 {
	clear: left;
}
	
h2 {
	clear: left;
}
	
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
PAGE LAYOUT
/////////////////////////////////////////////*/

#mcolrcol {
	width: 597px;
	margin: 0 8px 0 0;
	display: inline;
	float: right;
	clear: none;
}

#content {
	float: right;
	margin: 0 8px 20px -2px;
	padding: 10px 0 0 10px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	display: inline;
	left: 0;
	position: relative;
	clear: none;
	width: 588px;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
TWO-COLUMN LISTS
/////////////////////////////////////////////*/

ul.twocolumnlist {
	list-style: none;
	width: 48%;
	color: #666666;
	float: left;
	clear: none;
	margin: 0;
	padding: 3px 5px 3px 1px;
}

.twocolumnlist li {
	padding: 0 0 8px 0;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
RIGHT COLUMN
/////////////////////////////////////////////*/

#rcol {
	width: 140px;
	float: right;
	display: inline;
	border-bottom: 1px dotted #666666;
	color: #666666;
	clear: none;
	margin: 0 0 10px 0;
}

/*#rightblock {
	width: 140px;
	float: right;
	color: #666666;
	clear: none;
	padding: 0 0 10px 5px;
}*/

#rcol h2 {
	border-top: 1px dotted #666666;
	clear: left;
	color: #333333;
}

#rcol ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 1px;
}

#rcol li {
	padding: 0 0 10px 0;
}

/*#rcol h2.languages {
	width: 140px;
	float: none;
	clear: none;
	margin: 0 0 7px 0;
	padding: 5px 0 0 0;
	border-bottom: none;
}*/

#rcol ul.languages {
	float: left;
	margin: 0;
	padding: 0 0 5px 1px;
	border: none;
}

#rcol ul.contactinfo {
	border: none;
}

#rcol ul.languages {
	font-size: .8em;
}

#rcol ul.languages li, #rcol ul.contactinfo li {
	padding: 0 0 5px 0;
}

#rcol ul.twocolumnlist li {
	padding: 0 0 5px 0;
	color: #999999;
}

/* E-MAIL/PRINT BOX
----------------------*/

#emailprint {
	width: 140px;
	float: right;
	clear: right;
	color: #666666;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 7px;
}

#rcol #emailprint {
	width: none;
	float: none;
	clear: none;
	color: #666666;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	list-style-type: none;
	padding: 0;
	margin: 0 0 -1px 0;
}

#emailprint li {
	margin: 5px 0 3px 0;
}

#emailprint #email {
	list-style: none;
	padding: 1px 0 0 18px;
	background: url(http://www.bt.cdc.gov/images/icon_email.gif) 0 5px no-repeat;
}

#emailprint #print {
	list-style: none;
	padding: 1px 0 6px 18px;
	background: url(http://www.bt.cdc.gov/images/icon_printversion.gif) 0 3px no-repeat;
}

#emailprint #pdf {
	list-style: none;
	padding: 1px 0 8px 18px;
	/*remove the following line after print script is added to site: */
	margin-top: -2px;
	background: url(http://www.bt.cdc.gov/images/pdficon_tiny.gif) 0 3px no-repeat;
}
#emailprint #govdel {
	list-style: none;
	padding: 1px 0 8px 18px;
	/*remove the following line after print script is added to site: */
	margin-top: -3px;
    margin-bottom: 2px;
	background: url(http://www.bt.cdc.gov/images/icon_govdel.gif) 0 3px no-repeat;
}

#emailprint #word {
	list-style: none;
	padding: 1px 0 8px 18px;
	/*remove the following line after print script is added to site: */
	margin-top: -2px;
	background: url(http://www.bt.cdc.gov/images/word_icon_tiny.gif) 0 3px no-repeat;
}

#emailprint #rss {
	list-style: none;
	padding: 1px 0 8px 0;
	margin-top: -5px;
}

#emailprint li#rss img {
	margin-right: 6px;
}

#emailprint li#rss a {
	text-decoration: none !important;
	text-decoration: underline;
}

#emailprint li#rss a:hover {
	text-decoration: none !important;
}

#emailprint li#rss a strong {
	font-weight: normal;
	text-decoration: underline !important;
}

#emailprint li#rss a:hover strong {
	text-decoration: none !important;
}

/* =======================================================
CONTACT INFO BOX: */


/* =======================================================
NAV PAGE: */

ul.navpage {
	margin: 0;
	padding: 1px 0 0 0;
	font-size: .9em;
	color: #666666;
	/*float: left;*/
	clear: left;
	/* Alternative properties in oldbrowsers.css */
	}

ul.navpage li {
	margin: 0 0 15px 1px;
	padding: 0;
	list-style: none;
}

ul.navpage li ul {
	margin: 5px 0 5px 20px;
	padding: 0;
	list-style: none;
}

ul.navpage li ul li {
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	background: url(http://www.bt.cdc.gov/images/blt-small.gif) 0 5px no-repeat;
}

ul.navpage li h2 {
	background: #FFECB9;
	margin: 40px 0 0 -1px;
	padding: 5px 10px 5px 10px;
	font-size: 1.1em;
	color: #000000;
	position: relative;
}

ul.navpage h3 {
	color: #000000;
	margin-top: 30px;
}

ul.navpage h4 {
	color: #000000;
	margin-top: 30px;
}

ul.navpage a {
	font-weight: bold;
	font-size: 1.1em;
}

ul.navpage .newupdated {
	font-size: 1em;
}

ul.navpage .filesize,
ul.navpage .filesize a {
	font-size: 1em;
	font-weight: normal;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
CDC HEADER
/////////////////////////////////////////////*/

#gbl-header {
	margin: 0;
	padding: 0;
}

/* CDC TOP NAVIGATION
----------------------*/
#cdctopnav span {
	display: none;
}

#cdctopnav ul {
	margin: 0;
	padding: 2px 0 4px 1px;
	background: #000000;
	font-size: 0.9em;
}

#cdctopnav ul li {
	display: inline;
	background: url(http://www.bt.cdc.gov/images/header/cdctopnav_separator.gif) 0 no-repeat;
	padding: 0 6px 0 11px;
}

#cdctopnav a {
	color: #FFFFFF;
}

/* CDC LOGO
----------------------*/
#cdclogo { 
	margin: 0;
	padding: 0;
	width: 760px;
	height: 75px;
	background: url(http://www.bt.cdc.gov/images/logo_cdc.gif) no-repeat; 		
	clear: both;
}

#cdclogo a {
  	position: absolute;
  	height: 67px;
  	width: 541px;
  	top: 22px; 
	left: 6px;
}

#cdclogo a img {
	display: none;
}

#cdclogo p { 
	display: none;
}

/* CDC SEARCH
----------------------*/
#cdcsearch {
	position: absolute;
	height: 40px;
	width: 190px;
	top: 28px;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #ffffff;
	left: 556px;
}

#cdcsearch a {
	color: #ffffff;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
SITE HEADER
/////////////////////////////////////////////*/

#siteheader {
	margin: 7px 8px 0 8px;
}

#siteheader span {
	display: none;
}

#siteheader a {
	font: 1.7em Times New Roman, Times, serif normal;
	padding: 0.35em 0 0.35em 0.4em;
	margin: 0 0 4px 0;
	background: #ffe0a7;
	display: block;
	color: #000000;
	text-decoration: none;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
LEFT NAV
/////////////////////////////////////////////*/

#leftnav {
	width: 140px;
	margin: 0 0 15px 8px;
	/*display: inline;*/
	/*float: left;*/
	clear: none;
}

#leftnav-title {
	background: #ffecb9;
	padding: 2px 0 3px 6px;
	margin: 0;
}

#leftnav ul {
	padding: 0;
	margin: 0 0 -1px 0;
	background: #ffecb9;
	border-bottom: 1px solid #e5e5ce;
	list-style: none;
	color: #333333;
}

#leftnav ul li {
	margin: 0;
	padding: 0 2px 2px 10px;
	border-top: 1px solid #e5e5ce;
	font-size: 1em;
	background: #ffffe5 url(http://www.bt.cdc.gov/images/blt_leftnav.gif) 5px 6px no-repeat;
}

#leftnav ul li ul {
	margin: 2px -2px -3px -10px;
	background: #ffffe5;
}

#leftnav ul li ul li {
	margin: 0;
	padding: 0 2px 2px 17px;
	border-top: 1px solid #e5e5ce;
	font-size: 1em;
	background: #ffffe5 url(http://www.bt.cdc.gov/images/blt_leftnav.gif) 12px 6px no-repeat;
}

#leftnav ul li ul li ul {
	margin: 2px 0 -3px 0;
}

#leftnav ul li ul li ul li {
	margin: 0 -2px 0 -17px;
	padding: 0 2px 2px 24px;
	border-top: 1px solid #e5e5ce;
	font-size: 1em;
	background: #ffffe5 url(http://www.bt.cdc.gov/images/blt_leftnav.gif) 19px 6px no-repeat;
}

#leftnav ul li strong {
	color: #4A4A4A;
	}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
DATE
/////////////////////////////////////////////*/

#datestamp-ftr {
	clear: left;
	margin: 10px 0 20px 0;
	width: 435px;
}

#datestamp-ftr p {
	margin: 0;
	padding: 25px 0 0 0;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
FOOTER
/////////////////////////////////////////////*/

#topicftrnav {
	margin: 0;
	padding: 1px 2px 3px 0;
	font-size: 0.9em;
	color: #000000;
	border-left: #c4c4c4;
	clear: both;
	list-style: none;		
}

#topicftrnav li {
	display: inline;
	background: url(http://www.bt.cdc.gov/images/footer/bg_ftr_nav.gif) 0 no-repeat;
	padding: 0 6px 0 11px;
}		

ul#cdcftrnav {
	margin: 0;
	padding: 1px 2px 3px 0;
	font-size: 0.9em;
	color: #000000;
	border-bottom: 1px solid #c4c4c4;
	border-top: 1px solid #c4c4c4;
	border-left: #c4c4c4;
 	background: #F5F5F5;
	list-style: none;
}

#cdcftrnav li {
	display: inline;	
	background: url(http://www.bt.cdc.gov/images/footer/bg_ftr_nav.gif) 0 no-repeat;
	padding: 0 6px 0 11px;
}		

#ftraddressbar {
	margin: 0;
	padding: 0 10px 0 10px;
	height: 52px;
	background: #e5e5e5 url(http://www.bt.cdc.gov/images/footer/bg_ftr.gif) no-repeat;
	clear: none;
}

#ftrlogos {
	clear: none;
}

#ftrlogos {
	width: 310px;
	float: right;
}

#firstgovlogo a {
	margin: 0;
	padding: 0;
	width: 136px;
	height: 52px;
	position: absolute;
	clear: none;
}

#firstgovlogo span {
	display: none;
}

#hhslogo a {
	float: right;	
	width: 155px;
	height: 52px;
	margin: 0;
	padding: 0;
	position: relative;
	clear: none;
}

#hhslogo span {
	float: right;	
	width: 105px;
	margin: 12px 0 0 0;
	padding: 0;
	position: relative;
	font-size: 0.9em;
	clear: none;
}

address {	
	margin: 18px 0 0 0;
	padding: 0;
	font-size: .75em; 
	font-style: normal;	
	float: left;
	width: 420px;
	clear: none;
}

address span {	
	display: none;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
/////////////////////////////////////////////*/

h2.homepage {
	letter-spacing: -1px;
	line-height: 17px;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	clear: left;
}

h3.homepage {
	padding: 0;
	margin: 0 0 8px 0;
	clear: none;
}

#mcolrcol #content {
	float: left;
	margin: 0 0 0 -2px;
	padding: 10px 0 0 10px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	display: inline;
	left: 0;
	position: relative;
	clear: none;
	width: 435px;
}

.hidefromnewbrowsers {
	display: none;
}

.nonlink-in-a-linklist, li.nonlink-in-a-linklist {
	font-size: 1.1em;
	color: #333333;
}

.nonlink-in-a-linklist a, li.nonlink-in-a-linklist a {
	font-size: 1em;
}

/*iframe#leftnavframe {
	border-right: #e5e5e5 1px solid;
	padding-right: 0;
	margin-right: 4px;
}*/

p.onthispage {
	margin: 0;
}

ul.onthispage {
	clear: left;
	float: left;
	margin: 0 0 20px 0;
	font-weight: normal;
	padding: 0 0 0 10px;
	list-style: none;
	width: 431px;
}

ol.onthispage {
	margin-top: 0;
	padding-bottom: 20px;
}

ul.onthispage li {
	background: #FFFFFF url(http://www.bt.cdc.gov/images/blt-small.gif) 0 6px no-repeat;
	margin: 0;
	padding: 0 0 0 10px;
}

ul.onthispage li ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

ul.onthispage li ul li {
	padding: 0 0 0 20px;
	margin: 0;
	background: url(http://www.bt.cdc.gov/images/blt-x-small.gif) 12px 7px no-repeat;
}

/*LANGUAGES and CONTACT INFO*/
ul.languages, ul.contactinfo {
	list-style: none;
	width: 140px;
	float: right;
	clear: right;
	color: #666666;
	margin: 0 0 0 7px;
	padding: 3px 0 6px 0;
	border-bottom: 1px dotted #666666;
}

ul.languages {
	font-size: .8em;
}

ul.contactinfo {
	font-size: .9em;
}

ul.languages a, ul.contactinfo a {
	font-style: italic;
}

.languages li, .contactinfo li {
	padding: 0 0 5px 2px;
}

.languages li {
	color: #999999;
}

h2.languages, h2.contactinfo {
	border-top: 1px dotted #666666;
	clear: right;
	color: #333333;
	width: 140px;
	float: right;
	margin: -1px 0 7px 7px;
	padding: 7px 0 3px 0;
	font-size: 1.1em;
	line-height: .9em;
}

ul.contactinfo a {
	font-style: normal;
	}

table.table tr {
	background: none;
}

/* =======================================================
HIGHLIGHTS BOX: */

ul.highlightsbox {
	border: 2px solid #ffe0a7;
	background: #FFFFE5;
	list-style: none;
	margin: 0 5px 20px 0;
	padding: 5px 5px 5px 8px;
	clear: left;
	top: 20px;
	position: relative;
}

ul.highlightsbox li {
	margin: 8px 0 5px 0;
}

ul.highlightsbox h2 {
	margin: -8px 0 0 0;
	padding: 0 0 2px 0;
	font-size: 1em;
	border-bottom: 1px solid #e1e1e1;
	border-top: none;
	position: relative;
}

p.topnote {
	width: 400px;
	background: #e5e5e5;
	border: #666666 1px dotted;
	font-size: 1em;
	padding: 10px;
	margin-bottom: 40px;
	}

p.currentupdate a {
	display: block;
	width: 400px;
	background: #e5e5e5;
	border: #666666 1px dotted;
	font-size: 1em;
	padding: 10px;
	margin-bottom: 40px;
	font-style: italic;
	text-decoration: none;
	color: #333333;
	}

p.currentupdate a em {
	text-decoration: underline;
	color: #003366;
	}

p.currentupdate a:visited {
	color: #333333;	
	}

p.currentupdate a:visited em {
	color: #660033;	
	}

p.currentupdate a:hover {
	background: #efefef;
	}

p.currentupdate a:hover em {
	text-decoration: none;
	}
