.item {text-align: left; background-color: #dddddd; margin-top:20px; margin-bottom:20px}
.news {text-align: left; padding: 6px}
.title {text-align: left; font-size:25px; background-color: #ffffff; padding-left: 5px}
.date {padding-left: 6px; margin-top: -6px; font-size:15px; background-color: #ffffff; padding-left: : 5px}

.article {text-align: left; font-size:20px; margin-top:6px; line-height: 120%; background-color: #ffffff; z-index: 5; padding: 5px}
.block {padding: 5px; background-color: #000000;}

.descriptor { margin-bottom: 20px; margin-top: 20px; padding: 7px; background-color: #000000; color: #ffffff; font-size: 22px;}

.bgimage { left: 20px; top: 300px; position: fixed; opacity:0.2; filter:alpha(opacity=20);}

a:link { 
text-decoration: none; 
border-color: #fff; 
border-style: solid; 
border-width: 0px;  
}

a:visited { 
text-decoration: none; 
border-color: #fff; 
border-style: solid; 
border-width: 0px; 
}

a:hover { 
text-decoration: underline; 
border-color: #fff; 
border-style: solid; 
border-width: 0px;  
}

a:active { 
font-style: italic; 
text-decoration: underline; 
border-color: #fff; 
border-style: solid; 
border-width: 0px;  
}

a img { 
border-width: 0px; 
}



  /*this is what we want the div to look like
    when it is not showing*/
  div.loading-invisible{
    /*make invisible*/
    display:none;
  }

  /*this is what we want the div to look like
    when it IS showing*/
  div.loading-visible{
    /*make visible*/
    display:block;

    /*position it 200px down the screen*/
    position:absolute;
    top:100px;
    left:0;
    width:100%;
    text-align:center;

    /*in supporting browsers, make it
      a little transparent*/
    background:#fff;
    opacity:.75;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
  }
  MAIN { text-align: left; }
  .twitdivvv { font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 13px; word-wrap: break-word; text-align: left; position: fixed; right:20px; top: 225px; width:300px; z-index: -5; }
  h1 { font-style: italic; font-weight: bold; font-size: 27px; text-transform: none; font-variant: normal; }
  .reviewslink { text-align: right; font-size: 18px; }