  BODY {font: 8pt Arial;
        font-weight: normal;}

  .header1 {font: 24pt/.7 Arial;
            font-weight: bold;}
  
  .header2 {font: 22pt/.6 Arial;
            font-weight: bold;}
  
  .new      {font: 24pt/.6 Arial;
            font-weight: bold;
            color: #FF0000;}

  STRONG {font: 10pt Arial;
         font-weight: bold;}
  
  TABLE {font: 10pt Arial;
        font-weight: normal;}

  .abstract {background-color: #eeeeee;
             color: #191970;
             border-style: none; }

  .abstract_box {margin: 5px; background-color: #eeeeee;
                 padding: 10px; color:  #191970;
                 border-style: solid; border-width: 1px;}

	/* The following CSS is only for the demo */
	#leftColumn{
		width:140px;
		float:left;
		padding-left:10px;
	}
	#mainContent{
		width:590px;
		padding-left:10px;
		padding-right:10px;
		float:left;
	}
	#topBar{
		height:100px;
		
	}
	/* End of demo CSS */

	/****************************************************************************************
	* 	LAYOUT CSS FOR THE MENU
	****************************************************************************************/
	#dhtmlgoodies_listMenu a{	/* Main menu items */
		color:#000;
		text-decoration:none;
		font-weight:bold;

	}
	#dhtmlgoodies_listMenu ul li a{	/* Sub menu */
		color: #F00;
		font-weight:normal;
	}
	#dhtmlgoodies_listMenu ul li ul li a{	/* Sub Sub menu */
		color: #000;
		font-style:italic;
		font-size:0.9em;
		font-weight:normal;		
	}

	#dhtmlgoodies_listMenu .activeMenuLink{	/* Styling of active menu item */
		color:blue;
	}


	/*
	No bullets
	*/	
	#dhtmlgoodies_listMenu li{
		list-style-type:none;	
	}

	/*
	No margin and padding
	*/
	#dhtmlgoodies_listMenu, #dhtmlgoodies_listMenu ul{
		margin:0px;
		padding:0px;
	}

	/* Margin of sub menu items */
	#dhtmlgoodies_listMenu ul{
		display:none;
		margin-left:10px;
	}

