  * { 
    margin: 0; 
    padding: 0;
  }
  body {
    background: #fff;
    font-family: 'Lucida Grande',Arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
    width: 650px;
  }
  p,
  ul,
  ol { 
    margin-bottom: 18px; 
  }
  ul {
    list-style-type: square;
    margin-left: 2em;
  }
  h1 { 
    color: #666;
    font-size: 22px; 
    line-height: 36px;
    margin-bottom: 18px; 
  }
  h2 { 
    color: #a39c8d;
    font-size: 18px; 
    line-height: 18px; 
    margin-bottom: 18px;
  }
  h3 { 
    font-size: 12px; 
    line-height: 18px; 
  }
  .left { 
    float: left; 
    margin: 0 18px 18px 0; 
  }
  .right { 
    float: right; 
    margin: 0 0 18px 18px; 
  }
  .callout {
    font-size: 11px;
    color: #a39c8d;
    border: 1px solid #ddd;
    background: #f1f2e7;
    padding: 8px 10px;
    margin-bottom: 18px; 
  }
  .callout :last-child { 
    margin-bottom: 0; 
  }
  .callout h4 { 
    font-size: 11px; 
    line-height: 18px; 
  }
  .column { 
    float: left; 
    width: 90%; // width was 65%
  }
  .sidebar {
    width: 25%;
    font-size: 11px;
    color: #a39c8d;
  }
  #content {
    margin: 36px 36px 36px 72px;
    min-width: 40em;
    max-width: 60em;
    _width: 50em;
  }
  #biopic {
    width: 98px;
  }
  
  a{color: #666;text-decoration:underline}
  a:hover{
	color: black;}
}
/*minitabs start here*/
#minitabs{width:80%;  }
ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
  border-bottom: 1px solid #CCC;font-weight: bold;
  text-align: right;white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 3px}
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 4px solid #FFF;color: #999}
ul#minitabs a#current{border-color: #666;color: #000}
ul#minitabs a:hover{border-color: #666;color: #666}

