.groupheader
{
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 10px;
  border-top: solid 1px #3D663D;
  background-color: #EEEEEE;
  margin-bottom: 3px;
  width: 300px;
}

.groupheader a
{
  color: #3D663D;
}

.courseContent
{
   color: #194719;
   font-size: 10pt;
   font-family: times-roman;
   margin: 30px;
   margin-left: 200px;
}

div.courseDepartments h2
{
   text-align: center;
   font-size: 16pt;
   color: #555555;
   padding-bottom: 2px;
   line-height: 100%;
}

div.courseDepartments
{
   padding: 8px;
   position: absolute;
   color: #333333;
   top: 0px;
   left: 0px;
   width: 180px;
   height: 100%;
   border-right: 1px solid #3D663D;
   background-color:  #EBFFEB;
   font-family:  times-roman;
   line-height:  340%;
}

.courseDepartments a
{
   color:  #444444;
}

.courseSchoolName
{
   font-size: 40pt;
}

.courseCatalogTitle
{
   padding: 3px;
   background-color: grey;
   color: white;
   font-size: 26pt;
}

.courseTitle
{
   margin-top: 16px;
   margin-bottom: 4px;
   margin-left: 10px;
   font-size: 14pt;
}

.coursedescription
{
   text-indent: 10px;
   margin-top: 10px;
   font-size: 10pt;
   margin-left: 20px;
   font-style: italic;
   color: #4A4A4A;
}

.courseType
{
   margin-top: 4px;
   margin-left: 20px;
   margin-bottom: 4px;
}

.courseprereqs
{
   margin-left: 20px;
   margin-top: 4px;
}

.courseInstructors
{
   margin-left: 20px;
   margin-top: 4px;
}

.coursedepartment
{
  border-top: 2px solid grey;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: times-roman;
  font-size: 2em;
}

.coursedepartment a
{
  color: #3D663D;
}

