body, html {
  	/* font-family: "lucida grande", "trebuchet ms", verdana, Arial, Helvetica, sans-serif; */
  	font-family: "georgia", "geneva", "lucida grande", "trebuchet ms", verdana, Arial, Helvetica, sans-serif;
}

body {
	padding: 1em 1em 1em 1em;
	margin: 2em 2em 2em 2em;
        background: #fff;
        color: #000;
        min-width: 750px;
}

html {
        /*
	background: #982;
	background: #990;
	background: #cc0;
	background: #ee9;
	background: #ba2;
	background: #792;
	background: #ffc;
        */
	background: #fff;
}

.backblend {
/*
	background: #ffc;
*/
	background: #fff;
}

.backwhite {
        background: #fff;
        color: #000;
}

.jet {
	font-family: "lucida handwriting", palatino, georgia, times;
	font-style: italic;
}

#wrap {
        margin: 0 auto;
        width: 750px;
}

#header {
}

#main {
        float: left;
        width: 500px;
        padding: 0px 1em 0px 1em;
        margin-bottom: 1em;
}

#rmain {
        float: left;
        width: 500px;
        padding: 0px 1em 0px 1em;
        margin-bottom: 1em;
        margin-left: 2em;
}

#lsidebar {
        float: left;
        width: 160px;
}

#sidebar {
        float: left;
        margin-left: 2em;
        width: 160px;
}

#nav { 
}
#photo { 
}
#coord {
}

#content { 
        margin-top: 2em;
        clear: right;
	text-align: left;
}
#footer {
        float: left;
        margin-top: 2em;
        clear: both;
}

.code {
	font-family: monaco, fixed width, terminal, monospace;
	margin: 0px;
	padding: 3px 1em 3px 1em;
	border: 1px solid #000;
	background: #666;
	color: #eee;
	font-size: small;
}

p.header {
	margin-top: 1px;
        text-align: left;
        font-size: large;
        color: #000066;
}

p.abstract {
	margin-top: 4px;
        padding-left: 2em;
        text-align: justify;
        font-size: small;
}

#photo a {
	color: #666;
	font-size: small;
}

#photo img {
	border: 1px solid #ccc;
}

.index {
	margin: 0px 0px 1em 0px;
	padding: 2px 4px 2px 4px;
/*
	background: #ce9;
*/
	background: #bbb;
	border: 1px solid #ccc;
	color: #000;
	text-align: left;
	font-size: small;
}

.index h3 {
        display: inline;
}

.index ul {
        list-style: none;
        margin-left: 0;
        padding-left: 1em;
        text-indent: -1em;
}

.index ul li:before {
        content: "\00BB \0020";
}

ul.bullets {
        list-style: none;
        margin-left: 0;
        padding-left: 4ex;
        text-indent: -1.5ex;
        font-size: small;
}

ul.bullets li:before {
        content: "\00BB \0020";
}
ul.nobullets li { 
        margin-bottom: 2px;
}
ul.bullets li { 
        margin-bottom: 2px;
}

ul.nobullets {
        list-style: none;
        margin-left: 0;
        padding-left: 2em;
        font-size: small;
}

.biblio h4 {
        display: inline;
        font-weight: bold; color: #306000; text-align: left;
}

.biblio ul {
        list-style: none;
        margin-left: 0;
        padding-left: 1em;
}

.biblio ul li:before {
        content: "\00BB \0020";
}

p.bib { text-align: left; margin-left: 3em; margin-right: 3em; }

p.lcaption { margin-top: 0px; font-size: x-small; text-align: left; }
p.rcaption { margin-top: 0px; font-size: x-small; text-align: right; }
p.ccaption { margin-top: 0px; font-size: x-small; text-align: center; }

p.centering { text-align: center }
p.left { text-align: left; }
p.right { text-align: right; }

p#disclaimer {
	text-align: justify;
        margin: 0px 3em 0px 3em;
}

#disclaimer {
        font-size: x-small;
}

img { border-width: 0; }

h1 { color: #000066; text-align: left; font-weight: normal; font-size: xx-large;
}
h2 { color: #000066; text-align: left; font-weight: normal; font-size: x-large;
}
h3 { color: #000066; text-align: left; font-weight: normal; font-size: large;
}
h4 { color: #000066; text-align: left; font-weight: normal; font-size: medium;
}

table { border: 0px;
        font-size: small;
        padding: 0px 0px 0px 0px;
}
td { color: #000000; }

table.tableborder {
        border: 0px solid;
        border-spacing: 0px;
        border-collapse: collapse;
}
table.tableborder td, th {
        border: 1px solid;
        padding: 1px 1px 1px 1px;
}

a { text-decoration: none; }

.tag { color: #000066; }

a:visited { color: #000080 }
a:link { color: #0060c0 }
a:active { color: #000080 }
a:hover {background-color: #ccc;}
