body { font-family : sans-serif }

.standout {
  margin : 2em ;
  padding : 0 1em ;
  border : 2px solid #003366 ;
  text-align : center ;
}

p.footer { font-style : italic ; font-size : smaller }

ul.publications li { margin-bottom : 1em }
ul.people       li { margin-bottom : 0.25em ; list-style-type : none }
ul.description        { list-style-type : none }
ul.description  li    { font-weight : bold }
ul.description  ul li { font-weight : normal }


#content {                                     /* Main contents */
  margin-left: 178px ;    /* Slightly wider than navigation bar */
}

#nav {                                   /* Left navigation bar */ 
  display : block ;
  position : absolute ;   /* position:fixed not supported in IE */ 
  top: 0 ; left : 0 ;
  color : white ; 
  background : #003366 ;          /* Same as for Essex CS pages */
  width : 175px ;                  /* Wider than Essex CS pages */
  height : 100% ;
  text-align : center ;
}

body > #nav {                 /* Child selector invisible to IE */ 
  position : fixed ;
}

#nav a { display : block ; padding : 0.5em ; font-weight: bold }
#nav a img { border-style : none}
#nav a#essexlogo { display : block ; padding : 0.5em 0em 0em 0em }
#nav a:link  { color : white ; background : #003366 }
#nav a:visited , #nav a:active { color : silver ; background : #003366 }
#nav a:hover { color: yellow ; background : #003366 }

