
div.borderTop
{
  position: absolute;
  top: 10px ;
  left: 0 ;
  height: 14px ;
  width: 99% ;
  z-index: 0 ;
}

div.borderTopRight
{
  position: absolute;  
  top: 4px ;
  right: 0 ;
  width: 25px ;
  height: 25px ;
  z-index: 1 ;
}

div.borderBottom
{
  position: absolute;
  bottom: 10px ;
  left: 0 ;
  width: 99% ;
  height: 14px ;
  font-size: 1px ; /* stupid IE */
  background-repeat: repeat-x ;  
  z-index: 0 ;
}

div.borderBottomRight
{
  position: absolute;  
  bottom: 4px ;
  right: 0 ;
  width: 25px ;
  height: 25px ;
  z-index: 1 ;
}


div.menuTop
{
  position: absolute;
  top: 0 ;
  left: 0 ;
  width: 101px ;
  height: 29px ;
  z-index: 2 ;
}

div.menuBottom
{
  position: absolute;
  bottom: 0 ;
  left: 0 ;
  width: 101px ;
  height: 30px ;
  z-index: 2 ;
}

div.logo
{
  width:101px ;
  text-align: center;
}

div.control
{
  position: absolute;
  top: 40px;
  left: 0;
  width: 101px ;
  min-height: 80px ;
}

div.button
{
  position: relative;
  width: 101px;
  height: 20px ;
  z-index: 4 ;
  font-size: 1px ;
}

div.button img
{
	cursor: pointer;
  border: 0;
}

* html div.button img
{
 	cursor: hand;
}

div.contentPanel
{
  position: static ;
  padding-top: 30px ;
  padding-left: 120px;
  margin-right: 2em;
  padding-bottom: 30px ;
}

td.middle
{
text-align: center;
}

h1.staff
{
  font-family: Times New Roman, serif ;
  padding-bottom: 5px;
  text-align: center ;
  margin: 0;
}

h2.staff
{
  text-align: center ;
  font-size: 1.0em ;
  font-weight: normal ;
  margin: 0;
}

table.staff
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

div.staff_short
{
  margin-top: 1.5em ;
  font-size: 11pt ;
  margin-bottom: 1em ;
/*  text-align: justify ; */
}

div.staff_full
{
  width: 100%;
  height: 300px;
  margin-top: 1.5em ;
  font-size: 11pt ;
  margin-bottom: 1em ;
  text-align: justify ; 
}

div.staff_name
{
  font-size: 10pt;
}

div.staff_title
{
  font-size: 8pt;
}

div.clear
{
  clear: both;
}

div.topPicture
{
  text-align: center ;
}

div.topLeftPicture
{
  float: left ;
  margin-right: 1.0em ;
  text-align: center;
}

div.topRightPicture
{
  float: right ;
  display: inline;
  margin-left: 0.5em ;
  text-align: center;
}

* html div.topRightPicture
{
  display: inline;  
}

div.bottomLeftPicture
{
  float: left ;
  margin-right: 1.0em ;
  text-align: center;
}

div.bottomRightPicture
{
  float: right ;
  margin: 0;
  margin-left: 0.5em ;
  text-align: center;
}

div.extra
{
  text-align: center;
  margin-top: -3em ;
  margin-bottom: 4em ;
}

div.message
{
  margin-bottom: 0.5em;
}
/*
table, table tr, table td
{
  border: thin solid black;
}

*/
