


div.container 
{
top:0;
width:800px;
height:630px;
margin-left:auto;
margin-right:auto;
background:white;
}

div.img
  {
  margin: 2px;
  border: 1px solid #669933;
  height: 70px; /* changed from auto 26th Feb 2008*/
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #669933;
  }
div.img a:hover img
  {
  border: 1px solid #669933;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 65px; /*changed from 120 to 90 and further changed to 65px on 26t Feb 2008 */
  margin: 1px;
  color:#990033;
  }
  
  div.blank
  {
  text-align:center;
  font-weight:normal;
  width: auto;
  height:0px;
  margin: 1px;
  color:#990033;
  background:#990099;
  }
  
  div.slide 
  {
   margin: 2px;
  height:285px;
  width: 380px;
  float: left;
  text-align: center;
  }
  div.level
  {
  position:absolute;
  top:103px;
  left:40px;
  }
  div.level2
  {
  position:absolute;
  top:177px;
  left:40px;
  }
  
  div.scale
  {
  position:absolute;
  top:30px;
  left:40px;
  }
  div.next
  {
  position:absolute;
  top:250px;/*changed as below*/
  left:40px;
  }
div.next1
  {
  position:absolute;
  top:346px;
  left:40px; /*Changed positioning for pictures form 11 to 30*/
  }
div.next2/*added 26 Feb 2008*/
  {
  position:absolute;
  top:420px;
  left:40px; /*Changed positioning for pictures form 11 to 30*/
  }
  div.next3/*added 26 Feb 2008*/
  {
  position:absolute;
  top:494px;
  left:40px; /*Changed positioning for pictures form 11 to 30*/
  
  }
  
  div.next4/*added 26 Feb 2008*/
  {
  position:absolute;
  top:568px;
  left:40px; /*Changed positioning for pictures form 11 to 30*/
  }
  
div.top
{
position:absolute;
top:0px;
right:400px;
color:#cc9900; 
font-family:verdana;
 font-size:20pt;
}
#loadarea
{
color:#996515;
font-family:verdana;
font-size:12pt;

}
#pageNav/*added 26 Feb 2008*/
  {
  position:absolute;
  top:600px;
  height:50px;
  width:150px;
  left:500px; /*Changed positioning for pictures form 11 to 30*/
   background:url('images/backgd_navi.gif');
    color:#080808;
  }

 td.pgeNav/*added 26 Feb 2008*/
  {
 background:url('images/backgd_navi.gif');
 width:150px;
 font-size:105%;
  color:#000000;
  }
