#econtent ul li {
	list-style-type : disc;
	padding : 0;
	margin-left : 7%;
	background-image : none;
	text-align : left;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px; 
}

/*----------- James' stuff -----------*/
ul {
	margin : 0 0 0 0;
	padding : 0;

  }



ul li {
	list-style-type : none;
	padding : 0;
	margin : 0;
	background-image : none;

  }    



/*----------- ends -----------*/

/*----------- Menu stuff ----------- */
#sucker ul { 
	padding: 0;
	margin: 0;
	list-style: none;
        text-align: center;
}

#sucker li.top {
	float: left;
	position: relative;
	width: 115px;
        background: #E3DED3;
        border-top:5px solid #99ccff; 
        border-bottom: 5px solid #99ccff;
        margin-top: 2px;
        margin-bottom: 6px;
        padding-top: 2px;
        padding-bottom: 2px;
          
}

 ul li ul { 
	display: none;
	position: absolute;
        top: 19px;
        left: 0;
        
        background: #E3DED3;

        border-bottom:3px solid #99ccff;
        width: 115px;

}

#sucker li ul li a {
        list-style-type:none;

        font-family: Arial, Helvetica, sans-serif; 
        font-size: 11px; 
        font-weight: normal; 
        color: #663300; 
        text-decoration:none;
}

#sucker li ul li a:hover {
  background: #D8EBFD;
  text-decoration: underline;
  
  }


#sucker li>ul { 
	top: auto;
	left: auto;
        
}

 li:hover ul, li.over ul { 
	display: block;
}

#content {
	clear: left;
}
/* ----------- ends ----------- */     

/* ----------- ejournal body  ----------- */     



h1 {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px; 
  font-weight: normal; 
  color: #000000; 
  text-decoration: none; 
  padding:0px;
  margin-top:0px;
  margin-bottom:0px;
  }

h2 {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  font-style: normal; 
  font-weight: normal; 
  color: #663300;
  margin-bottom:0px;
  }  
    
    
h3 {
  font-family: Arial, Helvetica, sans-serif, sans-serif; 
  color: #663300; 
  font-size: 12px; 
  font-style: normal; 
  font-weight: normal; 
  color: #663300;
  margin-bottom:0px;
  margin-left:2%;
  }

 p { 
  margin-left: 2%; 	
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  line-height: normal; 
  font-weight: normal; 
  color: #000000; 
  }

p.indent { 
	margin-left: 5%; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: normal; 
	font-weight: normal;  
	}

p.prior { 
	margin-left: 0%; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: normal; 
	font-weight: normal;  
	}

#ejcontainer {}

#ejheader { }

#ejournalnav {}

#econtent {
  clear: left;
  background: #E3DED3;
  border-top:5px solid #99ccff;
  border-bottom:5px solid #99ccff;
  width: 559px;
  margin: 0px;
  padding: 8px;
}

* html #econtent {  /* This is the Tan hack */
	width: 559px; 
	w\idth: 575; }
      
      

      
      

