/* colours 
#FFFFCC => pale yellow 
#f3df2c => gold 
#3030a8 => strong blue
*/

body 
{ 
   background: #f3df2c;
   FONT-FAMILY: Verdana, san-serif; FONT-SIZE: 12px; 
}

div.left	
{
  position: absolute; top: 0px; left: 0px;
  width: 156px; height: 600px;
  /* background-color: #FFFFCC ; */ /* pale yellow */
}


div.leftMenu
{  
   position: fixed; top: 200px; left: 1px;
   text-align:right;font-size:11px;
   border:1px;width:149px;padding-top:5px;
   font-weight:bold;

}


div.leftSpacer	
{
  /*position: absolute; top: 0px; left: 0px;*/
  height: 1px;
  background-color: #f3df2c ; 
}

div.leftMenuHere
{  
   background-color:#FFFFCC; 
   padding-right:8px;
   padding-bottom:3px;
   padding-top:3px;
   color: #3030a8;
   border-right-width: 20px;
}

div.leftMenuHere2
{  
   background-color:#3030a8; 
   width: 10px;  
   color: #3030a8;
}

div.leftMenub
{  
   padding-right:8px; 
   padding-bottom:3px;
   padding-top:3px;
   background-color:#3030a8;
}

div.leftMenub1
{  
   padding-right:8px; 
   padding-bottom:3px;
   padding-top:3px;
   background-color:blue;
}

div.lSubb
{
   padding-bottom:2px;
   padding-top:2px;
   padding-right:16px;
   font-weight:normal;
}

div.lSubbHere
{
   padding-bottom:2px;
   padding-top:2px;
   padding-right:16px;
   font-weight:normal;
/*   background-color:#f3df2c; */ 
}


div.leftMso
{  
   position: fixed; top: 480px; width: 148px;left: 1px;
   padding-right:3px; 
   padding-bottom:3px;
   padding-top:3px;
   background-color:#FFFFCC;
   text-align:center;font-size:11px; 
}



a.leftMenu {text-decoration: none; }
a.leftMenu:hover{color:#8cb4f6;  }
a.leftMenu:link {color:#3030a8;  }
a.leftMenu:visited {color:#3030a8;  }


a.leftMenub {text-decoration: none; }
a.leftMenub:hover{color:#8cb4f6;  }
a.leftMenub:link {color:#f3df2c;  }
a.leftMenub:visited {color:#f3df2c;  }

a.lSubb {text-decoration: none; }
a.lSubb:hover{color:#8cb4f6; text-decoration: underline }
a.lSubb:link {color:#3030a8;  }
a.lSubb:visited {color:#3030a8;  }


div.main	
{
  position: absolute; top: 139px; left: 153px;
  width: 1070px; 
  background-color: #FFFFCC; 
}

div.mainsub
{
   width: 900px;
   padding-right:40px; 
   padding-left:40px;
}

div.mainsub1
{
   padding-right:80px; 
   padding-left:80px;
}



div.footer	
{
  position: absolute; top: 537px; left: 152px;
  width: 755px; height: 30px;
  background-color: #FFFFCC; 
}

table.Menu {
 FONT-FAMILY: Verdana, san-serif; FONT-SIZE: 12px;
 position: absolute; left: 0px;
 position: absolute; top: 0px;
 border-spacing: 1px;
 border-width: 1px;
           }
 
td.HorMenu { color: #f3df2c;
             width: 150px; height: 30px;
             text-align: center;
             background-color: #3030a8;
             FONT-weight: bold;
           }

td.HorMenu1 { color: #f3df2c;
              width: 150px; height: 30px;
              text-align: center;
              background-color: blue;
              FONT-weight: bold;    
            }

td.HorMenuLit { color: #3030a8;
                width: 150px; height: 30px;
                text-align: center;
                background-color: #FFFFCC;
                FONT-weight: bold;
              }

td.HomeBut { color: #f3df2c;
             width: 150px; height: 30px;
             text-align: center;
             background-color: #3030a8;
             FONT-weight: bold;
           }

td.HomeBut:hover{border-style: solid; border-color: #f3df2c;}

td.HomeButLit { color: #3030a8;
             width: 150px; height: 30px;
             text-align: center;
             background-color: #8cb4f6;
             FONT-weight: bold;
           }


a.header { text-decoration: none; }
a.header:hover{color:#8cb4f6;  }
a.header:link {color:#f3df2c;  }
a.header:visited {color:#f3df2c;  }

.TitText
{
  FONT-SIZE: 18px; FONT-weight: bold;
  text-align: center;
}


.GotoText
{
  FONT-SIZE: 18px; FONT-weight: bold;
  text-align: center;    
  background-color: #f3df2c;   
}

p.BodyText
{
  FONT-SIZE: 16px; 
}



span.CaptionLeft
{
  FONT-SIZE: 12px; 
  text-align: left;
}

span.CaptionRight
{
  FONT-SIZE: 12px; 
  text-align: right;
}

span.CaptionCenter
{
  FONT-SIZE: 12px; 
  text-align: center;
}

.floatRight
{ 
  float : right; 
  margin-left: 30px; 

}

.floatLeft
{ 
  float : left;
  margin-right: 30px; 
}

p.indent
{
  position: relative;
  left: 1cm;
  FONT-weight: bold;
}

.nowrap
{
  float : clear;
}

