@charset "UTF-8";

#headerdown {
}
.headerdown {
	margin-top: 12px;
}
.oneColFixCtr #container {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

div#navcontainer
{
	background-color: #FFFFFF;
}
.navcontainer_text {
}

div#navcontainer ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	margin: 0;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 40px; /* fix major nav alignment in IE */
}

div#navcontainer ul li
{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

div#navcontainer ul li a
{
	padding: 0px 12px 0px 12px;
	color: #996600;
	text-decoration: none;
	border-right: 1px solid #996600;
}

div#navcontainer ul li a:hover
{
	background-color: #FFFFFF;
	color: #000000;
}
#active a {
	border-left: 1px solid #996600;
}
.body {
	background-image: url(images/i_bodybak.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#leftcolumn {
	margin: 0px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 32px;
}
.sidequote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #996600;
	text-align: right;
	font-style: italic;
	margin: 0px;
	line-height: 130%;
}
.i_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding-left: 40px;
	padding-right: 140px;
}
.quotesig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #666666;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 40px;
	text-align: right;
}
.quotesig_ital {
	font-style: italic;
}
.quotesig_caps {
	text-transform: uppercase;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #996600;
	padding-left: 40px;
}
.copyright a:visited {
	color: #996600;
	text-decoration: underline;
}
.copyright  a:link {
	color: #996600;
	text-decoration: underline;
}
.copyright a:hover {
	color: #993300;
	text-decoration: none;
}
.copyright a:active {
	color: #996600;
	text-decoration: underline;
}
#sidenav {
	background-image: url(images/categories.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 24px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	padding-bottom: 6px;
	width: 195px;
}
#sidenav li {
	list-style-type: none;
}
.sidenav {
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	padding-bottom: 3px;
}
#sidenav  .sidenav  a:visited {
	color: #996600;
	text-decoration: none;
}
#sidenav  .sidenav  a:link {
	color: #996600;
	text-decoration: none;
}
#sidenav  .sidenav  a:hover {
	color: #000000;
	text-decoration: none;
}
#sidenav .sidenav a:active {
	color: #000000;
	text-decoration: none;
}
#sidebar {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996600;
}
#leftline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996600;
}
.jump_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #336699;
	padding-top: 12px;
}
.jump_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	color: #666666;
	text-transform: none;
	padding-right: 20px;
}
.jump_source {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 150%;
	text-transform: none;
	color: #996600;
	font-style: italic;
	font-weight: normal;
}
#jumparticle {
}
.jumparticle {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996600;
	margin-right: 100px;
	height: 208px;
}
.jumparticle_img   {
	float: left;
	padding-right: 12px;
	padding-left: 30px;
}
#mainfooter
{
	background-color: #FFFFFF;
	margin-bottom: 30px;
}
#mainfooter ul  li 
{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	font-weight: normal;
}
#mainfooter ul  li  a 
{
	padding: 0px 12px 0px 12px;
	color: #999999;
	text-decoration: none;
	border-right: 1px solid #996600;
}
#mainfooter ul  li  a:hover 
{
	background-color: #FFFFFF;
	color: #996600;
}
.mainfooter_text   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #996600;
	padding-left: 40px;
}
.active2:a   {
	border-left: 1px solid #996600;
}
.mainfooter a:link {
	color: #996600;
	text-decoration: underline;
}
.mainfooter a:visited {
	color: #996600;
	text-decoration: underline;
}
.mainfooter a:active {
}
.mainfooter a:hover {
	color: #000000;
	text-decoration: none;
}
#leftquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 150%;
	color: #996600;
	font-style: italic;
}
#sidequote {
}
.penimage {
	background-position: bottom;
	vertical-align: bottom;
	background-image: url(images/leftlinebak.gif);
	background-repeat: repeat-y;
}
#leftlinewrapper {
	background-image: url(images/leftlinebak.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
}
.footnote {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 120%;
	padding-right: 100px;
	color: #666666;
}
.footnote a:link {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 120%;
	text-decoration: underline;
}
.footnote a:visited {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 120%;
	text-decoration: underline;
}
.footnote a:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 120%;
	text-decoration: none;
}
.footnote a:active {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 120%;
	text-decoration: underline;
}
#s_body {
	padding-left: 40px;
}
.s_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding-left: 0px;
	padding-right: 100px;
}
.s_body_bold {
	font-weight: bold;
	color: #333333;
}
.s_body_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #993300;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 0px;
	padding-top: 6px;
}
.s_body_subsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #336699;
	font-weight: bold;
	padding-left: 0px;
	text-transform: none;
	padding-right: 100px;
	padding-top: 6px;
}
#s_body a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}
#s_body a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}
#s_body a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
}
#s_body a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}
#active2 a {
	border-left: 1px solid #996600;
}
#credentials {
}
#popuptext {
	border-top-width: 24px;
	border-top-style: solid;
	border-top-color: #993300;
	margin: 0px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#laurelphoto {
	float: right;
	margin-right: 100px;
	margin-left: 10px;
	margin-bottom: 30px;
}
#publications {
}
#places {
}
.places {
	vertical-align: top;
}
#leftpen {
	background-image: url(images/webdesignroll.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
