body 		{
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:.8em;
			text-align:center;
			background:url(images/bg.gif) top repeat-x #000000; 
			background-attachment:scroll;
			margin:0;
			padding:0;
			height:100%;
			}
	
legend 		{
			font-family: 'Nobile', arial, serif;
			}
			
h1			{ 
			font-family: 'Nobile', arial, serif;
			vertical-align:bottom;
			font-weight:normal;
			font-size:160%; 
			color:#15418c;
			}

h2			{ 
			font-family: 'Nobile', arial, serif;
			font-weight:normal;
			font-size:140%;
			color:#15418c;
			}

h3			{ 
			font-family: 'Nobile', arial, serif;
			font-size:125%; 
			font-weight:bold;
			color:#15418c;
			}
											  
h4			{	 
			font-family: 'Nobile', arial, serif;
			font-weight:bold;
			font-size:115%; 
			color:#15418c;
			}
	
h5			{ 
			font-family: 'Nobile', arial, serif;
			font-weight:bold;
			font-size:110%; 
			color:#15418c;
			}
	
h6			{ 
			font-family: 'Nobile', arial, serif;
			font-weight:bold;
			font-size:100%; 
			color:#15418c;
			}	

p			{
			color:#000000;
			line-height:1.4em;
			}
				
ul li 		{ 
			list-style-type:square;
			margin:.8em 0;
			}		
		
a			{ 
			font-weight:normal;
			color: #d05c3f; 
			text-decoration:underline;
			}
	
a:hover		{ 
			font-weight:normal; 
			color:#de6a4d; 
			text-decoration:underline;
			} 
	
a:visited	{
   		    font-weight: normal; 
			color:#d05c3f; 
       	    text-decoration:none;
        	}

a:active	{ 
			font-weight:normal; 
		    color:#de6a4d; 
		    text-decoration:underline;
			} 		
		
#wrapper 	{
			background-color:#ffffff; 
			min-height:100%;
			margin-left:auto;
			margin-right:auto;
			width:960px; 
			}
			
#header		 {
			background:url(images/header.jpg);
			height:420px;
			width:960px;
			}
			
#content	{
			background-color:#ffffff; 
			width:960px;
			overflow:auto;
			margin-top:10px;
			}

#left 		{
			background-color:#ffffff; 
			width:700px;
			float:left;
			text-align:left;
			margin-left:10px;
			margin-right:5px;
			}

#right		{
			background-color:#ffffff; 
			width:215px;
			float:left;
			text-align:left;
			margin-left:20px;
			margin-right:10px;
			}
			
#right ul 	{
			font-size:85%;
			padding-left:0;
			margin-left:0;
			}
			
#right ul li {
			list-style-type:none;
			margin-left:3px;
			}
			
#footer 	{	
			border-top:5px solid #173d90;
			width:960px;
			margin-top:30px;
			text-align:center;
			background-color:#000000;
			}

#footer a, #footer a:visited {
			color:#d05c3f;			
			text-decoration:none;
			}
			
#footer a:active, #footer a:hover {
				color:#de6a4d;
				text-decoration:none;
				}		

#copyright 		{
				padding-top:20px;
				margin-top:2px;
				padding-bottom:20px;
				font-size:.85em;
				line-height:.9em;
				}

#copyright p 	{ 
				color:#ffffff;
				margin-top:0;
				padding-top:0;
				}
						
#navbarcontainer {
				background:url(images/navbarbg.gif);
				height:45px;
				width:937px;
				margin:0 auto;
				}
				
ul#navbar	 	{
				height:45px;
				width:937px;
				margin:0;
				padding:0;
				list-style:none;
				clear:both;
				}
				
ul#navbar li 	{
				overflow:hidden;
				display:inline;
				}	

ul#navbar li a {
				height:45px;   
			    float:left;   
			    text-indent:-9999px;   
				}	
				
ul#navbar li#confinfo a {
				width:238px;
				background:url(images/navbar.gif) no-repeat 0px 0px;
				}

ul#navbar li#confinfo a:hover	{
				background:url(images/navbar.gif) no-repeat 0px -45px;   
				}
						
ul#navbar li#program a {
				width:150px;
				background:url(images/navbar.gif) no-repeat -238px 0px;
				}
						
ul#navbar li#program a:hover 	{
				background:url(images/navbar.gif) no-repeat -238px -45px;   
				}
								
ul#navbar li#abstracts a {
				width:212px;
				background:url(images/navbar.gif) no-repeat -388px 0px;
				}
						
ul#navbar li#abstracts a:hover 	{
				background:url(images/navbar.gif) no-repeat -388px -45px;   
				}			
				
ul#navbar li#workshops a {
				width:234px;
				background:url(images/navbar.gif) no-repeat -600px 0px;
				}
						
ul#navbar li#workshops a:hover 	{
				background:url(images/navbar.gif) no-repeat -600px -45px;   
				}
							
ul#navbar li#home a {
				width:103px;
				background:url(images/navbar.gif) no-repeat -834px 0px;
				}
						
ul#navbar li#home a:hover 	{
				background:url(images/navbar.gif) no-repeat -834px -45px;   
				}
				


