
.news {margin-left: -20px !important;}
.news li {/* border-bottom:1px solid #d9d9d9; */ padding:7px 0 7px 0; list-style-type: none; margin-left: 0px !important;}
.news li.first {padding-top: 0px;}
.news li p {font-weight:normal; color:#464646; margin-top: 0px; margin-bottom: 2px;}
.news li a {font-weight:bold; color:#000066 !important; font-size:14px !important; text-transform:uppercase; text-decoration:underline;} /* color:#3482ad; font-size:10px; */
.news li a:hover {text-decoration:underline;}
.news li .date {float:left; width:78px; height:59px; background:url(/vaforvets/images/date-square.png) top left no-repeat; text-align:center; font-weight:bold; color:#0b56a4; font-size:12px; padding:8px 0 0 0;}
.news li .date span {display:block; font-size:26px; color:#7d7d7d; font-weight:normal;}
.news .last {border:none;}
.news li .event-info {float: left; width: 450px; margin-bottom: 0px; margin-top: 5px; margin-left: 8px;}
.news li .event-info p {font-size: 12px !important; line-height: 130%;}
.news li h4, .news li h4 a {font-weight:bold; color:#000066; font-size:14px !important; margin-bottom: 2px;}



                     
/* home page left side graphics and main section */
.sidebar {
  /* height: 100%; */
  width: 230px;
  /* position: fixed; */
  position: absolute;
  z-index: 1;
  /* top: 0; */
  top: 285px;
  left: 0;
  overflow-x: hidden;
  padding-top: 16px;
}

.sidebar a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
}
	
.main {
  margin-left: 250px; /* Same as the width of the sidenav */
  padding: 0px 10px;
  margin-top: 25px;
  margin-bottom: 100px !important;
}

.main p {
  font-size: 15px !important;
  font-family: Arial !important;
}
		
.panel-default .panel-heading, .panel-group p, .panel-body li, .ms-WPBody p {
  font-size: 15px !important;
  font-family: Arial !important;
}

.panel-heading {
  font-size: 15px !important;
  font-weight: bold;
}

.panel {
  float: left; 
  width: 96%; 
  margin-top: 15px;
}

.panel-heading {
  font-size: 15px; 
  line-height: 130%;
}

.panel-default .panel-heading {
  background-color: #D9E5ED !important;
}

.panel-body {
  min-height: 50px;
  height: auto;
}
	
.panel-body ul {
  list-style-type: none;
}
	
.panel-body li {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
	
.panel-footer {
  font-size: 16px;
}

img.bio {
  float: right; 
  padding-left: 20px;}  
  opacity: 0.5;
  filter: alpha(opacity=40);
}
    
.main img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
                