/* Upcoming.css */

#navcontainer ul li a {
  color: black;
  border-right: 1px solid black;
 }
#navlist li a#first {
border-left: 1px solid black;
}
#navlist li a.current
{
background: white;
color: black;
}
#navcontainer ul li a:hover {
background: white;
color: black;
}


body { 
  background-color: yellow;
  font-family:      Verdana, Geneva, Arial, sans-serif;
  font-size:        medium;
  margin:           0px;
margin-bottom: 2em;
color: black;
}
h1 {
font-size: 150%;
}
h4 {font-size: 125%;
text-indent:7em
}

#pic {
margin-top: 35px;
margin-left: 30px;
margin-right:100px;
}
#pic2 {
margin-top: 35px;
margin-left: 30px;
margin-right:100px;
margin-bottom: 20px;
}

#teach {
margin-top: 25px;
width: 650px;
margin-left: 30px;
padding-right: 50px;
clear: both;
}
 p { margin-bottom: .8em;}
#events li {
margin-bottom: .3em;
}