.crazydaisy { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 150%; list-style: inside; }
.crazynav { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; line-height: 150%; text-decoration: none }
a { color: #fc6; font-size: 12px; }
a:hover {  color: #9eb6c6; text-decoration: underline}
.crazysmall {  font-family: Arial, Helvetica, sans-serif; font-size: 11px}
h1 { color: #fff; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin: 1.2em 0 0.3em; }
h2 { color: #fc6; font-size: 12px; font-family: Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; margin: 1em 0 0; }
h3 { color: #fff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin: 1em 0 0; }
h4 { color: #9eb6c6; font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin: 0 0 0.5em; }
.mainframe { margin: 15px 30px 15px 40px; }
p { color: #fff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 150%; margin: 0 0 1.1em; }
#nav, #nav ul { /* all lists */
	padding: 5px;
	margin: 0;
	list-style: none;
	line-height: 1.5;
}

#nav a { color: white; text-decoration: none; display: block; width: 15em; }
#nav a: hover {color: #9eb6c6; text-decoration: underline;}
#nav li { /* all list items */
	color: white; float: left; font-size: small; font-family: Arial, Helvetica, sans-serif; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	color: white; font-size: small; font-family: Arial, Helvetica, sans-serif; position: absolute; background: black; width: 15em; left: -999em; }

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

#content {
	clear: left;
	color: #ccc;
}
ol { color: #fff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 150%; list-style-type: decimal; margin: 1em 0 1em 40px; }
ul { color: #fff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 150%; margin: 1em 0 1em 40px; }
