
 body     { font-family : Lucida Sans , Calibri , Helvetica , sans-serif }
 code     { font-family : Lucida Console , Consolas , Courier , monospace }

 h1       { text-align : center }                /* Page titles */ 
 h4       { font-weight : normal ; font-style : italic }

 p.entry  { margin-top : 3em }            /* For abstracts page */ 
 p.footer { margin-top : 0em ; font-style : italic ; font-size : small }

 dd       { margin-bottom : 1em }
 li       { margin-bottom : 1em }
 li ul li { margin-bottom : 0em }

/* Flag icons in lists */ 

 li.at    { list-style-image : url(icon-at.png) }
 li.au-bw { list-style-image : url(icon-au-bw.png) }
 li.be    { list-style-image : url(icon-be.png) }
 li.ca    { list-style-image : url(icon-ca.png) }
 li.cz    { list-style-image : url(icon-cz.png) }
 li.de    { list-style-image : url(icon-de.png) }
 li.eg    { list-style-image : url(icon-eg.png) }
 li.es    { list-style-image : url(icon-es.png) }
 li.fr    { list-style-image : url(icon-fr.png) }
 li.gb-sc { list-style-image : url(icon-gb-sc.png) }
 li.gb-en { list-style-image : url(icon-gb-en.png) }
 li.gb-wa { list-style-image : url(icon-gb-wa.png) }
 li.gb    { list-style-image : url(icon-gb.png) }
 li.gb-bw { list-style-image : url(icon-gb-bw.png) }
 li.ho    { list-style-image : url(icon-ho.png) }
 li.hu    { list-style-image : url(icon-hu.png) }
 li.ie    { list-style-image : url(icon-ie.png) }
 li.il    { list-style-image : url(icon-il.png) }
 li.it    { list-style-image : url(icon-it.png) }
 li.jp    { list-style-image : url(icon-jp.png) }
 li.jp-bw { list-style-image : url(icon-jp-bw.png) }
 li.ma    { list-style-image : url(icon-ma.png) }
 li.mt    { list-style-image : url(icon-mt.png) }
 li.mt-bw { list-style-image : url(icon-mt-bw.png) }
 li.nl    { list-style-image : url(icon-nl.png) }
 li.nl-bw { list-style-image : url(icon-nl-bw.png) }
 li.no    { list-style-image : url(icon-no.png) }
 li.se    { list-style-image : url(icon-se.png) }
 li.us-ca { list-style-image : url(icon-us-ca.png) }
 li.us-md { list-style-image : url(icon-us-md.png) }
 li.us-tx { list-style-image : url(icon-us-tx.png) }
 li.us    { list-style-image : url(icon-us.png) }
 li.us-bw { list-style-image : url(icon-us-bw.png) }
 img      { border-style: none }

 .standout {
  margin : 1em 0 ;
  padding : 0 1em ;
  border : 2px solid #000099 ;
 }

#content {                                     /* Main contents */
  margin-left: 153px ;    /* Slightly wider than navigation bar */
}

#nav {                                   /* Left navigation bar */ 
  display : block ;
  position : absolute ;   /* position:fixed not supported in IE */ 
  top: 0 ; left : 0 ;
  color : black ; 
  background : #99CCFF ;
  width : 150px ;
  height : 100% ;
  text-align : center ;
}

body > #nav {                 /* Child selector invisible to IE */ 
  position : fixed ;
}

#nav .navitem { display : block ; padding : 0.5em }
#nav a { font-weight: bold }
#nav a img { border-style : none}

/* The following colors matched the old Essex CS pages (dark Nav bar)

#nav a:link  { color : white ; background : #003366 }
#nav a:visited , #nav a:active { color : silver ; background : #003366 }
#nav a:hover { color: yellow ; background : #003366 }

*/