h1 {
  background:#c8d5e6;
  color:#6f90be;
  text-align:center;
  font-size:16pt;
  padding-top:20px;
}

.menu {
  background:#FFFFFF url(/+link/image/menu-vision2-bg.gif) repeat-y top left;
  height:100%;
}

.menu a {
  text-align:left;
  padding-left:30px;
  background:#ffffff url(/+link/image/menu-vision2-off.gif) no-repeat center left;
}
.menu a:hover {
  background:#cecece url(/+link/image/menu-vision2-on.gif) no-repeat center left;
}

.content {
  padding-top:0;
  padding-left:0;
  background:#FFFFFF url(/+link/image/menu-vision2-bg.gif) repeat-y top left;
}

.editorial {
  height:150px;
  background:#cecece;
  padding:6px;
}
.editorial img {
  float:left;
}
.editorial a {
  color:black;
}
.editorial a:hover {
  color:#BB0000;
  background:inherit;
}

.feature {
  height:150px;
  background:#e5e5e5;
  padding:6px;
}
.archive {
  background:#9b0000;
  color:white;
}
.archive select {
  width:100%;
}
.nextissue {
  background:#c8d5e6;
  padding:20px;
  padding-left:30px;
}
.nextissue em,
.nextissue strong {
  font-weight:bold;
  color:#164381;
}
.footer {
  margin-top:3px;
}

