body {
  background: #555;
  font-family: verdana, sans-serif;
}

#pageHeader {
  background: url(images/head8-page1.jpeg) no-repeat 0 0;
  width: 780;
  height: 350px;
  color: white;
}

#footer {
  height: 20px;
}


#main {
  /*background: #F5E783;*/
  /*background: #FFFFEE;*/
  background: #333;
  width: 780px;
  margin: -10px auto -10px auto;
  border-left: solid 1px #FFFF99;
  border-right: solid 1px #FFFF99;
}

#content {
  margin-left: 42px;
  margin-right: 42px;
}

#menubox {
  top: 0;
  left: 0;
  position: fixed;
  background: #FFFF99;
}

p {
  color: #CCCCCC;
  font-size: 18px;
  text-align: justify;
}

ul {
  color: #FFFF99;
  list-style-type: square;
  margin-right: 40px;
}

ul.sub {
  list-style-type: disc;
  margin-left: -25px;
}

h3, h4 {
  color: #FFFF99;
  font-style: normal;
  font-weight: normal;
  font-family: helvetica, sans-serif;
}

h3 {
  font-size: 24px;
  margin-left: -12px;
}

h4 {
  font-size: 20px;
  margin-left: -8px;
}

p.papertitle {
}

p.papersub {
  margin-top: -1em;
  color: gray;
  font-size: 16px;
}

p.paperloc {
  margin-top: -1em;
  font-size: 16px;
}
p.coursetitle {
}

p.coursesyllabus {
  margin-top: -1em;
  font-size: 16px;
}

IMG.cc {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p.copyright {
  text-align: center;
  font-size: 10px;
}

hr {
  height: 1px;
  border-style: dotted;
  color: #99ccff;
}

A {
  text-decoration: none;
}

A:link { color: #99CCFF }
A:visited { color: #96CCFF }
A:hover { color: #FFFF99 }
A:active { color: #FFFF99 }

A:link.hidden { color: #333333 }
A:visited.hidden { color: #333333 }
A:hover.hidden { color: #333333 }
A:active.hidden { color: #333333 }

