
/* left column of page */
#leftcolumn  {
  width: 190px;
  padding-right: 10px;
  height: 450px;
  margin-top: 20px;
}

.box {
  margin-bottom: 30px;
  margin-left: 10px;
}

.box img {
  height: 50px;
  width: 50px;
}

.box  a {
  font-size: 15px;
  letter-spacing: 1px;
  color: #666666;
  text-decoration: none;
  position: relative;
  left: 10px;
  top: -20px;
}

.box  a:hover {
  color: #003399;
  text-decoration:underline;
  font-weight: bold;
}

/*center column*/
#herocolumn {
  width: 600px;
  padding-right: 10px;
  margin-top: 20px;
  height: 450px;
}

#herocolumn ul {
  list-style-type: none;
}

#herocolumn li {
  margin-top: 4px;
  margin-bottom: 12px;
}

/*right column*/
#rightcolumn {
  width: 200px;
  padding-right: 10px;
  height: 450px;
  font-style: italic;
  margin-top: 20px;
  font-size: 11px;
}

#rightcolumn img {
  margin-top: 20px;
}
.internallink {
  color: #666666;
  font-style: normal;
  font-family: Georgia, serif;
}

a:hover.internallink {
   color: #F9A616;
}
