/* ====layout==== */
ul { list-style-type: none; }
ul, li { margin: 0; padding: 0; }
#content h2 { margin: 10px 0; }
#content h3 { margin: 10px 0; }
#content .ad { display: none; }

#navigation { width: 100%; margin-bottom: 10px; border-bottom: 1px solid #CDCDCD; }
#navigation li { display: inline; }
#navigation a { padding: 6px 7px; }

/* ====type==== */
li a { text-decoration: none; font-weight: bold; }
#content h1 { font-size: 20px; }
#content h2 { font-size: 15px; }
#content h3 { font-size: 13px; }
#content li { font-size: 13px; }
#content li { font-weight: bold; }
#content li a:hover { text-decoration: underlines; }
#content .new, #content .updated { font-weight: bold; }

#navigation { text-align: center; }
#navigation a { font-weight: bold; font-size: 14px; line-height: 28px; text-transform: uppercase; }

/*==perhaps should go in type.css, but I can't get it to take==*/
.formtext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #003366 }
.quotes { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-style: italic }
.bookdescript { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; display: block }
.bookheads	{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; font-weight: bold;	display: block }

a:link { color: #003366; text-decoration: none; font-weight: bold; }
a:visited {	color: #0099CC;	text-decoration: none;	font-weight: bold; }
a:hover {	color: #006699;	text-decoration: underline;	}
a:active {	color: #003366;	text-decoration: none;	}

/* ====color==== */
#content h1 { color: #069; }
#content h2 { color: red; }
#content h3 { color: blue; }
#content li a { color: #036; }
#content li a:hover { color: #069; }
#content .new, #content .updated { color: red; }

#navigation li a,
#navigation li a:hover,
#navigation li a:visited { color: #1D7E49; }

/* ====other==== */
