html
{
  overflow: hidden;
  height: 130%;
}
                         
body
{
	background: rgb(240, 237, 192);
	height: 130%;
	margin: 0;
	line-height: 100%;
	text-align: left
	;
	padding: 0;
	right: 0px;
}


.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: 815px;
}

#second_container
{
	position: absolute;
	top: 343px;
	vertical-align: middle;
	width: 883px;
	height: 342px;
	left: -3px;
}

#third_container
{
	position: relative;
	top: -300px;
	width: 815px;
	left: 16px;
	height: 600px;
}



/* === 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: #a99905; 
  background-color: #c4b850;
}

#menu a:hover, #menu a:active
{
  background-image: url('images/taba2.jpg');
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/taba.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}







/* === Other Divs === */
 


.border
{
  background-color: #ffffff;
  padding: 15px 15px 15px 146px;
  height: 300px;
  background-image: url('images/logoemailfoto.png');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}


.content
{
	height: auto;
	overflow: auto;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 65px;
}

.designinfo
{
	font-size: 6pt;
	margin-top: 5px;
	text-align: right;
	color: #666666;
	background-color: inherit;
	font-style: normal;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: none;
}



/* === 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: 8px;
  color: #6E7468;
}

.text
{
	display: block;
	margin-top: 0px;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.text a
{
  color: #4a4b00;
  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;
}

*
{
	font-size: 10pt;
	font-family: Tahoma, Verdana, sans-serif;
	color: #666666;
	text-align: left;
	font-style: normal;
}

.bold
{
  font-weight: bold;
}
