html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  /*background: #CBF8FE;
  background-image: url('images/bk09.jpg');
	background-position: center top;
	background-repeat: no-repeat;*/
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  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; 
  width: 800px;
  overflow: hidden;
}

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

#third_container
{
  position: relative; 
  top: -317px; 
  width: 800px;
}



/* === Menu === */



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

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

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

#menuOLD a:link, #menu a:visited
{
  color: #fff; 
  background-color: clear;
}

#menuOLD 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.png');*/
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}

#menu a
{
  display: block;
  width: 78px;  height: 27px;
  background-color: clear;
  text-decoration: none;
  line-height: 27px;
  text-align: center;
  color: #ffffff; 
  background-image: url('images/newnav-off.png');
}

#menu a:link, #menu a:visited
{
  color: #ffffff; 
  background-color: clear;
}

#menu a:hover, #menu a:active
{
  background-image: url('images/newnav-on.png');
  background-color: clear;
  color: #ffffff; 
}

#menubottom
{
  float: left;
  clear: both;
  color: #ffffff; 
  height: 27px;
  padding-left: 4px;
  list-style: none; 
background-color: red;  
}

#menubottom li
{
  float: left;
  display: block;
  width: 82px;  height: 27px;  
}

#menubottomselected
{
  display: block;
  width: 82px;  height: 27px;
  text-decoration: none;
  line-height: 27px;
  color: #ffffff;
  text-align: center;
}

#menubottom a
{
  display: block;
  color: #ffffff; 
  width: 78px;  height: 27px;
  background-color: clear;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
  background-image: url('images/newnav-bottom-off.png');
}

#menubottom a:link, #menu a:visited
{
  color: #ffffff; 
  background-color: clear;
}

#menubottom a:hover, #menu a:active
{
  background-image: url('images/newnav-bottom-on.png');
  background-color: clear;
  color: #ffffff; 
}


/* === Other Divs === */
 
.test
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: red;
	width: 50px;
	height: 50px;
}

.border
{
  /*background-color: #ffffff;*/
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  padding: 15px 15px 15px 146px;
  height: 432px;
  /*background-image: url('images/back1.jpg');
  background-repeat: no-repeat;
  background-position: center center;*/
  text-align: left;
}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 32px;
  height: 432px;
  /*background-image: url('images/title_crew.png');*/
}

.content
{
  height: 418px;
  width: 622px;
  overflow: auto;
  padding: 7px;
}

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



/* === 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;
}

/* === Transparent Box === */
div.transbox
{
  background-color: #ffffff;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}
  
div.transbox p
{
  /*font-weight: bold;*/
  color: #000000;
}