a:link {
  text-decoration: none;
  color: #00e1e1;
}
a:visited {
  text-decoration: none;
  color: #00a8a8;
}
a:hover {
  text-decoration: underline;
  color: #00e1e1;
}
a:active {
  color: #00ffff;
}
body {
  color: #40bcc0;
  font-family: "Times New Roman",Times,serif;
  background-color: #00020d;
  margin: 0px auto;

}
.dark {
  background-color: #00020d;
}
.red {
  background-color: #ff0000;
}
.content {
  margin-left: 1em;
  margin-right: 1em;
  font-size: 120%;
}
.content-nomargin {
  font-size: 120%;
}
.new {
  color: rgb(228, 188, 5);
  font-weight: bold;
}
.spacer {
  width: 100%;
  height: 10px;
  background-color: #00020d;
  padding: 0 !important;
}
#main-column {
  margin: 0px auto;
  text-align: justify;
  background-color: /* #0b1e55 */#09173f;
}
.topic-start {
  margin-top: 1em;
  border-top: 1px solid #22616a;
  border-bottom: 1px solid #22616a;
  padding-left: 0.5em;
  font-size: 150%;
  
}
.resource-start {
  border-top: 1px solid #22616a;
  border-bottom: 1px solid #22616a;
}
.resource-list  td{
  padding: 0.5em;
}
.sidebartop {
  border: 1px dashed #318a9d;
  font-weight: bold; 
  padding: 0.4em; 
  text-align: center;
  /* padding-right: 1em;
  padding-left: 1em; */
}
.sidebarmid {
  border-left: 1px dashed #318a9d;
  border-right: 1px dashed #318a9d;
  border-bottom: 1px dashed #318a9d;
  padding: 0.5em; 
  text-align: center;
  margin-bottom: 1.3em;
}
.vcenter {
  border: 1px solid #318a9d;
}

