/* controlling the look of the left-hand menu */

.about {
margin-left:30px;
  text-align:center;
}


.menu {
 float:left; 
/*    height: 88%;  */
 line-height:110%; 
  margin-left:-30px; 
/* border-right:1px solid #004D99; /* solid grey;  */
 padding:1em; 
 width:178px; 
/*   font-family: Helvetica, sans-serif;
   color: #66EEEE; */ 
}

.menu ul {
   list-style-type: none;
}

.menu a {
  font-weight: bold;
  text-decoration: none;
    color:#08610E;
}

.menu a:hover {
 color: #E5E500;
}

.menu a:visited {
/*    color:grey; */
}



.about a {
  font-weight: bold;
  text-decoration: none;
    color:#08610E;
}

.about a:hover {
  color: #E5E500;
}

.about a:visited {
/*    color:grey; */
}


.text, .personal {
   margin: 0px 100px 100px 200px;
   position: absolute;
   font-family: Helvetica, sans-serif;
}

.text a {
  color: #800055;
  text-decoration: none;
}

.text a:hover {
  color: #BD1F00;
}

.text a:visited {
  color: #703100;
}
.personal a {
  color: #AA0000;
  text-decoration: none;
}

.personal a:hover {
  color: #EE3300;
}

.personal a:visited {
  color: #880000;
}



div.container
{
width:100%;
/* height: 100%; */
margin:0px;
border:1px solid #08610E;
line-height:100%;
}
div.header,div.footer
{
 padding:.5em; 
color:white;
line-height:1;

background-color:#08610E;
/* border:1px solid grey; */
clear:left;
}
h1.header
{
padding:0;
margin:0;
}
div.content
{
margin-left:180px;
border-left:1px solid #08610E;
padding:1em;
}


div.header, div.footer a {
   color: white;
}

.header, .footer a:hover {
   color: blue;
}
.header, .footer a:visited {
   color: white;
}




.contact {
   text-align: center;
   margin: 25px 0px 0px 400px;
   position: absolute;
   font-family: Helvetica, sans-serif;
}
