body {
   background-color: white;
   font-family: Verdana, Geneva, Arial, sans-serif;
   font-size: medium;
   color: black;
}


#header {background-color: #ffffff;
    padding: 2px 15px 2px 0px;
    margin: 0px 0px 0px 0px;
}



#nav {
    width: 200px;
    height: 500px;
    line-height: 1.2;   
    background-image: url(blend.jpg);
    background-repeat: repeat-y;
    padding: 3px;
    margin: 0px 15px 6px 0px;
    color: black;
    font-weight: bold;
    float: left;
    }

#main {width: 600px;    
    margin-left: 250px;
    padding-left: 0px;
}


#intro {
  color: #666666;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}

#meetings {
   width: 450px;
   border-style: solid;
   border-color:#666666;
   padding: 5px 10px;
   background-image: url(grayice.gif);
   margin-left: 20px;
   margin-right: 20px;
   margin-bottom: 10px;
}

    
.linkbar {
    line-height: 2.5;
    margin: 20px;
    padding: 5px;
    text-align: center;
    color: black;
    background-color: #ffffff;
}


a:link
   {color: #595A93;}

a:visited
   {color: #6F6F6F;}

.linkbar a:link {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
.linkbar a:visited {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
} 

h1, h2, h3 { color: #6F6F6F;
   font-weight: bold;
 }


h1 {font-size: 2.5em;
   font-family: Georgia, serif;
   border-bottom: 2px  solid #6666cc;
   margin-bottom: 0px;
   font-style: italic;
}
   
h2 { font-size: 1.8em;
     margin-bottom: 5px;
     margin-top: 2px;
     margin-left: 0px; 
}


h3 { font-size: 1.8em;
     margin-bottom: 2px;
}
    
.company {
    font-size: 1em;
    font-weight: bold;
}

p { margin-top: 0px;
}

ul {text-indent: 15px;
}

li  {padding-top: 5px;
}
  
#name {color: #444477;
   text-align: center;
   font-size: 2em;
   font-weight: bold;
}




/* comment */
