
	#right {
		background: url(../../images/banners/conference.jpg) no-repeat;
		}
		
	a {
		color: #4088CB;
		text-decoration: none;
		}
		
	a:hover {
		text-decoration: underline;
		}
		
/*	-------------------------------------------------------------
	Display menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#menu #courses ul { display: block; }
	li#courses a { background-image: none; }
		
/*	-------------------------------------------------------------
	Dates list
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul.dates {
		width: 180px;
		float: left;
		margin: 0 10px 0 0 !important;
		list-style-type: none;
		}
		
	ul.dates li {
		margin: 0;
		}
	
	ul.dates a {
		color: #1D4065;
		text-decoration: none;
		}
		
	ul.dates a:hover {
		text-decoration: underline;
		}
		
/*	-------------------------------------------------------------
	PDF list
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul.pdf {
		list-style-type: none;
		}
		
	ul.pdf li {
		line-height: 20px;
		padding: 0 0 0 30px;
		margin: 0 0 10px 0;
		background: url(../../images/bullets/pdf.gif) no-repeat;
		}
		
/*	-------------------------------------------------------------
	Table date
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	table {
		width: 100%;
		}
		
	table a {
		color: #1D4065;
		text-decoration: none;
		}
		
	table a:hover {
		text-decoration: underline;
		}