.category_legend {
  font-size:12px;
  float:left;
  margin-top:8px;
}

.one_category {
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}

.category_heading {
  font-weight:bold;
  font-size:18px;
  color:#5879A2;
  margin-left:10px;
  border-bottom:0px solid #CC0000;
  margin-left:30px;
  padding-bottom:5px;
}


.itemblock {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  border:1px solid #999999;
  clear:both;
  line-height:18px;
  margin-bottom:25px;
  padding:10px;
  background-color:#CCCCCC;
}

.item_heading {
  font-weight:bold;
  font-size:16px;
  margin-bottom:5px;
  color:#990000;
  
}

.item_date {
  color:#333333;
  margin-bottom:5px;
}

.item_description {
  margin-bottom:10px;
  text-align:justify;
  margin-right:20px;
}

.item_images img {
  border:1px solid #EEEEEE;
  padding:5px;
  margin:5px;
}

.item_documents {
}

.item_documents:hover {
  background-color:#CCCCCC;
}



/* DOCUMENTS */

.documents {
  margin-top:8px;
}

.document_heading {
  font-weight:bold;
}

.document_file a {
 text-decoration:underline;
 color:#333333;
 padding:2px;
}

.document_file a:hover {
   background-color:#EEEEEE;
   color:#333333;
   

}



/* IMAGES */

.imagesblock {
  margin-top:10px;
}

.imgfloat {
  float:left;
  margin-right:5px;
}
