body {
  margin: 0;
  padding: 0;
  background-color: white;
  color: black;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
#container {
  padding: 10px;
}

#nav, #nav ul { /* all lists */
	float: left;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #7FFFD4;
	border-width: 1px 0;
	margin: 5px 200px 10px 0;
}

#nav a {
	display: block;
	width: 9em;
	w\idth: 8.4em;
	color: black;
	text-decoration: none;
	padding: 0.3em 0.3em 0.3em 0.3em;
}
#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li { /* all list items */
	float: left;
	width: 9em; /* width needed or else Opera goes nuts */
}
#nav  a:hover {
  text-decoration: none;
  color: blue;
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	height: auto;
	width: 9.1em;
	w\idth: 9em;
	font-weight: normal;
	border-width: 0.1em;
	margin: 0; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 9em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
#quote {
font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  width: 200px;
float: right;
}
#content {
  margin: 0 200px 0 0;
  border: 1px solid #40E0D0;
padding: 0 10px 10px 10px;
  background-color: white;
  color: black;
-moz-border-radius: 25px;
}
#sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  background-color: #40E0D0;
  color: black;
  margin: 185px 5px 0 0;
  padding: 0;
-moz-border-radius: 25px;
}
#footer {
  margin-top:60px;
  text-align: center;

}
h3 {
text-align: center;
}
h4 {
text-align: center;
}
#sidebar  a:link, #sidebar a:visited {
  text-decoration: none;
  color: blue;
}
#sidebar  a:hover {
  text-decoration: none;
  color: #FFF8DC;
}
#sidebar  ul {
list-style-type: none;
}
#sidebar p, #sidebar li {
line-height: 1.4em;
}
p.join {
text-indent: 2em;
color: #088888;;
}
p.date {
text-align:center;
color: red;
font-size: 90%;
}
p.class {
font-size: 120%;
font-weight: bold; 
font-family: Helvetica, Georgia, sans-serif;
}
h3.sidebar {
font-style: italic;
}
p.blue {
color: #088888;
}
p.red {
color: #DC143D;
font-size: 200%;
font-weight: bold; 
font-family: Helvetica, Georgia, sans-serif;
}
.heavy {
font-weight:bold;
}
.student {
color: #088888;
}
.italic {
font-style: italic;
}

ol.dec {
list-style-type: decimal;
}
#content ul {
line-height: 2em;
}
#content ol {
line-height: 2em;
}