html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: black;
	background-image:url(nav/css_bg.gif);
	background-repeat:repeat-x; 
	background-color:#ECE7DF;
	}

.rt {float: right}
.lf {float: left}

TABLE.perfdates {  font-size: 10px;}
TD.perf_emph {   font-size: 14px;} 

#supbage {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:12px; 
	background-image:url(nav/css_bglight.gif);
	background-repeat:repeat-x;
	background-color:#FDE8C9;
	}

#fullcell {
	width:555px;
	background-image:url(nav/css_bgfullcell.jpg);
	background-repeat:no-repeat;
	min-height:173px;
	}
	
#fullcell_lightbg {
	width:525px;
	background-image:url(nav/css_bgfullcell2.gif);
	background-repeat:no-repeat;
	min-height:173px;
	background-color:#ECE7DF;
	cell-padding:2px 15px 2px 15px;
	padding : 10px;
	padding-left : 15px; 
	padding-bottom : 2px; 
	padding-right : 15px; 
	padding-top : 2px; 
}
	
#fullcell_lightbg  p {
	color black;
	font-size:14pt;
	}
#fullcell_lightbg li {
font-size: 12pt;
}
.dd_minor { font-size: 10pt; 
	padding : 15px;} 	
#largecell {
	width:335px;
	background-image:url(nav/css_bglargecell.gif);
	background-repeat:no-repeat;
	min-height:173px;
	}
	
#largecell p {
	font-size:15px;
	}
	
#smallcell {
	width:195px;
	background-image:url(nav/css_bgsmallcell.gif);
	background-repeat:no-repeat;
	min-height:173px;
	}

.bodyarea {  	}	
	
h1 {  	font-size:18pt;	color:#990000; font-style:italic; 		}
h2 {font-size: 16pt;  }
	
hr {
	border: none 0; 
	border-top: 1px solid #770F00;
	width: 100%;
	height: 1px; 
	}

a { 
	text-decoration:underline;
	color:#6699FF;
	}
	
a:hover {
	color:#3366CC;
	}
	
a:visited {
	color:#3366CC;
	}
	
.smalltype {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}	

/* navigation */

#nav { 
	font-style:italic;
	font-size:19px;
	color:#990000;
	}

#nav a {
	text-decoration:none;
	color:#FF0000;
	}
	
#nav a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	}
 
 
 #lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(nav/spacer.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(gallery/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(gallery/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 14px Garamond, Georgia, "Times New Roman", Times, serif;
	color: #570013;;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ 
	display: block; clear: left; padding-bottom: 1.0em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	