html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: #003366;
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #FFFFFF;
  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: 980px;
}

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

#third_container
{
  position: relative; 
   
  width: 980px;
}



/* === 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: #EAEAEA; 
  background-color: #003366;
}

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

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  /*background-image: url('images/taba.jpg'); */
  background: #0033FF;   
  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; 
  background-color: #003366;
}

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

#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 === */
 
.gallery{
	width: 80px;
	height: 80px;
	background: #003366;
	border: 1px solid #0033CC;
	text-align: center;
	font-size: 12pt;
	line-height: 20pt;
	float: left;
	margin: 10px;
}

.border
{
  background-color: #ffffff;
  padding: 15px 15px 15px 15px;
  height: 360px;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 32px;
  height: 360px;
}

.content
{
  height: 345px;
  overflow: auto;
  padding: 7px;

}

.content-left
{
  height: 345px;
  overflow: auto;
  padding: 7px;
  width: 420px;
  float: left;
  color: #333;
  text-align: justify;
  font-size: 10pt;
  line-height: 18pt;
}

.content-right
{
  height: 345px;
  overflow: auto;
  padding: 7px;
  width: 420px;
  float: right;
  color: #333;
  text-align: justify;
  font-size: 10pt;
  line-height: 18pt;
}

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



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



h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 18px;
  color: #003366;
  background-color: inherit;

}

.details
{
  display: none;
  font-size: 9px;
  color: #FFFFFF;
}

.text
{
  display: block;
  margin: 25px 15px 20px 15px;
  color: #333;
  text-align: justify;
  font-size: 10pt;
  line-height: 18pt;
}

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