  body {                          /* Underneath all                                                                 */
    margin:1.5em 1.3em 0em 1.3em; /* Margins displace all other panels thus enables vision of a border              */
    padding:0;                    /* No padding                                                                     */
    background : #7fffd4;}        /* Border colour - sort of green                                                  */
  #level0 {                       /* Underneath all content panels, but visually just underneath the left panel     */
    padding:0;                    /* No padding (added 30-Mar-05 - try to align all top blue lines)                 */
	background : #ffffcc;         /* Left panel colour - sort of light yellow                                       */
    width:100%;}                  /* Fills entire screen                                                            */
  #level1 {                       /* Underneath all the Middle and Right panels, but visually just the Main         */
    margin-left:11.2em;           /* From left of screen                                                            */
    padding:0;                    /* No padding                                                                     */
    background: #eeffee;}         /* Main panel colour - sort of light blue                                         */
  #level2 {                       /* Underneath all the right panel - currently not used                            */
    background: #fff3ac;          /*                                                                                */
    position:relative;
    width:inherit;}
  #main {                         /* The Main (Middle) content panel                                                */
/*  margin-right:9em;             /* Deleted when no right panel                                                    */
    border:0;                     /* No border                                                                      */
    padding-top:0.1em;            /* Pads text in from    top edge of Main panel                                    */
    padding-left:2.7em;           /* Pads text in from   left edge of Main panel                                    */
    padding-right:2.7em;          /* Pads text in from  right edge of Main panel                                    */
    padding-bottom:0.2em;}        /* Pads text in from bottom edge of Main panel                                    */
  #topBar, #botBar {              /* The Top content panel                                                          */
	background : #ffffcc;         /* Left panel colour - sort of light yellow                                       */
    width:100%;}                  /* Fills entire topBar                                                            */
  #advBar {                       /* Not Used                                                                       */
    background:#FFF3AC;
    clear:right;
    text-align:center;}
  #tipDay {
    float:right;
    width:11em;
    background:#FFF3AC;
    position:relative;}
  #lftBar {
    background : #ffffcc;         /* Left panel colour - sort of light yellow  NOT NEEDED IF I USE LEVEL 0         */
    position:absolute;
    top:  4.4em;                  /* From top  of screen                                                           */
    left: 3.8em;                  /* From left of screen                                                           */
    width:6.2em;
    text-align:center;}
  #rgtBar {
    position:absolute;
    width:9em;
    top:0;
    right:0;}
  #main h1 {
    margin:0;
    padding-left:0.3em;
    padding-right:5em;
    font:1.25em Verdana,Helvetica,Arial,sans-serif;
    color:#609;
    background:#FC0;}
  #main dt {
    font-weight:bold;
    font-size:120%;
    margin-top:.8em}
  #rgtBar h3 {
    margin:0;
    padding:3px;
    background:#FC0;
    font-weight:bold;
    font-size:1em;
    text-align:center;}
  #topBar form {
    float:right;
    width:10.5em;
    text-align:right;
    margin:0;
    line-height:.7em;}
  #topBar input {font-size:.8em;}
  #topBar b {
    display:block;
    text-align:left;
    font:bold .8em/1.7em Arial,Geneva,sans-serif;
    padding-left:.5em;}
  #tipTit {
    width:7em;
    position:absolute;
    text-align:center;
    top:-1.8em;
    right:0;
    font:.8em/1.8em Arial,Geneva,sans-serif;}
  #advBar p {text-align:right;margin:0 0.5em;font-weight:bold;}
  #advBar img {margin-bottom:1em}
  a img {border:none;}
  .note {color:red}

/* Definitions copied from MOA.css - possibly to be made a seperate .css file, changed as different schemes */

hr {                              /* Blue Horizontal Rule                                       */
    color : #0000ff; 
    background : #ff0000;
    margin-top : 0em; 
    margin-bottom : 0em;}

hr.Mid {                          /* Short Brown Horizontal Rule                                  */
   color : #800000; 
   background : #ccffcc; 
   text-align : Center; 
   width : 85%;}

h2 {                              /* Heading Used At Top Left Panel                               */
    font-size : 100%;
    font-family : Arial,sans-serif; 
    color : #000080; 
    background : #ffffcc;
    text-indent : 0em; 
    margin-top : 0em; 
    margin-bottom : 0em;}

h3 {                              /* Heading Used At Top Of Every Page                           */
   font-size : 100%; 
   font-family : Arial,sans-serif; 
   color : #800000; 
   background : transparent; 
   text-indent : 0em; 
   margin-top : 0em; 
   margin-bottom : 0em;}

h6 {                               /* Tiny Writing Used On Footer                                 */
   font-size : 60%;
   font-family : Arial,sans-serif; 
   color : #000080; 
   background : #ffffcc;
   text-indent : 0em; 
   margin-top : 0.5em; 
   margin-bottom : 0em;}

p               {                  /* Normal writing                                               */
   font-size : 80%; 
   font-family : Arial,sans-serif; 
   color : #000080; 
   background : #eeffee; 
/*  text-align: justify;   On Trial */
   text-indent : 0em; 
   margin-top : 0.5em; 
   margin-bottom : 1em;}
 
p.Note          {                   /* Yellow Note box, with brown border, normal writing           */
   font-size : 75%;
   font-family : Arial,sans-serif;
   text-align : center; 
   color : #000080; 
   background : #ffffcc; 
   border-width : thin; 
   border-style : solid; 
   border-color : #800000;
   padding : 1px;}

li              {
   font-size : 80%; 
   font-family : Arial,sans-serif; 
   color : #000080; 
   background : #eeffee; 
   text-indent : 0em; 
   margin-top : 0em; 
   margin-bottom : 0em;}

code            {                    /* Brown font for Ministry Of Air, normal writing               */
   font-weight : normal; 
   font-size : 100%; 
   font-family : Arial,sans-serif; 
   color : #800000; 
   background-color : transparent;}

table.MOA       {                     /* Table                                                        */
   font-size: 80%; font-family: Arial,sans-serif;  color: #000080; background: #7fffd4;}

tr              { vertical-align : top;      } /* Table Row                                                      */

td              {                              /* Basic Table Cell                                               */
   font-size : 100%; 
   font-family : Arial,sans-serif; 
   color : #000080; 
   background : #ccffff;
   vertical-align : top; 
   text-align : right;  
   margin-top : 0em; 
   margin-bottom : 0em;}

td.Mid          {                              /* Table Cell aligned to Mid                                      */
   font-size : 100%; 
   font-family : Arial,sans-serif; 
   color : #000080; 
   background : #ccffff; 
   vertical-align : top; 
   text-align : center;}

td.Left         {                              /* Table Cell aligned to right                                    */
   font-size : 100%; 
   font-family : Arial,sans-serif; 
   color : #000080; 
   background : #ccffff; 
   vertical-align : top; 
   text-align : left;}

td.Bar          {                              /* Table box, used to centre "Top Of Page - footer.js uses tables */
   color : #000080; 
   background : #ffffcc;
   text-align : center;                        /* What it says                                                   */
   margin-top : 0em; 
   margin-bottom : 0em;}

td.Bott         {                              /* Table box, used to centre "Disclaimer' - footer.js uses tables */
   color : #000080; 
   background : #ffffcc;
   text-align : center;
/*   width : 80%;  */
   margin-top : 0em; 
   margin-bottom : 0em;}

td.Select       {                              /* Highlighted Table Cell                                         */
   font-family: Arial,sans-serif; color: #000080; background: #eeffee; text-align: left;
   vertical-align: top;
   text-align : left;}

td.sortedColumn { background: #f0f0f0; } /* Sorting Columns different background                           */

td.sortedRow    { background: #b0b0b0; } /* Sorting Columns different background                           */

td.Tahoma       {                              /* Table Cell for Results Page                              */
   font-family : System,Arial,sans-serif;
   color : #000080; 
   background-color : #eeffee;
   text-align : left;
   vertical-align : top;}

td.Results       {                              /* Fixed Width Table Cell for Results Page                  */
   font-size : 100%;
   font-family : System,Arial,sans-serif;
   color : #000080; 
   background-color : #eeffee;
   text-align : left;
   vertical-align : top;
   width : 160px;}

Select.Select    {                              /* Fixed Width Selection Form Cell for Results Page               */
   font-size : 80%;
   font-family : Arial,sans-serif,courier; 
   color : #000080; 
   background-color : #ffffcc;
   text-align : left;
   vertical-align : top;
   width : 265px;}