	html, body {
	
		
		border: 0px solid #AFBEC7;
		overflow: hidden;
  height: 99%;

		}              
body
{background-color:#D3DEDD;
 /* background: rgb(221, 241, 241);*/
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
  border: 0px solid #AFBEC7;
}
A:link{ color:#282127; text-decoration:none; }
A:hover{ color:#282127; text-decoration:none;  }
A:active{ color:#282127; text-decoration:none;  }
A:active:hover{ color:#282127; text-decoration:none;  }
A:visited{ color:#282127; text-decoration:none; }
A:visited:hover{ color:#282127; text-decoration:none;  }
*
{
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #282127;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}


.icons { border: 0px solid #AFBEC7;  cursor:crosshair; display: block;   background-repeat: no-repeat; }


/* === Containers === */



#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 900px;
}

#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%; 
}

#third_container
{
  position: relative; 
  top: -320px; 
  width: 900px;
}



/* === Menu === */



#menu
{
  width: 100px;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0;
  list-style: none;   
     text-align: right;

}
#menu_r
{
  width: 60px;
  padding-right: 0px;
  padding-left: 40px;
  margin: 0;
  list-style: none;   
}


#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/taba.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}



/* === Language menu === */



#submenu
{
  float: left;

  width: 100px;
  padding-left: 0px;
  margin: 0;
  list-style: none;   
   text-align: right;

}


#submenuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/tabb.jpg');    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}



/* === Other Divs === */
 


.border
{
  background-color: #D3DEDD;
  padding-left:100px;
  padding-right:2px;
  margin-top: 0px; 
  height: 470px;
  background-image: url('');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.title
{
  position: absolute;
  margin-left: 0px;
  margin-top: 95px; 
  width: 100px;
  
  background-image: url('');
  
}
.title2
{
  position: absolute;
  
  margin-left:0px;
  
  margin-top: 460px; 
  width: 100px;
  
  background-image: url('');

}

.title3
{
  position: absolute;
  
  margin-left:0px;
  
  margin-top: 300px; 
  width: 100px;
  
  background-image: url('');

}
.content
{
  

  
}

.designinfo
{
  margin-top: 0px;
  text-align: center;
  color: #282127;
  background-color: inherit;
}

.designinfo2
{
  margin-top: 0px;

  color: #749942;
  background-color: inherit;
  padding-left: 100px;
}

/* === Inline Text Styles === */



h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #ffffff;
  background-color: inherit;
  border-left: 5px solid rgb(211, 226, 195);

}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block;
  margin: 5px 5px 20px 12px;
}

.text a
{
  color: #666F53;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}