
/*left column of page*/
#list {
  margin-top: 20px;
  margin-left: 12px;
  width: 200px;
  height: 500px;
}

#list #currentpage {
   color: #003399;
   text-decoration: underline;
   font-weight: bold;
}

#list li {
  float: left;
  font-size: 13px;
  margin-bottom: 15px;
  list-style-type: disc;
  padding-left: 5px;
  padding-right: 10px;
  list-style-type: none;
}
#list a {
   text-decoration: none;
   color: black;
   font-style: normal;  
}
 
#list a:hover {
   color: #003399;
   text-decoration: underline;
   font-weight: bold;
}

/*hero column of page*/
#herocolumn {
  margin-top: 20px;
  width: 590px;
  padding-right: 10px;
  height: 500px;
}


#logos  {
  margin-top: 35px;
}

#logos img {
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-right: 20px;
}

#b_w_logos  {
  position: relative;
  top: -189px;
}

#b_w_logos img{
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-right: 20px;
}

 a:hover img{
  visibility: hidden;
}

/*right column of page*/
#rightcolumn { 
  margin-top: 95px;
  width: 190px;
  height: 500px;
  margin-left: 10px;
  font-style: italic;
  font-size: 11px;
}
 
#rightcolumn img {
  margin-top: 15px;
}