/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

html, body {
	height:100%;
	background:#cfcfcf url(bg_general.gif) center repeat-y;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
}

#pagewidth {
	margin:0px auto 0px auto;
	position:relative;
	width:780px;
	height:auto !important;
	height:100%;
	min-height:100%;
}

#header {
	background:url(bg_header.gif) top no-repeat;
	height:180px;
	position:relative;
}

	#header H1 {
		background:url(bg_infec.gif) no-repeat;
		text-indent:-1500px;
		width:614px;
		height:70px;
		position:absolute;
		top:88px;
		left:46px;
	}
	#header H2 {
		display:none;
	}

#main {
	padding-bottom:143px;
	position:relative;
	min-height:420px;
	height:auto !important;
	height:420px;
}

	#sidebar {
		width:210px;
		height:412px;
		background:url(bg_sidebar.gif) no-repeat;
		position:absolute;
		right:0px;
	}
	
	#content {
		width:560px;
		margin-bottom:50px;
	}
	
	#text {
		margin-left:46px;
		margin-top:35px;
		width:495px;
	}
	
	#text A {
		font-weight:bold;
		color:#a60b16;
	}
	
	#text A:hover {
		color:#999;
	}
	
	#text P {
		padding-bottom:1.5em;
		line-height:18px;
	}
	
	#text STRONG {
		color:#a60b16;
	}
	
	#text .time {
		color:#333;
		font-weight:bold;
	}
	
	#text TH {
		text-align:left;
		font-size:16px;
		color:#666;
		height:30px;
	}
	
	#text .section {
		color:#999;
		font-style:italic;
		font-size:14px;
	}
	
	#text #program TD {
		padding-bottom:10px;
	}
	
	#text .heading {
		color:#333;
		display:block;
	}
	
	#logos TD {
		font-size:12px;
		font-weight:bold;
		padding-bottom:10px;
	}
	
	#logos IMG {
		padding:5px;
	}

	
	#content H3 {
		background:url(bg_title.gif) no-repeat;
		height:28px;
		padding-left:46px;
		color:#FFF;
		text-transform:uppercase;
		padding-top:10px;
		font-size:16px;
	}

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height:143px;
	background:#8f8f8f;
	background:url(bg_footer.jpg) no-repeat;
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
}

	#footer A {
		color:#FFF;
		padding: 0px 3px;
		text-decoration:none;
	}
	
	#footer A:hover {
		color:#a60b16;
		text-decoration:underline;
	}
	
	#footer DIV {
		padding:20px 0px 0px 43px;
	}

