body {
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	color: white;
        background-color: black;
        background-image: url(../images/leafloat1.jpg);
        background-attachment: fixed;
	margin: 1em;
	margin-right: 4em;
	padding: 0;
}

h1 {
	color: white;
	background-image: url(../images/ban.matrix.jpg);
	font-size: 2em;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.5em;
        border: outset 0.1em #020;
}

h2 {
	color: white;
        background-color: black;
	background-image: url(../images/ban.dark_swirls.jpg);
	font-size: 175%;
	margin: 0em;
        text-align: center;
}

h3 {

        border: solid .1em #0d0;
        border-style: solid none;
}

a {
	color: green;
	text-decoration: none;
        border-bottom-style: dotted;
        border-bottom-width: 1px;
}

a:hover, a.sfHover {
        color: #030;
	border-bottom-style: solid;
	text-decoration: none;
}

.hilite {
        background-color: yellow;
        color: black;
}

.readAs {
        background-color: #ded;
        color: black;
        border-style: dotted;
        border-width: 1px;
        cursor: help;
}

kbd {
        font-size: 115%;
        border-style: solid;
        border-width: 1px;
        border-color: gray;
        background-color: silver;
}

/* Navigation */

#nav, #nav ul {
        font-size: 120%;
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}


#nav img, #nav li img {
        border-style: none;
}

#nav a {
	display: block;
	width: 10em;
        background-color: #4f4;
        border-style: outset;
        border-color: lime;
        border-width: 2px;
}

#nav a.header {
        text-align: center;
        font-size: 120%;
        display: block;
        width: 10em;
        background-color: #118811;
        color: white;
        cursor: default;
}

#nav a.special {
        background-color: gold;
        color: black;
        border-color: yellow;
}

#nav a.special:hover, #nav a.special.sfhover {
        background-color: yellow;
        color: black;
}


#nav a:hover, #nav a.sfhover {
        background-color: #020;
        color: white;
}

#nav li {
	float: left;
	width: 12em;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li ul ul {
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}


/* Content */
#content {
        background-color: white;
	border-style: double;
	border-color: green;
	border-width: .2em;
        padding-right: 2em;
        margin-top: 2em;
        clear: all;
}

#content h2 {
        margin-left: 1em;
}

#content ul {
        margin-left: 1em;
        list-style-type: none;
}

#content ul li {
        margin-left: 1em;
        margin-bottom: 0em;
}

#content ul li p {
        margin-left: 3em;
        margin-top: 0em;
}

#content table {
        margin-left: 2em;
        border-style: inset;
        border-color: #030;
        color: white;
        background-color: maroon;
}

#content table caption {
        margin-top: 1em;
        margin-left: 2em;
        color: black;
        border: solid 1px green;
}

#content table thead {
        background-color: green;
}

#content table tr {
        color: black;
        background-color: white;
}

#content table tr th{
        color: white;
        background-color: green;
        border-style: outset;
        border-color: green;
}

#content table tr td{
        border-style: outset;
        border-color: white;
}

#content table tr td.empty {
        background-color: #030;
}

#content table tr th.empty {
        background-color: #030;
}

#content p {
	line-height: 1.5em;
	color: black;
	margin-left: 2em;
}

#content p:first-line {
	margin-left: 5em;
}


#content h3 {
	color: green;
        background-color: white;
	font-size: 1.25em;
        margin-left: 1.5em;
        text-align: center;
}

#content #note h2 {
        font-size: 115%;
}

#content strong {
	font-style: italic;
	text-transform: uppercase;
}

#content li {
	color: black;
	text-align: justify;
	font-weight: normal;
        margin-left: 5em;
}

#content table {
	border: style .1em black;
}


/* CLASS OVERLOAD: note */

#note {
	background-color: green;
        color: white;
	border-color: black;
}

#note h2 {
        text-size: 110%;
	background-color: #030;
	color: white;
}

#note p {
        color: white;
}

#note a {
        color: white;
}

/* -------------- */

/* CLASS OVERLOAD: header, footer */
#footer, ul#footer {
        clear: all;
        border: solid .1em black;
        color: black;
	background-color: white;
        list-style-type: none;
}

#footer a{
        color: green;
        text-decoration: none;
        border-bottom: dotted 1px green;
}

#footer a:hover, footer a.sfHover{
        border-bottom: solid 1px green;
}

#header {
        clear: all;
}
/* -------------- */


/* bio Class */
.bio img { 
  float: left;
  border-style: none;
  margin: 1em;
  margin-top: 0;
}
/*----------------*/

/* bar Class */
.bar { width=3em; }