@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
#divBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 800px;
	margin-top: 5px;
	height: 900px;
}
#divNavCol {
	float: left;
	width: 100px;
	background-color: #7F7F7F;
	height: 100%;
}
.topLink     {
	text-decoration: none;
	font-size: 1em;
	letter-spacing: 0.1em;
	font-variant: small-caps;
	margin-right: auto;
	margin-left: auto;
	width: 100px;
}
.topLink  a  {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-weight: normal;
}
.topLink  a:hover  {
	color: #333333;
	background-color: #FFFFFF;
}
#divNavVert {
	font-size: .65em;
	width: 100px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}
#divNavVert ul {
	list-style-type: none;
}
#divNavVert a  {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#divNavVert a:hover   {
	color: #333333;
	background-color: #FFFFFF;
}
.fgOnline {
	font-size: 1.7em;
	letter-spacing: 0.7em;
	float: left;
	margin-left: 20px;
	margin-top: 35px;
}
#divIndex, #divResume, #divExhib {
	float: left;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #666699;
	margin-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	width: 675px;
	margin-bottom: 40px;
}
#divIndex .colLeft {
	background-color: #CACAAE;
	width: 350px;
	float: left;
	text-align: center;
	height: 650px;
	padding-top: 75px;
	float: left;
}
#divIndex .colRight  {
	background-color: #CACAAE;
	height: 725px;
	float: left;
	width: 325px;
}
#divIndex .colRight img {
	margin-top: 20px;
	margin-left: 25px;
}
#divIndex .colRight p {
	font-size: 0.75em;
	line-height: 1.4em;
	color: #333333;
	text-indent: 3em;
	margin-top: 1em;
	margin-right: 1em;
}
#divIndex .colRight p.noIndent {
	font-size: 0.75em;
	line-height: 1.4em;
	color: #333333;
	margin-top: 1em;
	margin-right: 1em;
	text-indent: 0px;
}
#divIndex .footer {
	font-variant: normal;
	font-size: 0.75em;
	text-align: center;
	background-color: #FFFFFF;
	letter-spacing: .1em;
	height: 100px;
}
#divIndex .footer p  {
	padding-top: 1em;
}
.dropcap {
	float: left;
	padding: 6px 5px 0 0;
	font-family: "arial narrow", "arial black", sans-serif;
	font-size: 5em;
	line-height: 0.8em;
}	
#divResume  h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: .5em;
}
#divResume h2 {
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

#divResume .colLeft {
	background-color: #CACAAE;
	width: 645px;
	float: left;
	text-align: left;
	height: auto;
	padding-top: 20px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
#divResume .leftTxt {
	width: 100px;
	margin-right: 5px;
	margin-bottom: 0.5em;
	float: left;
	text-align: right;
	background-color: #E2E2D3;
	padding-right: 5px;
}
#divResume .rightTxt {
	width: 645px;
	margin-bottom: .5em;
}
#divResume .colLeft p {
	font-size: .75em;
	margin-bottom: .5em;
}
#divExhib .colLeft {
	width: 678px;
	text-align: center;
	height: auto;
}
#divExhib .colLeft table {
	width: 676px;
	margin-bottom: 20px;
	border: 1px solid #000000;
	border-collapse:collapse;
}
#divExhib .colLeft a {
	font-size: 0.65em;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#divExhib .colLeft a:hover {
	text-decoration: underline;
}
#divExhib .colLeft ul {
	list-style-position: inside;
	list-style-type: square;
	padding-left: 3em;
	padding-bottom: 1em;
}
#divExhib .colLeft .showTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	text-align: left;
	margin: 15px;
}

#divExhib .colLeft .showInfo {
	font-size: .75em;
	font-weight: bold;
}
#divExhib .colLeft .showBy {
	font-size: .75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1em;
}

#divExhib .colLeft li {
	margin-left: 0.5em;
	text-align: left;
	margin-bottom: -.3em;
}
#divExhib .colLeft .biotitle {
	font-size: .75em;
	margin-bottom: .3em;
	margin-top: .3em;
}
#divExhib .colLeft .biotitle a {
	font-size: 1em;
	text-decoration: none;
	padding: 3px;
}
#divExhib .colLeft .biotitle a:hover {
	text-decoration: none;
	border: 1px solid #999999;
	padding: 2px;
}
#divExhib  .colLeft  img {
	margin: 1.3em;
}
#divExhib  .colLeft  li  {
	font-size: 0.75em;
	line-height: 1.4em;
	list-style-position: outside;
}
#divExhib .colLeft hr {
	color: #333333;
	margin-top: 15px;
	margin-bottom: 15px;
}
h4 {
	letter-spacing: .2em;
	font-size: 1.3em;
	font-weight: normal;
	padding-top: .2em;
	padding-bottom: .2em;
}
