body{
  margin-top:18px;
  margin-left:18px;
/*   background-image: url(gridbg.gif); */ 
  font-size:14px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #222;
}
p{
  margin-bottom: 18px;
}

h1 { 
  font-size: 24px; 
  line-height: 36px;
  margin-bottom: 18px; 
}
h2 { 
  font-size: 18px; 
  line-height: 18px; 
  margin-bottom: 18px;
}
h3 { 
  font-size: 12px; 
  line-height: 18px; 
  font-weight:bold;
}
ul, 
ol { 
  margin-bottom: 18px; 
  margin-left: 1em;
}
ul{
  list-style-type:square;
}
div{
  margin-bottom:18px;
}
a{
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}
div#content{
	width:610px;
}
div#resources{
  position:absolute;
  top: 32px;
  left: 720px;
  overflow: auto;
}
div#resources ul{
  list-style-type:none;
}
div#map{
  position:absolute;
  top:24px;
  left:540px;
}

#evaluation {
  text-align:left;
}	
#evaluation th{
  text-align:left;
}
td{
  padding:8px;
}
#schedule th{
  color:#FFF;
  background-color:#333;
  padding:4px;
  font-size: 16px;
}
.classDate{
  width:100px;
}
.oddRow{
  background-color: #DDD;
}

tr td:nth-child(2){
  width: 200px;
}

