html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: #D3E2C3 url('../images/bg.gif');
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #3b3b3b;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}


/* === Containers === */



#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 660px;
}

#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%; 
}

#third_container
{
  position: relative; 
  top: -163px; 
  width: 660px;
}



/* === Menu === */



#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #749942; 
}

#menu a:hover, #menu a:active
{
  background-image: url('../images/taba2.gif');
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('../images/taba.gif');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}



/* === Language menu === */



#submenu
{
  float: left;
  height: 31px;
  width: 300px;
  padding-left: 10px;
  margin: 0;
  list-style: none;   

}

#submenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#submenu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}

#submenu a:link, #submenu a:visited
{
  color: #749942; 
}

#submenu a:hover, #submenu a:active
{
  background-image: url('../images/tabb2.gif');
  color: #ffffff; 
}

#submenuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('../images/tabb.gif');    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}



/* === Other Divs === */
 


.border, .border2, .border3,.index
{
  background-color: #ffffff;
  padding: 15px 15px 15px 260px;
  height: 232px;
  background-image: url('../images/back.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}
.border2 { background-image: url('../images/back2.jpg'); }
.border3 { background-image: url('../images/back3.jpg'); }
.index { padding-left: 15px; }

.title
{
  position: absolute;
  margin-left: 22px;
  margin-top: 8px; 
  width: 232px;
  color: #fff;
  font: bold 19pt Verdana, Tahoma, sans-serif;
  letter-spacing: 4px;
}

.content
{
  height: 217px;
  overflow: auto;
  padding: 7px;
}

.content_index
{
  height: 217px;
  overflow: auto;
  padding: 10px 7px 4px 14px;
font: 16px Comic Sans MS,Ariel,Tahoma, Verdana, sans-serif; 
color: #7fcc28;
line-height:30px;
 border: 1px solid rgb(211, 226, 195);
}

.designinfo
{
  margin-top: 5px;
  text-align: right;
  color: #749942;
  background-color: inherit;
}



/* === Inline Text Styles === */

.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;
}
.text ul
{
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.text li
{
	font-size: 9pt; 
	margin-bottom: 10px;
	padding: 10px 0 10px 15px;
	border-left: 5px solid #afc690;
}

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;
}