@charset "UTF-8";
/* CSS Document */


body {
	margin:0px;
	padding:0px;
	background-color: #ffffff;
}

#overall {
	width: 800px;
	background-repeat: no-repeat;
	position: relative;
}

#header {
	line-height: 22px;
	height: 22px;
	background-color: #099;
}

#content {
	padding-top: 200px;
	margin-left: 210px;
	font-size: 12px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
}
	#content h1 {
		position: absolute;
		left: 147px;
		top: 103px;
		width: 246px;
		height: 58px;
		background: url(/interim/images/logo.gif) 0 0 no-repeat;
		text-indent: -999em;
	}

#content a.download  {
	width: 321px;
	height: 56px;
	display: block;
	background: url(/interim/images/download_button.gif) 0 0 no-repeat;
	text-indent: -999em;
}

#footer {
	margin-top: 190px;
	margin-left: 45px;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 10px;
	font-weight:normal;
	
}
#footer p{font-size: 11px;font-weight:normal;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

#logo_bar {
	background: url(/interim/images/logo_background.gif) 0 0 repeat-x;	
}	

	#logo_bar ul {
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
	}
	
	#logo_bar li{
		margin: 0;
		padding: 0;
		float: left;
	}
	
	#logo_bar li.privacyb a {
		width: 130px;
		height: 18px;
		display: block;
		background: url(/interim/images/logo_bar_privacy.gif) 0 -18px no-repeat;
		text-indent: -999em;
		overflow: hidden;
	}

	#logo_bar li.privacyb a:hover {
		background: url(/interim/images/logo_bar_privacy.gif) 0 0 no-repeat;
}

	#logo_bar li.termsb a {
		width: 88px;
		height: 18px;
		display: block;
		background: url(/interim/images/logo_bar_terms.gif) 0 -18px no-repeat;
		text-indent: -999em;
		overflow: hidden;
	}
	
	#logo_bar li.termsb a:hover {
		background: url(/interim/images/logo_bar_terms.gif) 0 0 no-repeat;
}
	
	#logo_bar li.copyrightb a {
		width: 215px;
		height: 18px;
		display: block;
		background: url(/interim/images/logo_bar_copyrightb.gif) 0 -18px no-repeat;
		text-indent: -999em;
		overflow: hidden;
	}

	#logo_bar li.copyrightb a:hover {
		background: url(/interim/images/logo_bar_copyrightb.gif) 0 0 no-repeat;
}		
		
	#logo_bar li.merckusab a {
		width: 137px;
		height: 18px;
		display: block;
		background: url(/interim/images/logo_bar_merckusa.gif) 0 -18px no-repeat;
		text-indent: -999em;
		overflow: hidden;
	}
	
	#logo_bar li.merckusab a:hover {
		background: url(/interim/images/logo_bar_merckusa.gif) 0 0 no-repeat;
}		
	
.img {
	float: right;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #872334;
	margin-bottom: -3px;
}

p {
	font-size:14px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

img {
	border: none;
}