body {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;

  background-color: #ffffff;
  color: #000000;

  font-family: Garamond, times, Helvetica, sans-serif;
  font-weight: normal;
}

pubs {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;

  background-color: #ffffff;
  color: #000000;

  font-family: Verdana, Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 90%
}

/* papers */
.papertitle {
/*  font-family: times;*/
    font-style: italic;
}

.sessiontime, .sessiontitle {
    font-weight: bold;
}

.authors {

}


h1 , h2 , h3 , h5 , h6 {
  font-family : "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva,
                Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
  font-weight : normal; 
}

h3{
  font-size: 100%;
  color:#000000;
  border-bottom:1px black solid;
  margin-bottom: 0.5em;
}

h4 {
  font-family: times, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 100%;
  color: #000000;
  margin-bottom: 0.2em;
}


img.onleft
{
  float: left;
  padding: 0em 1em 0.5em 0em;
  border: 0;
}

img.onright
{
  float: right;
  padding: 0em 0em 0.5em 1em;
  border: 0;
}

.center { text-align : center; }


/* links */
a               { color: #0000FF; text-decoration: none; }
a:active        { color: #333355; text-decoration: underline; }
a:hover         { color: #333355; text-decoration: underline; }
a:visited       { color: #0000FF; text-decoration: none; }
a:visited:hover { color: #333355; text-decoration: underline; }

a.name               { color: #0000FF; text-decoration: none; }
a.name:active        { color: #333355; text-decoration: underline; }
a.name:hover         { color: #333355; text-decoration: underline; }
a.name:visited       { color: #0000FF; text-decoration: none; }
a.name:visited:hover { color: #333355; text-decoration: underline; }

hr {
    border: none;
    color: #000000;
    background-color: #000000;
    height: 1px;
}

.sidebar {
  font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva,
                Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
  width: 130px;
  text-align: left;
  vertical-align: top;
  padding-left: 0.5em;
  padding-right: 0.75em;
}

#sidebar h3 {
  font-size: 100%;
  color: #010066;
  border-bottom: 1px solid #010066;
  margin-bottom: 0.5em;
}

#sidebar ul {
  font-size: 100%;
  margin-left: 10px;
  list-style: none;
  padding: 0px;
  margin-bottom: 1em;
  margin-top: 0em;
}

#sidebar li {
  font-size: 75%;
  margin-left: 0px;
  list-style: none;
  padding: 0px;
}

/* links */
#sidebar a               { color: #010066; text-decoration: none; }
#sidebar a:active        { color: #010066; text-decoration: underline; }
#sidebar a:hover         { color: #010066; text-decoration: underline; }
#sidebar a:visited       { color: #010066; text-decoration: none; }
#sidebar a:visited:hover { color: #010066; text-decoration: underline; }

/*== Logical Body =================================================*/
.body {
  text-align: left;
  vertical-align: top;

  padding-left: 0.75em;
  padding-right: 0.5em;
  
  border-right: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
}


