
ol#toc {
    height: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    font-size: 12px;
/* next three lines are for EI6; otherwise no need  */
    display: block;
    width: 120px;
    text-align: center;
}

ol#toc a {
    background: #bdf url(tab.png);
    color: #000000;
    display: block;
    float: left;
    height: 26px;
    padding-left: 10px;
    text-decoration: none;
    font-weight: bold;
}

ol#toc span {
    background: url(tab.png) 100% 0;
    display: block;
    height: 18px;
    padding: 8px 10px 0px 0px;
/* next three lines are for EI6; otherwise no need  */
    width: 100px;
}

ol#toc a:hover {
    color: #FFFFFF;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current1 a {
    background-position: 0 -60px;
    color: #000000;
    height: 28px;
}

ol#toc li.current1 span {
    background-position: 100% -60px;
    height: 20px;
}





#tab2 a.active {
   font-weight: bold;
   color: #CD0000;
   text-decoration: underline;
}
#tab2 a{
   font-weight: bold;
   color: #000000;
   text-decoration: underline;
}
#tab2 a:hover{
   font-weight: bold;
   color: #CD0000;
   text-decoration: underline;
}




#the_box {
  font-family: Arial, "Times New Roman", Times, serif;
  font-weight: 12px;
  color: black;
  background-color:#e9e9e9;
  width: 425px;
  border: solid 1px #CD0000;
  margin-bottom: 10px;
}

.box_text {
  padding: 5px;
  text-align: left;
}

#the_box label, #the_box input I
  font-family: arial, verdana, sans-serif;
  font-size: 10px;
  display: block;
  width: 120px;
  float: left;
  margin-bottom: 10px;
}

#the_box label {
  text-align: right;
  padding-right: 5px;
}




#courses a {
  font-family:arial,verdana,sans-serif;
  font-size:12px;
  font-weight: bold;
  color: #000000;
}

#courses a:hover {
  font-family:arial,verdana,sans-serif;
  font-size:12px;
  font-weight: bold;
  color: #CD0000;
  text-decoration: none;
}

a.course {
  font-family:arial,verdana,sans-serif;
  font-size:12px;
  font-weight: bold;
  color: #000000;
}

a.course:hover {
  font-family:arial,verdana,sans-serif;
  font-size:12px;
  font-weight: bold;
  color: #CD0000;
  text-decoration: none;
}

a.coursetaken {
  font-family:arial,verdana,sans-serif;
  font-size:12px;
  font-weight: normal;
  color: #333333;
}

a.coursetaken:hover {
  font-family:arial,verdana,sans-serif;
  font-size:12px;
  font-weight: normal;
  color: #CD0000;
  text-decoration: none;
}


#featured {
display:none;
}

