body {
  font-family: verdana, sans-serif;
  font-size: x-small;
}
.Header {
  text-align: center;
  background-color: rgb(210,210,210);
  color: white;
}
.Header h1 {
  padding: 13px;
  margin-bottom: 10px;
  font-size: large;
}


img.FloatLeft{
float:left;
}

.LeftPanel {
  position: absolute;
  top: 138px;
  left: 0px;
  width: 150px;
  height: 2000px;
  background-color:yellow;
}
.RightPanel {
  position: absolute;
  top: 138px;
  right: 10px;
  width: 150px;
  height: 2000px;
  background-color:#eee;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding-bottom: 8px;
}
/*.LeftPanel h1, .RightPanel h1 */
.LeftPanel a.home, .RightPanel a.home
{
  width: 152;
  text-decoration: none;
  background-color: green;
  color: white;
  font-size: medium;
  padding: 6 px;
  margin-bottom: 3px;
}
.RightPanel a
{
/*  text decoration: none;
  width:  152;
  border-width: 2px;
  border-style: solid;
  border-color: white;
  background-color: #eee; */
  margin-bottom: 2px;
}
.LeftPanel a
{
  color:black;
  margin: 0px;
}

p.right_cat
{
/*  text decoration: none; */
  width:  125; 
  border-width: 2px;
  border-style: solid;
  border-color: red;
  background-color: #eee;
  margin-bottom: 0px;
}

p.left_cat
{
/*  text decoration: none; */
  width:  150; 
  border-width: 2px;
  border-style: solid;
  border-color: white;
  background-color: #eee;
  margin-bottom: 0px;
}
p.left_noa
{
/*  text decoration: none; */
  width:  150; 
  margin-bottom: 0px;
}

.RightPanel p
{
  margin: 6px;
}
.LeftPanel p
{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 6px;
  margin-bottom: 0px;
}

.CenterPanel {
  margin-top: 0px; 
  margin-left: 151px;
  margin-right: 168px;
  padding-left: 12px;
  padding-right: 12px;
}

