
/*  General
------------------------------------------- */

body {
	background-color: #850026;
	font-size: 14px;
	color: #444444;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 22px;
}
#fine-print{
	font-size: 70%;
	color: #333;
	padding: 6px 15px 0 0px;
}

#legal {
	margin-top: 10px;
	padding-top: 5px;
	font-size: .75em;
	border-top: 1px solid #ccc;
	color: #999;
  	text-align: justify;
	line-height: normal;
}

#outer_wrapper {
	width: 100%;
	min-width: 960px;
	background-repeat: no-repeat;
	float: left;
}
#top {
	background: #75001d url(/_images/back-hdr.gif) no-repeat left;
	height:20px;
	border-bottom: #fff 4px solid;
}
h1{
	margin: 6px 0 25px 0;
	padding: 0;
	font-size: 24px;
	color: #96172e;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #333;	
}
h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 8px 0;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
}
a {
	color:#000;
	text-decoration: underline;
	font-style: normal;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
#language {
	float: right;
	font-size: 12px;
	color: #FFF;
	margin-top: 20px;
	width: 140px;
	text-align: left;
	padding-right:15px;
	background-image: url(/_images/canadian-flag.jpg);
	background-repeat: no-repeat;
	background-position: right 4px;
}
#language a:link {
	color: #fff;
	text-decoration: none;
}
#language a:visited {
	color: #ccc;
	text-decoration: none;
}
#language a:active {
	color: #ccc;
	text-decoration: none;
}
#language a:hover {
	color: #fff;
	text-decoration: underline;
}

#language a.on {
	color: #fff;
	text-decoration:none;
}


/*  Footer & Copyright
------------------------------------------- */

#footer {
	background-color: #fff;
	height: 55px;
	margin: 0;
	padding: 0;
	clear: both;/*border-bottom:#666 thin solid;*/
	background-image: url(/_images/monsantoLogoText.jpg);
	background-repeat: no-repeat;
	background-position: 97% center;
}
#footer ul {
	margin: 3px 0;
	padding: 10px 0 0 45px;
	float: left;
	font-size: 11px;
	color: #333;
	list-style: none;
}
#footer ul li {
	margin: 0 7px 0 0;
	padding: 1px 6px 2px 0;
	float: left;
	line-height: 8px;
	border-right: 1px solid #333;
}
#footer ul li.last {
	border: none;	
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	margin: 0;
	padding: 0;
	color: #333;
	text-decoration: none;
}
#footer p {
	margin: 0;
	padding: 0 0 0 45px;
	font-size: 11px;
	color: #333;
	text-align: left;
	clear: both;
}
#mon_logo {
	margin: 0;
	padding: 10px 45px 0 0;
	float: right;
}
#bottom {
	background: #850026 url(/_images/bottom.jpg) no-repeat left;
	height: 100px;
	padding-top:0;
	clear: both;
	width: 100%;
}
sup {
	height: 0;
	line-height: 1;
	font-size: 11px; 
	*font-size: 12px; /* IE7 and below */
	vertical-align: baseline;
	*vertical-align: bottom; /* IE7 and below */
	position: relative;
	bottom: .7ex;
	*bottom: .9ex; /* IE7 and below */
	font-weight: normal;
}
#column2 h1 sup {
	bottom: 1.4ex;
	*bottom: 2.4ex; /* IE7 and below */
	bottom: 2.6ex\0/ !important; /* IE 8-9 */
	font-size: 12px; 
	*font-size: 14px; /* IE7 and below */
}
#column2 h2 sup {
	bottom: 1ex;
	*bottom: 1.2ex; /* IE7 and below */
	font-size: 12px; 
	*font-size: 14px; /* IE7 and below */
}
.fr #column2 h2 sup {
	bottom: 1ex;
	*bottom: 1.2ex; /* IE7 and below */
	bottom: 2.6ex\0/ !important; /* IE 8-9 */
	font-size: 11px; 
	*font-size: 13px; /* IE7 and below */
}
#column2 .tab-link sup {
	*bottom: 1.3ex; /* IE7 and below */
}
#leftnav sup {
	bottom: 1ex;
	*bottom: 1.2ex; /* IE7 and below */
	font-size: 10px; 
	*font-size: 12px; /* IE7 and below */
}
#legal sup {
	bottom: .4ex;
	*bottom: .6ex; /* IE7 and below */
	font-size: 9px; 
	*font-size: 11px; /* IE7 and below */
}

