    body {
      background: #fff;
      font-family: 'Helvetica', Helvetica, 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif;
      margin: 0 0 0 0;
    }
    
    #header {
      width: 350px;
      margin: 40px auto 20px auto;
      text-align: center;
    }
    
    #header img {
      border: 0;
    }
    
    .theGroups {
      clear: both;
    }
    
    .belowSpace {
      clear: both;
      height: 20px;
    }
    
    .theGroups .group,
    .twoColumn
     {
      margin: 30px 0 0 90px;
      display: inline-block; float: left !important;
    }
    .theGroups .group {
      width: 200px;    
    }
    .twoColumn {
      width: 490px;
    }
    .theGroups .group .title,
    .twoColumn .title {
      width: 185px;
      padding: 0 0 6px 15px;
      border-bottom: 1px solid #A0C7FF;
    }
    .twoColumn .title {
      width: 475px;
    }
    .theGroups .group .title h2,
    .twoColumn .title h2 {
      padding: 0;
      margin: 0;
      font-size: 24px;
      font-weight: normal;
      text-decoration: none;
      color: #1572F7;
    }
    
    .theGroups .group .theLinks {
      line-height: 16pt;
      font-size: 13px;
      margin-top: 5px;
      margin-left: 2px;
      color: #000;
    }
    
    .theGroups .group .theLinks div {
      padding: 2px 0 0 17px;
    }
    
    .theGroups .group .theLinks div a {
      text-decoration: none;
      color: #000;
    }
    
    .theGroups .group .theLinks div a:hover {
      text-decoration: underline;
    }

    #microrss {
      margin-top: 5px;
      font-family:'Lucida Grande', arial;
      color: #444B64;
      font-size: 11px;
    }
    .aitem {
      padding: 5px 7px 10px 40px;
      line-height: 120%;
      background-repeat: no-repeat;
      background-position: 15px 5px;
      border-bottom: 1px #E5EBF4 dashed;
      min-height: 20px;
    }
    .aitem:hover {
      background-color: whitesmoke;
    }
    .aitem a {
      color: inherit;
      font-weight: bold;
      text-decoration: none;
    }
    .aitem a:hover {
      text-decoration: underline;
    }
    #microlinks {
      padding: 5px 0px 0px 15px;
      width: 100%;
      color:  #1572F7;
      font-weight: bold;
    }
    #microlinks a {
      color: inherit;
    }
    #footer {
      border-top: 1px solid #D7EBF7;
      width: 80%;
      margin: 10px auto 0px auto;
      padding-top: 20px;
      text-align: center;
    }
    #footer img {
      border: 0;
    }
