body
{
  background: #C5BBA0;
  color:    black;
  padding:  0;
  margin:   0
}

div.topbar
{
  background: #C5BBA0;
  color:    white;
  height:   156;
  margin-left:  0;
  margin-top:   0;
  margin-right: 0;
  vertical-align: bottom;
}

div.leftbar
{
  background: #C5BBA0;
  color:    white;
  width:    20%;
  height:   78%;
  float:    left;
  margin-left:  0;
  margin-top:   0;
  margin-bottom:  0
}

div.content
{
  background:#C5BBA0;
  width: 59%;
  height: 78%;
  float: left;
  clear: none
}

div.leftbar p
{
  background:   #C5BBA0;
  color:      black;
  width:      80%;
  margin-top:   0em;
  margin-bottom:  0em;
  margin-left:  0em;
  text-align:   center;
  padding-left: 1em;
  font-size:    xx-small;
}

div.leftbar p.link
{
  background:   #C5BBA0;
  color:      black;
  width:      80%;
  margin-top:   0;
  margin-bottom:  0.2em;
  margin-left:  1em;
  text-align:   left;
  padding-left: 0em;
  font-size:    small;
}

div.leftbar p a
{
  /* background:      #C5BBA0; */
  background-image: url('images/background.jpg');
  background-repeat:  no-repeat;
  color:        black;
  font-weight:    bold;
  text-decoration:  none;
  width:        100%;
  border-top:     2px solid #C5BBA0;
  border-left:    2px solid #C5BBA0;
  border-right:   2px solid black;
  border-bottom:  2px solid black;
} 

div.leftbar p a:hover
{
  border-top:     2px solid black;
  border-left:    2px solid black;
  border-right:   2px solid #C5BBA0;
  border-bottom:  2px solid #C5BBA0;

}
div.rightbar
{
  background: #C5BBA0;
  color:    white;
  width:    17%;
  height:   78%;
  float:    left;
  margin-right: 0;
  margin-top:   0;
  margin-bottom:  0;
}

a
{
  color: #6B1412;
  font-family: Times New Roman;
}

a img
{
  border-top:     2px groove #6B1412;
  border-left:    2px groove #6B1412;
  border-right:   2px groove #6B1412;
  border-bottom:  2px groove #6B1412;
}



