#linklist {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 19%;
	height: 100%;
	padding-right: 2px;
	z-index: 1;
	background-color: #FFF5DB;
}

#masthead {
	position: absolute;
	top: 0px;
	left: 20%;
	width: 80%;
	height: 65px;
	z-index: 1;
	background-color: #FFF5DB;
}

#contents {
	position: absolute;
	top: 65px;
	left: 20%;
	width: 79%;
	height: 100%;
	padding-right: 2px;
	padding-top: 2px;
	background-color: #FFF5DB;
}

body {
	lang: "en-US";
	direction: ltr;
	font-family: Gentium, "Charis SIL", "Doulos SIL", "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #2F4F4F;
	background-color: transparent;
	border:none;
	background-color: #FFF5DB;
	background-image: none;
}

a:link {
	color: #708090;
	text-decoration: underline;
}

a:visited {
	color: #708090;
	text-decoration: underline;
}

a:active {
	color: #778899;
	text-decoration: underline;
}

hr {
	width: 100%;
	text-align: center;
	color: #778899;
	background-color: #778899;
	height: 3px;
}

p {
	font-size: 1.0em;
	margin: 0pt;
}

p.update {
	font-style: italic;
	font-size: 0.75em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

p.center {
	text-align: center;
}

p.small {
	font-size: 0.9em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

p.title {
	text-align: center;
	font-size: 4.0em;
	font-variant: small-caps;
}

p.name {
	font-size: 4.0em;
	font-variant: small-caps;
	font-weight: normal;
	text-align: center;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

p.address {
	text-align: center;
	font-variant: small-caps;
	font-size: 1.3em;
}

p.biblio {
	margin-left: 30pt;
	text-indent: -15pt;
	font-size: 1.1em;
}

p.indent {
	margin-left: 15pt;
}

ul.descrip {
	margin: 0;
}

li {
	list-style: url(rdwhbul.gif) square;
	margin-left: 0pt;
}

li.red {
	list-style: url(rdbul.gif) square;
}

li.white {
	list-style: url(whbul.gif) square;
}

li.descrip {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(glt.gif);
	margin-left: 30pt;
	font-size: 1.2em;
}

li.citation {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(glt.gif);
	margin: 0pt;
	margin-left: 45pt;
	font-size: 1.1em;
}

h1 {
	color: #8B0000;
	font-size: 1.6em;
	font-weight: bold;
}

h1.header {
	font-size: 2.0em;
	margin: 0pt;
}

h1.cv {
	page-break-after:avoid;
	font-variant:small-caps;
	font-weight: normal;
	margin: 0pt;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #C0C0C0;
}

h2 {
	color: #8B0000;
	font-size: 1.3em;
	font-weight: bold;
}

h2.cv {
	margin: 0pt;
	margin-left: 15pt;
	page-break-after: avoid;
	font-weight: normal;
}

h3 {
	color: #8B0000;
	font-size: 1.2em;
}

h3.cv {
	font-weight: normal;
	margin: 0pt;
	margin-left: 15pt;
	page-break-after: avoid;
}

h3.cvwhite {
	font-weight: normal;
	color: #444040;
	margin: 0pt;
	margin-left: 15pt;
	page-break-after: avoid;
}

span.title {
	font-style: italic;
}

span.foreign {
	font-style: italic;
}

span.italic {
	font-style: italic;
}

span.emphasis {
	font-weight: bolder;
}

span.smallcaps {
	font-variant: small-caps;
}

span.phonetic {
	font-style: normal;
}

span.scaps {
	font-variant: small-caps;
}

span.smaller {
	font-size: smaller;
}

span.normal {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

span.dropcap {
	float: left;
	color: #8B0000;
	font-size: 1.5em;
	font-weight: bolder;
	padding-bottom: 0.2em;
}