.marginBottomTop30{
	margin: 30px 0;
}

.downloadableContentFile {
   background: rgba(0, 0, 0, 0) url("../img/downloadbleBackground.png") repeat scroll 0 0;
   margin: 30px 1%;
    width: 48%;
}

.downloadableContentFile:hover {
   background: #0c4fb2 none repeat scroll 0 0;
}

.downloadableContentFile .downloadble{
   
    color: #fff;
    min-height:55px;
    margin: 15px 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.downloadableContentFile .downloadble a{
     color: #fff;
    display: block;
    float: none;
    min-height: 55px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 90%;
}

.downloadableContentFile .downloadble img{
  margin-right:10px;
}

.notifcation  h3{
font-size: 10px;
}

.notifcation  h2{
font-size: 20px;
}

.notifcation  div{
font-size: 15px;
}

.meetingBlock{
  margin-bottom:30px;
  border-bottom:1px solid #000;
}

.meetingArchiveTitle{
  font-size:20px;
}

#content .menu li.menu-item.current-menu-item{
   background: white none repeat scroll 0 0;
    color: #0c4fb2;
}