* { 
    margin: 0px;
    padding: 0px;
}

body { 
       font-family: "Trebuchet MS", Helvetica, sans-serif;
       background-color: #fff;
       font-family: verdana, tahoma, arial, helvetica, sans-serif;
       width: 1000px;
       margin: 10px auto 0px auto;
}

h1,h2,h3,h4,h5,h6 
{ 
  color: darkblue;
}

h1, h2, h3, h4, h5, h6
{ 
  font-weight: normal;
}

p { 
    color: #080808;
    margin: 7px 0px 10px 0px;
}

p, li
{ 
     font-size: 10pt;
}

ul { 
     list-style-position: inside;
}

li { 

}

a { 
    text-decoration: none;
    color: #0000ff;
}

a:hover { 
          text-decoration: underline;
}

.it { 
      font-style: italic;
}

#header
{ 
  margin-top: 30px;
  text-align: left;
}

#header img
{ 
  float: left;
  padding: 3px 25px 3px 7px;
  width: 230px;
}

#header h1
{ 
  padding: 10px 0px 0px 0px;
  /* padding: 73px 0px 0px 0px; */
}

/* Left panel with the site menu */

#leftpanel 
{ 
  padding: 0px 5px 0px 5px;
  position: relative;
  text-align: left;
  float: left;
  width: 250px;
}

#leftpanel li
{ 
  margin: 3px 0px 0px 0px;
}

/* Center panel with main content */
#centerpanel
{
  margin-left: 260px;
  width: 710px;
}

.contact
{ 
  color: #999;
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
}

/* Right panel */
/* Note: right panel has been deleted from site */
#rightpanel
{ 
  float: right;
  width: 350px;
}


/* footer */
#footer
{ 
  clear:both;
  margin: 20px 0px;
  padding:20px 0 0 170px;

  color: #999;
}


/* Boxes */
.box
{ 
  margin: 7px 0px 10px 0px;
}

.clear
{ 
  clear: both;
}

.pubs p
{ 
  margin: 12px 0px 16px 0px;
}

/* publication style */
.title
{ 
  /* font-style: italic; */
  /* color: darkblue;*/
  font-weight: bold;
  display: block; 
}

.notes
{ 
  display: block;
  margin: 4px 0px 0px 0px;
  padding: 0px 0px 2px 2px;
  border: 1px dashed #aaa;
  background-color: #eee;
}

.author
{
  /* font-style: italic; */
}

.venue
{
  font-style: italic;
}

.bib
{
  padding: 5px;
  border: 1px dashed #aaa;
  background-color: #eee;
  overflow-x: scroll;
}
