
<style type="text/css">

/* html body tag style */
body {
    margin: 0px;
    padding: 0px;
}





/* CSS Style Rule for Div having id="outer-container" */
/* outer-container will hold the whole assembly of 
   nested div overlays. */
/* It will also center align the design */
#outer-container {
    width: 990px;
    margin: 0 auto;
	height: 70px;
}

/* footer CSS Style Rule */
#headerleft {
    width: 800px;
    height: 75px;
    
}

/* footer CSS Style Rule */
#footer {
    width: 900px;
   
}

/* content-container CSS Style Rule */
/* It will hold the main content of the page. */
/* it is the right side column */
/* in this 2 columns div layout */
#content-container {
    width: 770px;
    height: 500px;
    margin: 2px 0px 2px 0px;
    float: left;
}

/* left side navigation that is the left side column of */
/* 2 columns div layout */
#left-nav {
    width: 180px;
    height: 400px;
   
    margin: 2px 2px 2px 0px;
    float: left;
}

/* Top navigation CSS Style Rule */
#top-Nav {
    width: 900px;
    height: 20px;
	 
    margin: 0px 0px 0px 0px;
}



/* Button navigation - rollover effects */



	


#btnHome a {
		display:block;
		width:162px;
		height:17px;
		background: url("images/combined_homebutton.gif") 0 0 no-repeat;
		text-decoration: none;
		background-position: 0px -17px;		
		}
#btnHome a:hover {	
		background-position: 0px 0px;
		}

#btnAboutus a {
		display:block;
		width:162px;
		height:17px;
		background: url("images/combined_aboutusbutton.gif") 0 0 no-repeat;
		text-decoration: none;
		background-position: 0px -17px;		
		}
#btnAboutus a:hover {	
		background-position: 0px 0px;
		}


#btnNext a {
		display:block;
		width:177px;
		height:17px;
		background: url("images/combined_nextconferencebutton.gif") 0 0 no-repeat;
		text-decoration: none;
		background-position: 0px -17px;		
		}
#btnNext a:hover {	
		background-position: 0px 0px;
		}

#btnPast a {
		display:block;
		width:177px;
		height:17px;
		background: url("images/combined_pastconferencebutton.gif") 0 0 no-repeat;
		text-decoration: none;
		background-position: 0px -17px;		
		}
#btnPast a:hover {	
		background-position: 0px 0px;
		}

#btnContact a {
		display:block;
		width:177px;
		height:17px;
		background: url("images/combined_contactusbutton.gif") 0 0 no-repeat;
		text-decoration: none;
		background-position: 0px -17px;		
		}
#btnContact a:hover {	
		background-position: 0px 0px;
		}

#btnLinks a {
		display:block;
		width:177px;
		height:17px;
		background: url("images/combined_linksbutton.gif") 0 0 no-repeat;
		text-decoration: none;
		background-position: 0px -17px;		
		}
#btnLinks a:hover {	
		background-position: 0px 0px;
		}



A.one:link {text-decoration: none;font-family:Arial, Helvetica, sans-serif;  font-size:13px; font-weight:550;  color: #1D34D3;
		}

A.one:visited {text-decoration: none; font-size:13px; font-family:Arial, Helvetica, sans-serif;   color:#1D34D3; 
		}
A.one:active {text-decoration: none; font-size:13px; font-family:Arial, Helvetica, sans-serif;  color:#1D34D3; 
		}
A.one:hover {text-decoration: underline overline; font-family:Arial, Helvetica, sans-serif;  font-size:13px; color: #1D34D3:
		}




body    {font-family: Gill Sans MT, Helvetica, sans-serif;
		font-size:14px; 
		color: black;
		margin: 0px;
	    padding: 0px;
		background-color: #FEFBD8;
		
		}

#P 		{font-family: <font face="Gill Sans MT"; 
		font-size:14px; margin: auto;
		padding-left: 10pt;
  		 padding-right: 10pt;
	
		 
		}
		
#LI 	{font-size: 10pt;
 		font-family: <font-family="Gill Sans MT"; color: #000000  ;
		}

#H1		{font-size: 9pt;
 		font-family: <font-family="Gill Sans MT"; color: #000000;
		}		
		
#H2		{font-size: 11pt;
		font-family: <font-family"Gill Sans MT"; color: #000000 ;
		
		}
#H3		{font-size: 12pt;
 		font-family: <font-family="Gill Sans MT"; color: #000000;
		}		

#indented  {
	   padding-left: 50pt;
	   padding-right: 50pt;
	   }




abstractIndexAuthor  {font-size: 9pt;
 		font-family: "Gill Sans MT"; color:#333333  ;
}
#smalltablefont {font-size: 10pt; font-family: "Gill Sans MT";
}

</style>