/* Clever Web Stylesheet */

body {
  font-family: Arial, Helvetica,sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 10pt;
  color: rgb(64, 96, 128);
  border: 0px;
  padding: 0px;
  margin: 0px;
  min-width:760px;
}

div, p, h1, h2, h3, h4, img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

div#Canvas {
  background-color: rgb(255,255,255);
  text-align: center;  /* to centre page in IE5 */
}


div#MainPage {
  width: 760px;
  margin-left: auto;  /* to center page */
  margin-right: auto;
  text-align: left;
  background-color: rgb(255,255,255);
}

div.Spacer {
  height: 10px;
  width: 10px;
}

div#PageTop {
  position: relative;
  width: 100%;
  
}

div#TopLogo {
  position: absolute;
  top: 0px;
  left: 0px;
}

#TopLogo img  {
  
}

div#TopText {
  font-size: 10pt;
  font-style: italic;
  font-weight:bold;
  color: rgb(0,55,104);  
}


div#TopMenu {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 90%;
}


div#MainColumns {
  position: relative;
  overflow: hidden;
}

div#LHS {
  width: 500px;
  float: left;
  overflow: hidden;
}


div#RHS {
  width: 245px;   /* NB: (Width of LHS + Width of RHS) must be less than 100%
                   so that there is space between them.
                   I have made the space 15 pixels.
                   I use an absolute pixel count for LHS width and RHS width
                   so that we know how wide to make images to fit */
  float: right;
  overflow: hidden;
}
 
img.RHSImage {
  width: 100%;
}

div.TopLine {
  background: rgb(0,55,104);
  height: 5px;
  width: 100%;
}

div#PageBottom {
  clear: both;
  width: 100%;
  height: 50px;
}

div.PageBottomLine {
  background: rgb(0,50,94);
  height: 30px;
  width: 100%;
}

div#NavListBottom {
  float: left;
  font-style:italic;
}

div#CopyrightBottom {
  float: right;
  font-style:italic;
}

div#Legal {
  float: left;
  font-style:italic;  
}

div#PageBottomEnd {
  clear: both;
  height: 1px;
  width: 1px;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0px;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: disc;

}

ul.spaced_list li {
  margin-top: 1em;
}

a {
  text-decoration: underline;
  color: rgb(0,55,104);
}

a:hover {
  color: rgb(64,205,25);
}

h1 {
  font-weight: bold;
  font-style: normal;
  font-size: 130%;
  color: rgb(0, 55, 104);
  margin-top: 1em;
  margin-bottom: 0;
}

h2 {
  font-size: 120%;
  font-weight: bold;
  font-style: normal;
  color: rgb(0,55,104);
  margin-top: 1em;
  margin-bottom: 0;
}

h1#LHSTitle, h1#RHSTitle {
  font-size: 150%;
  font-weight: bold;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 5px;
  color: rgb(0,55,104);
}
#NavList1 ul, #NavList2 ul, #NavListBottom ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
  font-size: 100%
}

#NavList1 li, #NavList2 li, #NavListBottom li {
  display: inline;
  padding-right: 5px;
}

#NavList1 a, #NavList2 a, #NavListBottom a {
  text-decoration: none;
}

#NavList1 a:hover, #NavList2 a:hover, #NavListBottom a:hover {
  color: rgb(64,205,25);
}

#NavList1 a.ThisPage, #NavList2 a.ThisPage {
  font-weight: normal;
}

#PageBottom, #PageBottom a {
  font-size: 100%;
  font-style: italic;
}


