body  {
	font: 90% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #FFF url(../img/bg.png) 0 0 repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.Unicode {
    font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic",
                 "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit",
                 "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt,
                 "Lucida Grande", "Free Sans", "Arial Unicode MS",
                 "Microsoft Sans Serif", "Lucida Sans Unicode";
    font-family /**/: inherit;
}


#pageWrap {
	margin: 0px 10px;
}
#header {
	margin: 20px 0 0 0;
}
#logo {
	float: left;
	width: 300px;
}
#nav {
	float: left;
}
h1 {
	width: 223px;
	height: 50px;
	text-indent: -120000em;
	padding-bottom: 10px;
}
h1 a {
	background: url(../img/N1H1-flu.png) 0 0 no-repeat;
	width: 223px;
	height: 50px;
	display: block;
}

#sidebar1 {
	float: left;
	width: 700px;
	margin-right: 10px;
}
#sidebar2 {
	width: 250px;
	float: left;
}



#container {
	background: url(../img/content-bg.png) 0 0 no-repeat;
	margin: 0 auto;
	width: 980px;
}


/* Nav */
#nav ul {
	padding: 5px;
	margin: 10px 0;
	list-style: none;
	float: left;
	clear: left;
}

#nav ul li {
	float: left;
}
#nav ul li a {
	float: left;
	text-decoration: none;
	color: #000;
	padding: 10px 15px 0 0;
	margin-right: 8px;
	font: 800 13px "Arial", Helvetica, sans-serif;
	background: url(../img/slidedoor.png) no-repeat top right;
}
#nav ul li a span {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -10px;
	height: 37px;
	background: url(../img/slidedoor.png) no-repeat top left;
}
#nav ul li a:hover {
 	color: #0080C0;
	background: url(../img/slidedoor.png) no-repeat bottom right;
}
#nav ul li a:hover span {
	background: url(../img/slidedoor.png) no-repeat bottom left;
}
#nav ul li a.current {
	background: url(../img/slidedoor.png) no-repeat bottom right;
 	color: #004A6F;
}
#nav ul li a.current span {
	background: url(../img/slidedoor.png) no-repeat bottom left;
}


.contentWrap {
	padding: 20px;
}
.contentWrap h2,
.contentWrap h3,
.contentWrap h4 {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	color: #424749;
	margin-bottom: 0.2em;
}
.contentWrap h2 {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
	margin-bottom: 0.8em;
}
.contentWrap h3 {
	font-size: 100%;
}
.contentWrap h4 {
	font-size: 95%;
}
.contentWrap p,
.contentWrap li {
	line-height: 1.6em;
	margin-bottom: 0.6em;
	text-align: justify;
	color: #505658;
}
.contentWrap ul.bullets {
	margin: 0 0 20px 20px;
	list-style: square;
}
.contentWrap ul.bullets li {
	margin: 0 0 0 10px;
}
.shiftup {
	margin: -15px 0 0 0;
	padding-bottom: 15px;
}
.BulletShiftUp {
	margin: -15px 0 0 0;
	padding: 0;
}
#Others h4 {
	text-decoration: underline;	
}
.back2top {
	text-align: right;	
}
.back2top a {
	text-decoration: none;
	color: #D70000;
	font: 12px Verdana;
	padding: 3px 5px;	
}



#footer {
	margin-top: 40px;
	border-top: 1px dotted #C0C0C0;
	padding: 10px 0 10px 0;
}
#footer p {
	font-size: 75%;
	margin-bottom: 0.2em;
}

.clrfix {
	clear: both;
	float: none;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
