<!--
#Tbar{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1024px;
	height: 93px;
	background: url("topbar.png");
}
#Lbar {
	position: absolute;
	left: 0px;
	top: 93px;
	width: 192px;
	height: 449px;
	background: url("leftbar.png");
}
#Bbar {
	position: absolute;
	left: 0px;
	top: 541px;
	width: 1024px;
	height: 127px;
	background: url("bottombar.png");
}
#Rbar {
	position: absolute;
	left: 951px;
	top: 93px;
	width: 73px;
	height: 449px;
	background: url("rightbar.png");
}
#pagetitle {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 37px;
	border-left: 0px;
 	border-top: 0px;
  	border-right: 0px;
  	border-bottom: 1px;
	border-style: dotted;
	border-color: #999999;
}

#body {
	position: absolute;
	left: 50px;
	top: 38px;
	font-size: 10px;
	color: #000000;
	font-family: Verdana;
	font-weight: none;
} 

#slideshow {
	position: relative;
	left: 20px;
	top: 7px;
}

#buttons {
	position: absolute;
	left: 50px;
	top: 410px;
	width: 290px;
}

#buttonBACK {
	float: left;
	left 0px;
	top: 50px;
}

#buttonFORWARD {
	float: right;
	left 450px;
	top: 50px;
}

#footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 1024px;
  height: 45px;	  
  clear: both; 
  float: both;
}

h1 {
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	font-weight: bold;	
}

iframe {
	position: absolute;
	left: 192px;
	top: 93px;
	width: 759px;
	height: 449px;
	border-width: 0px;
}


img.piece {
	
	border-width: 1px;
	border-style: dotted;
	border-color: #999999;
}

P.footer{
	font-size: 9px;
	color: #000000;
	font-family: Verdana;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 600;
}


a {cursor:normal}

a, a:link, a:visited, a:active
{ 
	text-decoration: underline; 
	font-weight: bold; 
	
	color: #DB0000; 
	
}

a:hover         
{ 
	text-decoration: none; 
	
	font-weight: bold; 
	color: #969696; 
	
}

a.menulink:link, a.menulink:visited, a.menulink:active                 
{ 
	text-decoration: none; 
	font-weight: bold; 	
	color: #ffffff; 
	
}

a.menulink:hover         
{ 
	text-decoration: none; 
	
	font-weight: bold; 
	color: #fff239; 
	
}