.announcementRow {
    line-height: 20px;
    font-size: 13px;
    padding: 9px;
    border: 1px solid #CCC;
    margin: 2px;
    border-radius: 10px;
}

.eventsRow{
	line-height: 20px;
    font-size: 13px;
    padding: 9px;
    border: 1px solid #CCC;
    margin: 2px;
    border-radius: 10px;
}


.faqRow{
	line-height: 20px;
    font-size: 13px;
    padding: 9px;
    border: 1px solid #CCC;
    margin: 2px;
    border-radius: 10px;
}

.newsRow{
	line-height: 20px;
    font-size: 13px;
    padding: 9px;
    border: 1px solid #CCC;
    margin: 2px;
    border-radius: 10px;
}

.announcementsDiv{
	background: #FFF;
	overflow: hidden;
	}
	
	.headerTitle{
	font-size: 16px;
	color: blue;
	}
	
	a {
    color: #06C;
    text-decoration: none !important;
    }
    
    .column-1{
    background: #FFF;
    }
    
  .helpContent2 {
  width: 100%;
  min-height: 100px;
  float: left;
  border: 0px solid #CCC;
  margin: 0px;
  font-size: 13px;
  padding: 0px;
  border-radius: 0px;
  text-align: justify; 
  }
  