/* vbc.css */

body {
  color: black;
  font-family: "Helvetica", "Tahoma", "Verdana", sans-serif;
  padding: 0;
  margin: 0;
  line-height: 150%;
}

#header {
/*  border-bottom: solid thin gray; */
  margin-bottom: 2ex;
}

#menu {
  float: left;
  width: 28ex; /* needs to match #content::margin-left */
/*  height: 80%; */
  padding: 0px;
  margin: 0px;
/*  background-color: #fafafa; */
}

#menu ul {
  margin-left: 0;
  padding-left: 2ex;
}

#menu li {
  list-style-type: none;
  font-size: large;
  font-weight: bold;
  font-variant: small-caps;
  padding-bottom: 3ex;
  
}

#content {  
  margin-left: 28ex; /* needs to match #menu::width */
  overflow: auto;
/*  border-left: solid thin gray; */
/*  height: 80%; */
/*  background-image: url('images/menu-bg.png'); */
  background-repeat:no-repeat;
}

#footer {
  clear: both;
/*  border-top: solid thin gray; */
  text-align: center;
  height: 4ex;
}

#header img {
  height: 60px;
}

#header td {
/*  vertical-align: middle; */
}

h1 {
  font-variant: small-caps;
}

h2 {
  font-variant: small-caps;
/*  font-size: smaller; */
}

img {
  vertical-align: middle;
  padding-right: 1ex;
}

th {
  text-align: left;
  font-size: larger;
}

.partners TD {
  padding: 2ex;
  margin: 2ex;
}

DIV.staff {
  padding-bottom: 6ex;
}

.staff img {
  float: left;
  margin-right: 2ex;
  padding-bottom: 5ex;
}

DIV.staff {
  clear: both;
}

DIV.pubs LI {
  padding-bottom: 1ex;
}

TABLE.software{
  border-spacing: 3ex;
/*  vertical-align: top; */
}

TABLE.software TR TD:first-child {
  text-align: center;
}

CODE {
  display: block;
  padding-left: 2ex;
  font-family: monospace;
}

