/* General  */

body
{
   SCROLLBAR-FACE-COLOR: #C0272C;
   SCROLLBAR-HIGHLIGHT-COLOR: #CADB2A;
   SCROLLBAR-SHADOW-COLOR: #CADB2A;
   SCROLLBAR-3DLIGHT-COLOR: #C0272C;
   SCROLLBAR-ARROW-COLOR:  #CADB2A;
   SCROLLBAR-TRACK-COLOR: #FFFFFF; 
   SCROLLBAR-DARKSHADOW-COLOR:  #C0272C;

   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;

   background-color: #FFFFFF;
  
   background-repeat: no-repeat;
   background-position: 431px 0px;
   background-attachment:fixed;


   font-family: verdana, arial, helvetica, sans-serif;   
}



.InFrame
{  
  margin-bottom:0px;
  margin-right:0px;
  border-width:0px; 
  margin-top:0px; 
  width:677px; 
  height:575px; 
}

#InFrameDiv 
{  
  position:absolute; 
  top:113px; 
  width:677px; 
  height:575px; 
  left:165px;
  z-index:50;
}


.MenuDiv
{
   position:absolute; 
   background-color: #ffffff;
   background-image:url(images/linksback2.jpg);
   background-repeat:no-repeat;
   
   
   top:0px;
   width:154px;
   height:600px;
   left: 0px; 
   
   color: #FFFFFF;
   
   padding-top: 15px;
   text-align: right;

   z-index:20;

}

.translatebutton
{
position:absolute;
bottom:5px;
left: 5px;
 font-size: x-small;
   font-style: italic;
   font-weight:normal; 
   text-transform: lowercase;
   width:250px;
   white-space: no-wrap;
   z-index:25;
}
A.translatebuttonLink
{   
   text-decoration: none;
   font-weight:bold;
 	color: #000000;
}

/* not selected menu hover*/
A.translatebuttonLink:hover 
{  
   color: #669933;    
 
}

