html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: #EDC754;
  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; 
  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;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 75px;  height: 31px;
  border-left: 6px solid #EDC754; 
}

#menu a
{
  display: block;
  width: 75px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #ffffff; 
  background-color: #3770A0;
}

#menu a:hover, #menu a:active
{
  background-color: #598DB9;
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 75px;  height: 31px;  
  background-color: #ffffff;    
  text-decoration: none;
  line-height: 31px;
  color: #000000;
  text-align: center;
}

/* === Other Divs === */
 
.border
{
  background-color: #ffffff;
  padding: 15px 15px 15px 146px;
  height: 232px;
  background-image: url('back.gif');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}


.title
{
  position: absolute;
  margin-left: 43px;
  margin-top: 31px; 
  width: 72px;
  height: 200px;
  background-image: url('logo.png');
}

.content
{
  height: 217px;
  overflow: auto;
  padding: 7px;
}


/* === Inline Text Styles === */

h1
{
  font: 18px Georgia;
  margin: 10px 0 -65px -2px;
  padding: 0 10px 65px 9px;
  color: #000;
  background-color: inherit;
  border-left: 2px solid #000;

}

.details
{
  display: none;
  font-size: 9px;
  color: #000000;
}

.text
{
  display: block;
  margin: 5px 5px 20px 12px;
}

.text a
{
  color: #420;
  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;
}