/* RESET
-------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {margin: 0; padding: 0; border: 0;}


/* GLOBAL DEFAULTS
-------------------------------------------------------------------- */
body { 
	text-align: left;
	background: #fff url(/h1n1/imgs/bg.gif) repeat-x;
	color: #202020;
	font: normal 12px/16px Arial, sans-serif;
	}

a:link, a:visited {
	color: #000099;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #ef9a25;
	text-decoration: underline;
	}	

hr {
	clear: both;
	border: none 0;
	border-top: 1px solid #ccc;
	text-align: center;
	width: 100%;
	height: 1px;
	margin: 7px 0 7px 0;
	}

blockquote {
	margin: 15px;
	}

/* self-clearing floats: add .group class to parents with floats */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;	
	visibility: hidden;
	}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}
* html .group { /* IE6 */
	height: 1%;
	}


/* HEADER
-------------------------------------------------------------------- */
#header {
	position: relative;
	width: 800px;
	height: 69px;
	margin-left: auto;
	margin-right: auto;
	}
#header h1 {
	position: absolute;
	top: 30px;
	left: 0;
	font-family: Georgia, Times, serif;
	font-size: 22px;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
	}


/* MAIN
-------------------------------------------------------------------- */
#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}
#main h2 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #0e3f8f;
	margin: 0 0 10px 0;
	padding: 0;
	}
#main p {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;
	}
#main ul {
	list-style: none;
	margin: 0 0 15px 15px;
	padding: 0;
	}
#main ul li {
	margin: 0;
	padding: 0 0 5px 0;
	}

#main .logos {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	}
#main .logos img {
	margin: 15px 15px 15px 0;
	}
#main .logos p {
	text-align: center;
	}
#main .logos p strong {
	font-family: Georgia, Times, serif;
	color: #666;
	font-style: italic;
	}

#main p.box {
	width: 550px;
	border: 1px dotted #666;
	padding: 5px 10px 5px 10px;
	}





