body {
	font-family: "Lucida Grande",Geneva,Arial,Helvetica,Swiss,"SunSans-Regular",sans-serif;
	border-style: none; margin: 0; padding: 0;
	background: #333 url(/Images/michelle_bgd.jpg) top center repeat;
	color: #EE9;
}
body.essay {
	margin: 0 2em 1em 2em;
	line-height: 1.3em;
}
div#banner {
	position: absolute; top: 0; left: 0;
	z-index: 10;
	height: 75px; width: 100%;
	/* background: transparent url(/Images/banner_01.png) top left repeat-x; */
	color: white;
	vertical-align: middle;
	text-align: center;
}

/* Internet Exploder has its own aberrant ideas about where to apply the "body"
 * style.  The #ie style below is for use on pages containing blocks that don't
 * otherwise have their own left/right margin or padding, so that IE won't jam
 * them tight up against the window edges.  It works in conjunction with the
 * body 98% width and #banner 102% width.  And *don't* put #banner or #foot
 * inside this div, or IE won't give you what you want!
 */
div#ie {
	margin: 80px auto 0.5em auto;
	padding: 0 3%;
}

a:link, a:visited { color: yellow; }
a:hover, a:active { color: white; background-color: #303; text-decoration: underline; }

div.lbar a:link, div.lbar a:visited
{
	line-height: 1.2em; padding: 0 2px;
}
div.lbar a:hover, div.lbar a:active
{
	line-height: 1.2em;
	border: thin solid green; padding: 0 1px;
}

div.lfloat {
	clear: left; float: left;
	margin-right: 3%;
	border: thin solid purple;
	padding: 3px;
}

div.lbar {
	clear: left; float: left; width: 45%;
	margin-right: 3%;
	margin-bottom: 1em;
	border: thin solid purple;
	padding: 3px;
}

div.rbar {
	clear: right; float: right; width: 30%;
	margin-left: 3%;
	margin-bottom: 1em;
	border: thin solid purple;
	padding: 3px;
}

.smaller { font-size: small; font-family: sans-serif; }

p.poetry { white-space: pre; }
blockquote { background: transparent url(/Images/quote.png) top left no-repeat; }
h1, h2 { text-align: center; line-height: 1.5em; }
h2,h3 { margin-top: 2em; }
h4    { text-decoration: underline; }
img   { border-style: none; }
span.ul { text-decoration: underline; }
table { margin-left: auto; margin-right: auto; }
th    { font-weight: bold; text-align: center; }
ul	{ margin-bottom: 0.3em; }
ul.arrow {
	list-style-image: url(/Images/bullet-ivy.png);
}
ul.caret {
	list-style-image: url(/Images/bullet-caret.png);
}
ul.finger {
	list-style-image: url(/Images/bullet-finger.png);
}
ul.small {
	font-size: smaller;
}
ul.arrow img {
	display: inline;
	vertical-align: top;
}
img.rt { float: right; clear: right; margin-left: 8px; }
img.lf { float: left; clear: left; margin-right: 8px; }

.bold { font-weight: bold; font-size: larger; }
.centered { width: 560px; margin-left: auto; margin-right: auto; margin-bottom: 1em; }
.ctr { text-align: center; }

.popup {
#  font-size: 12px;
  color: #F5FE9D;
  background-color: #030;
  text-decoration: none;
  position: absolute;
  z-index: 20;
  visibility: hidden;
  top: 0px; 
  left: 0px;
  border: 1px solid #0C0;
  padding: 3px;
}
.popup dl { 
  margin: 0px;
  padding: 0px; 
}
.popup dt {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.popup dd {
  margin-left: 5px;
}


p#foot {
	position: absolute; top: 0; right: 5px; max-width: 20%;
	z-index: 20;
	margin-top: 1em; line-height: 1.5em;
	text-align: right;
	color: #003; background-color: #27970B;
	padding: 3px;
	border: thin solid #33CC02;
}
p#foot a:link, p#foot a:visited { color: #F5FE9D; }
p#foot a:hover, p#foot a:active { color: white; background-color: #33831F; }
