#main {
	width: 916px;
	margin: 0 auto;
}
#header {
	background: url(../images/header-bg.gif) no-repeat left top;
	height: 232px;
	position: relative;
	overflow: hidden;
}
	#header p {
		width: 650px;
		text-align: right;
		font-size: 1em;
		color: #666666;
		padding-top: 2px;
	}
	/*\*/ html* #header p {
		padding-top: 4px;
	}/**/
	#header a.SanofiLogo {
		background: url(../images/sanofi-logo.gif) no-repeat left top;
		display: block;
		width: 158px;
		height: 0px;
		padding-top: 39px;
		overflow: hidden;
		position: absolute;
		top: 0px;
		right: 62px;
	}
	#logo {
		background: url(../images/logo.gif) no-repeat left top;
		width: 230px;
		height: 127px;
		position: absolute;
		top: 35px;
		left: 0px;
		z-index: 1;
	}
		#logo h1 a {
			display: block;
			width: 230px;
			height: 0px;
			overflow: hidden;
			padding-top: 127px;
			position: relative;
			z-index: 10;
		}
/* Misc List */
ul.MiscList {
	text-align: right;
	margin-top: 55px;
	padding-right: 6px;
}
/*\*/ html* ul.MiscList {
	margin-top: 57px;
}/**/
	ul.MiscList li {
		display: inline;
		padding: 0px 7px;
		background: url(../images/seperator1.gif) no-repeat left center;
		color: #003366;
		font-size: 1.1em;
	}
	ul.MiscList li.Email {
		background: none;
	}
		ul.MiscList li a {
			color: #003366;
			font-size: 1em;
		}
		ul.MiscList li span {
			font-size: 0.8em;
		}
		ul.MiscList li.Email a {
			background: url(../images/icon-mail.gif) no-repeat left center;
			padding-left: 15px;
		}
/**/
#content {
	width: 100%;
	overflow: hidden;
}
	#sideBar p sup a,
	#mainContent p sup a,
	#mainContent ul li sup a {
		color: #0053a0;
	}
/**/
	#subContent p sup a {
		color: #0053a0;
		font-size: 0.87em;
	}
/**/
#footer {
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #90b7cf;
	border-bottom: 1px solid #90b7cf;
	overflow: hidden;
    /*REMOVE WHEN ADD BACK BLUE FOOTER*/
    margin-bottom:20px;
}
	p#copyRight {
		color: #a1b8c2;
		font-size: 1.1em;
		font-weight: bolder;
		display: inline;
	}
	ul#footerNav {
		display: inline;
	}
		ul#footerNav li {
			display: inline;
			padding: 0px 8px;
			background: url(../images/seperator2.gif) no-repeat center right;
		}
		ul#footerNav li.LastItem {
			background: none;
		}
			ul#footerNav li a {
				color: #71accd;
				font-size: 1.1em;
				font-weight: bolder;
			}
		
/**/
.ExtraInfo {
	background: url(../images/extra-info-bg.gif) no-repeat left top;
	width: 916px;
	padding: 4px 0px 4px 10px;
	margin-top: 10px;
	margin-bottom: 30px;
}	
	.ExtraInfo p {
		font-size: 1.2em;
		color: #fff;
		font-weight: bolder;
		display: inline;
		padding-right: 10px;
	}	
	.ExtraInfo ul {
		display: inline;
	}
		.ExtraInfo ul li {
			display: inline;
			padding: 0px 10px;
			background: url(../images/seperator3.gif) no-repeat center right;
		}
		.ExtraInfo ul li.LastItem {
			background: none;
		}
			.ExtraInfo ul li a {
				color: #fff;
				font-size: 1.2em;
			}
/**/
p.Information {
	color: #505050;
	font-size: 1.2em; 
	font-weight:bold;
	padding: 0px 0px 15px 10px;
}
	p.Information span {
		font-style: italic;
	}
/**/
.Error {
	color: #ff0000 !important;
}
/**/
a.StyledLink1 {
	margin-top: 15px;
	float: left;
}
ul#miscFuncBox {
	display: none;
}
.footerText {
	color:#A1B8C2;
	display:inline;
	font-size:1.1em;
	font-weight:bolder;
	padding: 0px 8px;
}