h1{text-align: left; font:  80% Verdana; color: silver; line-height: 120%;}
/*standardized text for left-justified viewing*/

h2{text-align: center; font: 80% Verdana; color: silver}
/*this is the main text form used throughout, centering images and the text under them*/

h3 {text-align: center; font: 100% Arial; color: silver; background-color: black; padding: 0px;  line-height: 18px;
margin: 5;}
/*exclusively for navigational banner*/

h4 {text-align: center; font: 150% Arial; color: white; background-color: #333333; padding: 0px; word-spacing: 7px; letter-spacing: .4em; line-height: 13px; margin: 20px; margin-top: 25px; }
/*exclusively for Catherine Widgery title*/

h5{text-align: center; font: 120%  helvetica; color:#66CCFF; background-color: black; }
/*most of the titles use this signifier*/

h6{text-align: center; font: 80% Arial; color: #CCCCCC; padding: 0px; margin: 0px, border: 0px;}
/*Used on footer*/


#loadimages {
    display:none;
}

#lightbox{position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}

#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

table {width: 700; padding: 5px; align: center;}
td {vertical-align: center; padding: 10px; font: 12pt  Arial; color: silver;}
td.rightalign {vertical-align: top; text-align: right;}
td.normal {vertical-align: top; padding: 10px; font: 12pt  Arial; color: silver;}
td.leftalign {vertical-align: top; text-align: left;}

img {border: 0px solid #000000; padding: 3px;}

img.padded {padding: 5px;}

img.floatLeft { 
    float: left; 
    margin: 4px;
    padding: 5px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
    padding: 5px;
}

img.floatRightthumb { 
    float: right; 
    margin: 4px; 
    padding: 5px;
	width: 200px;
	border: 1px solid #333333;
}

img.center {width: 660px;}
img.half {width: 325px; height: 488px;}

span.smaller {font-size: 80%;}

#container {
  	margin: 0 auto;
  	width: 700px;
  	text-align: left;
background-color: black;}

#main {width: 445px;
  	text-align: left;
background-color: black;
float: left;
padding-left: 0px;
overflow: hidden;}

#pic {width: 225px;
  	text-align: left;
background-color: black;
float: right;
padding-left: 5px;
overflow: hidden;}


p.margin {margin: .5cm 1cm 0cm 1cm;} /**top right bottom left**/
p.italic {font-style: italic;}

hr {width: 580px; color: gray; height: 1px; line-height: .4; text-align: center;}

body {	background-color: black;
  	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: inherit;

}

#footer { background-color: #000000;
  	text-align: center;
	margin: 0;
	margin-top: 50px;
	padding: 0;
	border: 0;
	height: 140px;
	width: 698px;
	border-top: 1px solid #666666;
	overflow: hidden;
float: left;

}

A:link {text-decoration:none; color: white;}
A:visited {text-decoration:none; color: white;}
A:hover	{text-decoration:none; color: #66CCFF;}
A:active {text-decoration:none; color: #66CCFF;} 