/**********
   * MENU *
   ********/

#menu
{
  background-color: white;
  width: 15%;
  float: left;
  position: fixed;
  color: black;
  margin: 0 1% 0 0;
  padding: 0;
  }

.bordered
{
  width: 100%;
  color: black;
  margin: 0 0 0 0;
  padding: 0;
  border: 2px solid black;
  }


/*** H1 ***/

#menu h1
{
  font-family: arial, sans-serif;
  color: black;
  font-size: 20px;
  background-color: white;
  text-align: center;
  width: 100%;
  margin: 6px 0 6px 0;
  padding: 0;
  }


/*** H2 ***/

#menu h2
{
  font-family: arial, sans-serif;
  color: #903000;
  font-size: 20px;
  font-weight: bold;
  text-indent: 0;
  padding: 5px 5px 5px 5px;
  margin: 0;
  text-align: center;
  font-variant: small-caps;
  }

#menu h2 a
{
  color: #903000;
  text-decoration: none;
  }

#menu h2 a:visited
{
  color: #903000;
  text-decoration: none;
  }

#menu h2 a:hover
{
  color: #903000;
  font-variant: normal;
  text-decoration: none;
  }


/*** P EMAIL ***/

#menu p.email
{
  background-color: white;
  width: 100%;
  color: black;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  text-indent: 0;
  text-align: right;
  margin: 0;
  padding: 1em 0 0 0;
  }

#menu p.email a
{
  background-color: white;
  color: black;
  text-decoration: none;
  }

#menu p.email a:visited
{
  background-color: white;
  color: black;
  text-decoration: none;
  }

#menu p.email a:hover
{
  background-color: white;
  color: black;
  text-decoration: none;
  }

#menu p.email img
{
  background-color: white;
  color: white;
  }


/*** HR ***/

#menu hr
{
  background-color: black;
  color: black;
  width: 100%;
  border: 0;
  height: 2px;
  margin: 0;
  padding: 0;
  }
