/* Default style with navigation bar
*/

/* Coloured background */
body { background-color:#E0F0FF; color:#000000; }

/* Background image (width 130px) for navigation bar */
#all { background-image:url(../images/nav-back.gif); background-repeat:repeat-y; min-height:900px; }

/* Navigation menu on left side of screen */
#nav {
  display:block; margin:0px; padding:2px; width:126px; min-width:126px; float:left;
  font-family:arial,helvetica,sans-serif; overflow:visible; }
#navfoot {
  display:block; margin:0px; padding:2px; width:126px; min-width:126px;
  font-family:arial,helvetica,sans-serif; font-weight:bold; font-size:80%; }

/* Set left margin of content to ensure block output if content is longer than navigation bar */
#content { margin-left:130px; padding-left:2px; min-width: 126px; }
/* No menu on top of page and navigation links at bottom of page */
#menu { display:none; }
#contentfoot { display:none; }

/* Navigation bar styles
   - Use smaller font size
   - Indent according to level
*/
p.navtitle { vertical-align:top; font-weight:bold; }
ul.navlist { list-style-type:none; font-size:80%; padding-left:0px; margin-left:0px; }
li.sub0 { font-weight:bold; }
li.sub1 { padding-left:8px; }
li.sub2 { padding-left:16px; }

/* Hide link switch to default layout */
.screen-st { display:none; }

/* No screen display (e.g. for printing only) */
.no-screen { display:none; }