     body
{ margin: 0px; 

}
  /* The main container for the page */
   div.container
     {
	 float:left;
        width:100%;
        border:0px;
        line-height:100%;
		border:0px;
     }
  /* end of the main container */


  /* Start of the top bar */
   div.TopBar
    {
       padding:0px;
	   border:0px;
       color:#000000;
	   width:1024px;
       height:220px;
       background-color:#ffffff;
       clear:left;
       background-image:url(../images/Layout02.jpg);
       background-repeat:no-repeat;
    }
  /* End of top bar */


  /* Start of the footer */
   div.footer
   {
     clear:both;
     width:100%;

     height:220px;
     padding:0.5em;
     padding-top:200px;
     padding-right:10px;
	

     background-color:#ffffff;
     background-image:url(../images/Footer.jpg);
     background-repeat:no-repeat;

     text-align:left;
	 	 
	 
     font-family:Arial, Helvetica, sans-serif;
     color:#000000;
     font-size: 0.8em;
   }
 /* end of the footer */


 /* Start of the bit where the menu sits on the left hand side */
  div.LeftMenu
  {
    float:left;
    width:190px;
    margin:0;
    padding:1em;
  }
  /* end of the menu */


  /* Start of the main content */
  div.content
  {
    margin-left:200px;
    border-left:0px;
    padding:1em;
    background-color:#FFFFFF;
	font-size:14px;
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
  }
  /* end of the main content */

  /* Normal hyperlinks */
   a:link { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight:normal; color:#0000CC; text-decoration: underline;}
   a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #0000CC; text-decoration: underline;}
   a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #0000CC; text-decoration: underline;}
   a:active { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color:#FF0000; text-decoration: underline;}
    /*End of hyperlinks */

 /* White hyperlinks*/
   a:link.white { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight:normal; color:#ffffff; text-decoration: underline;}
   a:visited.white { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #ffffff; text-decoration: underline;}
   a:hover.white { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #ffffff; text-decoration: underline;}
   a:active.white { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color:#ffffff; text-decoration: underline;}
    /*End of hyperlinks */


/* Image float*/
img.floatLeft { 
    float: left; 
    margin: 4px;
	 border:6px;
 border-color: #333300;
 border-style:double;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
	 border:6px;
 border-color: #333300;
 border-style:double;
}
/* end of image float */


