/* CSS Document */
body {
	margin:0;
	padding:0;
	text-align:right;
	color:#660000;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #ffffff;
	}
	
#container {
	position:relative;
	width:800px;
	margin:0 auto;
	padding-bottom:20px;
	font-size:85%;
	text-align:left;
	height:auto;
	background-color: #FFFFFF;
	}
	
#extras {
	width:208px;
	height:auto;
	margin-bottom:20px;
	z-index:4;
	top:120px;
	left:583px;
	padding:0px;
	text-align:left;
	position:absolute;
	}

#tools {
	width: 92px;
	margin:0px 0px 0px 4px;
	padding:0;
	position:absolute;
	top:120px;
	height:120px;
	}
	
#navbar_left {
	top: 60px;
	position:absolute;
	left: 0px;
	width: 92px;
	z-index: 1;
	margin: 0;
	padding: 0;
	font-size: 10px;
	}
	
p.navbar_left {
	
	color:#660000;
	line-height:2em;
	text-indent: 0px;
	text-align: right;
	font-weight: bold;
	}

#navbar_left a:link, #navbar_left a:visited {
   text-decoration:none;
   color:#660000;
	}

#info.intro {
	position: absolute;
	left: 173px;
	top: 186px;
	margin:0;
	padding:5px;
	font-size:medium;
	font-weight:bold;
	width: 440px;
	text-align: center;
	z-index:4;
	text-indent:0;
	}
	
#info p.intro {
	font-weight:bold;
	font-size:small;
	color:#336699;
	margin:-2px;
	text-align: center;
	text-indent: 0px;
	}

#info {
	width:443px;
	z-index:1;
	left:100px;
	top:0px;
	padding:2px 13px;
	margin:0px;
	position:relative;
	height:auto;
	border-left:2px dotted #cc9999;
	border-right:2px dotted #cc9999;
	color:#660000;
	line-height:1.5em;
	}
	
#info h3 {
	height:25px;
	border-top:1px solid #cc9999;
	padding:5px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	text-align:left;
	}
	
#info h3.twolines {
	height:50px;
	border-top:1px solid #cc9999;
	padding:5px 0px 0px 0px;
	margin-top:5px 0px 0px 0px;
	text-align:left;
	}

#info ul {
	list-style-type:disc;
	text-align:left;
	}
	
#info ul ul {
	list-style-type:square;
	}

#info a:link, #info a:visited {
  font-weight:normal;
  text-decoration:underline;
  color:#336699;
  }
  
#info p.endnote {
	font-size:x-small;
	color:#990000;
	text-align:center;
	line-height:normal;
	padding: 5px 0px 5px 0px;
	margin-top: 20px;
	text-indent:0;
	}
		
p {   
	text-align:left;
	margin-top:0px;
	}
	
p+p {
	text-indent:20px;
	}
	
ul+p {
	text-indent:20px;
	}
	
p.centered {
	text-align:center;
	text-indent:0;
	}
	
p.Q {
	font-size:small;
	font-weight:bold;
	color:#000000;
	text-indent:0;
	}
	
p.A {
	font-size:small;
	font-weight:normal;
	text-indent:0;
	}
	
p.bibliography {
	text-indent:0;
	}
	
#bibliography p{
	text-indent:0;
	}
	
#topLink a:link, #topLink a:visited {
	font-size:small;
	text-indent:0;
	text-decoration:none;
	margin-bottom:20px;
	}

p.sitemap {
	font-size:11px;
	}
		
.photocredit {
	font-size:x-small;
	text-align:center;
	color:#999999;
	}
	
#wideInfo {
	z-index:5;
	left:100px;
	top:0px;
	padding:13px;
	position:relative;
	width:594px;
	height:auto;
	border-left:2px dotted #cc9999;
	color:#660000;
	margin:0px;
	}
	
#wideInfo a:link, #wideInfo a:visited {
  
  font-weight:normal;
  text-decoration:underline;
  color:#336699;
  }
  
  #wideInfo dt a:link, #wideInfo dt a:visited {
  font-weight:bold;
  text-decoration:underline;
  color:#336699;
  }
  
#wideInfo dd a:link, #wideInfo dd a:visited {
  font-weight:normal;
  text-decoration:underline;
  color:#336699;
  }
	   
table.info {
	width:100%;
	border-bottom:1px #cc9999 solid;
	padding:0px;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	}
	
td.info {
	text-align:left;
	}
	
table.timeline {
	width:100%;
	border-bottom:1px #cc9999 solid;
	padding:0px;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	font-weight:bold;
	}
	
td.timeline {
	text-align:left;
	}

dt {
	font-weight:bold;
	}
	
dd {
	font-weight:normal;
	margin-left:25px;
	}

h1 {
	line-height:normal;
	font-size: x-large;
	}

h2 {
	color:#660000;
	font-size:large;
	font-weight:bold;
	text-transform:uppercase;
	}

h4 {
	color:#660000;
	text-align:left;
	font-weight:bold;
	background-color:#CCCCCC;
	padding: 3px 8px 3px 8px;
	}
	
h5 {
	text-transform:uppercase;
	font-weight: bold;
	}
	
h6 {
	font-size:small;
	text-align:center;
	color:#000000;
	}
	
#image-left {
	margin:0px 10px 0px 0px;
	padding:5px;
	float:left;
	}
	
#image-right {
	margin:0;
	padding:10px 0px 10px 15px;
	float:right;
	}
	
hr {
	clear:both;
	}

#footer {
	position:relative;
	width:445px;
	top: 0px;
	left:114px;
	margin:20px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	border-top: 1px solid #cc9999;
	border-bottom:15px #ffffff solid;
	}
	
#footer a:link, #footer a:visited {
  font-weight:normal;
  text-decoration:underline;
  color:#336699;
  }
  
 /*#widefooter {
	position:relative;
	top: auto;
	left:100px;
	width:607px;
	padding:5px 0px 0px 13px;
	margin:20px 0px 0px 0px;
	border-top: 1px solid #cc9999;
	}*/
 
#prevNext {
	margin-left:315px;
	}
	
#prevNextWide {
	margin-left:450px;
	}

#subpageHeader {
	height:120px;
	width:800px;
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	z-index:0;
	}
	
#grayhead {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	color: #660000;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: medium;
	border: solid #e9c685 1px;
	background: #fcf1da;
	line-height:90%;
}

