@import url("/cmes/css/layout.css");
#conferenceBanner {
	background: url(/cmes/wc2010/images/css/banner_e.jpg) no-repeat;
}
#french #conferenceBanner {
	background: url(/cmes/wc2010/images/css/banner_f.jpg) no-repeat;
}
#pageContent {
	background: url(/cmes/wc2010/images/css/bg.gif) repeat-y;
}
#content {
	padding-top: 45px;
	line-height: 20px;
	padding-bottom: 45px;
	min-height: 650px;
}
#content h1, #content h2, #content h3, #content h4 {
	color: #393f6f;
}	
h6 {
	color: #ccc;
}
h4 {
	color: #000 !important;
}
a img {
	border: none !important;
}
table tr td, p {
	font-size: 12px !important;
}
#sideNav {
	background-color: #029b98; 
	position: absolute; 
	width: 146px; 
	z-index: 1000000; 
	left: 5px; 
	top: 250px;
	border-top: 2px solid #00867f;
	border-right: 2px solid #00867f;
	border-left: 2px solid #00867f;
}
#sideNav ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#sideNav ul li {
	border-bottom: 2px solid #00867f;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #fff;
	margin-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;		
}
#sideNav ul li a, #sideNav ul li span {
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	float: left;
}
	#sideNav ul ul {
		margin-top: 5px;
	}
	#sideNav ul ul li {
		border-bottom: none;
		margin-top: 2px;
		padding-bottom: 2px;		
	}
	#sideNav ul ul li a {
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;
		margin-left: 15px;
	}
	#sideNav a:hover {
		text-decoration: underlines;
	}
