﻿@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link { COLOR : #512B05 } 
a:visited { COLOR : #666699 }
a:active { COLOR : #FFB710 } 
a:hover { COLOR : #FFB710} 

#container {
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	width:770px;
	text-align: center;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	padding: 0px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #000080;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#iip {
	width: 100%;
	font-size: 12px;
	padding: 10px;
}

#left {
	float: left;
	width: 140px;
	display: inline;
}

#left_nav {
	background-color: #F0EFDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#left_nav a {
	color: #000000;
	text-decoration: underline;
}

#left_nav a:active {
	text-decoration: none;
}

#left_nav a:hover {
	text-decoration: underline;

}


#left_nav p {
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	margin: 0px;
	border: 1px solid #000000;
	background-color: #AF3D18;
	font-size: 16px;
}

#left_nav ul {
	background-color: #F0EFDF;
	padding-left: 0px;
	margin-left: 0px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#left_nav ul li {
	color: #FFFFFF;
	list-style-type:none;
	text-decoration:none;
	border-top: 1px solid #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#authors {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #505050;
	border-bottom: 1px solid #505050;
	width: 170px;
	background-color: #ffffff;
	font-size: 11px;
}

#maincontent {
	width: 610px;
	font-size: 14px;
	padding: 20px;
	margin: 0 0 0 145px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#maincontent a {
	font-size: 13px;
	white-space: normal;
	/*	visibility: hidden; */
	display: inline;
}

#nextpage {
	text-align: right;
	padding: 11px;
	font-weight: bold;
	font-size: 14px;
}

#nextpage a {
	color: #9B271B;
}

#maincontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

#maincontent h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

#maincontent h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-align: left;
	font-style: normal;
	color: #000000;
}

.pic_table
{
	margin: 5px;
	border: 1px solid #000000;
}

.pic_table, .pic_table a {
	color: #333333;
	font-size: 12px;
	background-color:#F0F0F0;
}

.pic_table p img {
	border: 1px solid #ebe7e4;
}

.pictcaption {
	padding: 2px;
	font-family : Arial;
	font-size : 10px;
	font-style : normal;
	color: #505050;
	font-weight: normal;
	clear: both;
}

.dropcap {font-family : georgia, times, serif; 
	font-size :300%;
	font-weight: bold;
	color : #9B271B; 
	float : left;
 }
 
.aboutauthor
 {
	padding: 5px;
	font-family : Arial;
	font-size : 10px;
	font-style : normal;
	color: #666666;
	font-weight: normal;
	clear: both;
	background-color: #FFFFCC;
	margin-top: 10px;
	margin-bottom: 5px;
}

.subhead {
	font : normal 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	line-height : normal;
}
	
.note {
	color: #505050;
	line-height : 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#popwin_container
{
	width: 620px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	color: #333333;
	height: 470px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#popwin_left {
	float: left;
	display: inline;
	margin-top: 10px;
	width: 350px;
}

#popwin_left img {
	padding: 5px;
	border: 1px solid #666666;
	float: right;
}


#gallerycaption {
	padding: 5px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	color: #000000;
	font-weight: normal;
	float: right;
	width: 250px;
	text-align: left;
}

#navigate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: 30px;
	margin-bottom: 10px;
	text-align: right;
	float: right;
	width: 150px;
}

#naviagte a {
	text-align: right;
	padding: 11px;
	font-weight: bold;
	font-size: 14px;
	color: #9B271B;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

#popwin_header {
	width:100%;
	text-align: center;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	padding: 0px;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
