a{
  border:0px solid blue;
}
body{
  position:relative;

  background-color: #BABABA;
  /*background-color: #ccaa66; /*sand yellow*/
  /*background-color: #C8AEC5; purple match*/
  /*background-color: #b4b4b4; gray*/ 
  /*background-color: #42003d; purple */
  /*background-color: #290026; /*dark-purple*/
  /*background-color: #20001e;*/
  width: 1048px;
  height:700px;
  left: 50%;
  margin-left: -524px;
}
.banner {
  position:relative;
  width: 1048px;
  height: 277px;
  border:0px;
  padding:0px;
}
.banner_img{
  width: 1048px;
  height: 277px;
  border:0px solid blue;
}
.body {
  position:relative;
  font-family: "helvetica", "arial", "verdana";
  font-size: 1em;
  background-color: #efefef;
  border:0px;
  padding:0px;
  width: 1048px;
  height: 600px;
}
.menu {
  position: relative;
  border:0px;
  padding:0px;
  margin: 0px;
  width:1048px;
  left: 0px;
  height: 73px;
}

.button_img0{
  border:0px;
  width: 333px;
  height:73px;
}
.button0 {
  background-color:green;
  position:relative;
  float:left;
  top:0px;
  left:0px;
  width: 333px;
  height:73px;
  border:0px solid blue;
}
.button_img1{
  border:0px;
  width: 171px;
  height:73px;
}
.button1 {
  background-color:green;
  position:relative;
  float:left;
  top:0px;
  left:0px;
  width: 171px;
  height:73px;
  border:0px solid blue;
}
.button_img2{
  border:0px;
  width: 213px;
  height:73px;
}
.button2 {
  top: 0px;
  left: 0px;
  position:relative;
  float:left;
  width: 213px;
  height:73px;
  border:0px solid blue;
}
.button_img3{
  border:0px;
  width: 182px;
  height:73px;
}
.button3 {
  background-color:green;
  top: 0px;
  left: 0px;
  position:relative;
  float:left;
  width: 182px;
  height:73px;
  border:0px solid blue;
}
.button_img4{
  border:0px;
  width: 149px;
  height:73px;
}
.button4 {
  top: 0px;
  left: 0px;
  position:relative;
  float:left;
  width: 149px;
  height:73px;
  border:0px solid blue;
}
.button5 {
  top: 0px;
  left: 0px;
  position:relative;
  float:left;
  width: 200px;
  height:50px;
  border:0px solid blue;
}
.head2{
  font-size: 1.2em;
  font-weight: bold;
}
.map_title{
  
  padding: 30px 0px 10px 0px;
}
.left_pane {
  background-color: #efefef;

  position: relative;
  float: left;
  border:0px;
  padding:0px;
  margin: 30px 30px;
  width:280px;
  left: 0px;
  height: 500px;
}
.left_table{
  border: 0px solid black;
  border-radius: 15px;
  padding: 0px 4px;
  cellspacing: 20px;
  background-color: #D8C5D6;
  /*
  background-color: #C8AEC5;
  background-color: #cc99ff;
  background-color: #ccbbee;*/
}
.left_tbl_cell{
  padding: 7px 2px;
}
.display{
  left: 280px;
  top: 0px;
  position: absolute;
  padding: 0px 0px;
  margin: 0px;
  width: 768px;
  height: 600px;
}
.inline_text{
  margin-bottom:-2px;
}
.full_pane{
  width: 800px;
  height: 600px;
  padding: 50px 100px;
}
.full_width{
  width: 800px;
  min-height: 260px;
}
.center{
  text-align: center;
}
.padded{
  padding: 50px; 
}
.icon {
  top:20px;
  width: 50px;
  height: 50px;
}
.map_img{
 position: relative;
 float: left;
 top: 0px;
 left: 144px;
 width: 468px;
 height: 420px;
 border: 5px solid #42003d;
 padding: 1px; 
}
.bio_img{
  border: 5px solid white;
  margin-right: 20px;
  margin-bottom: 0px;
  position: relative;
  float: left;
}
.name{
  color: #8f0b84;
  font-size: 1.2em;
}
