/*  Colours
    ======= */
    
.pale, #Logo-Panel, #Title-Panel, #Thames-Panel, #Left-Panel
{
    background-color: #E6EFD6; /* a pale green */
    background-color: #E0F0C4; /* logo background */
    background-color: #DCF0C4 ; /* ColorPic: 87 47 240 */
}
.dark, H2, H3, H4
{
    color: #005500; /* a dark green */
    color: #336600; /* logo foreground */
}
UL.coloured
{
    list-style-image: url(Images/bullet_green.gif); /* a dark green */
}

/* Selected menu items
   ------------------- */
#Left-Panel .menu .selected A 
{
    color: black;
}
#Left-Panel *.menu *.selected > A
{
    font-weight: bold;
}


/*  Box Layout
    ========== */

#Banner-Row
{
    vertical-align: middle;
    padding: 20px;
}
#Logo 
{ width: 96px ;
  height: 96px ;
}
#Thames-Panel
{
    padding: 8px;
}
img.small-img
{
    width: 128px;
    height: 96px;
}
#Top-Border
{
    height: 1em;
}
#Main-Panel
{
    padding: 1em;
    /*width: 100%; */
}
#Text-Panel 
{
    max-width: 56em;
    text-align: justify;
}

#Top-Heading
{ margin-top:1em;
}

/* Menu Layout
   ----------- */
UL.menu, UL.submenu
{
    list-style-type: none;
    text-align: left;
}
UL.menu
{
    margin-top: 0em;
    margin-left: 0.5em;
    text-align: left;
}
UL.submenu
{
    margin-top: 0em;
    margin-left: 1em;
    text-align: left;
}

/* Text Styles
   =========== */
   
body
{
    font-family: Sans-Serif;
	font-size: small;
    background-color: white;
}
H1
{
    font-size: 40px;
    text-align: center;
    margin: 0em;
    padding: 0px;
    vertical-align: top;
}
H2, H3, H4
{
    margin-top: 1.5em;
    margin-bottom: 0.2em;
    /*padding: 0.3em; */
}

P
{
    margin-top: 1em;
    margin-bottom: 0em;
}
UL
{
    margin-top: 0.5em;
    margin-left: 1.5em;
    padding: 0em;
}


LI
{
    margin-top: 0.5em;
    margin-bottom: 0em;
    margin-left: 0em;
}

*.detail
{
    font-size: smaller;
}

div.menu
{
    height: 100%;
    width: 9em;
    text-align: center;
    padding-right: 0em;
    padding-left: 0em;
}

*.menu A
{
    text-decoration: none;
    /* font-weight: bold; */
}
*.menu A:hover
{
    text-decoration: underline;
}
