body { margin: 0px 0px }

b { font-weight: bold; }

i { font-style: italic; }

h1 {
	font-family: Courier, monospace;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.70em;
	padding: 0px;
	margin: 0px;
	}
	
h1#selected {
	font-family: Courier, monospace;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.70em;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	}

h2 {
	font-family: Courier, monospace;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.40em;
	padding: 0px;
	margin: 0em 0em 0em 3em;
	text-indent: -3em;
	}
	
h2#selected {
	font-family: Courier, monospace;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.40em;
	padding: 0px;
	margin: 0em 0em 0em 3em;
	text-indent: 0em;
	text-decoration: underline;
	}

p {
	font-family: Courier, monospace;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.70em;
	padding: 0px;
	margin: 0px;
	text-indent: 3em;
	}

p#news {
	font-family: Courier, monospace;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.70em;
	padding: 0px;
	margin: 0px;
	text-indent: 0em;
	}
	
span {
	font-family: Courier, monospace;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.70em;
	padding: 0px;
	margin: 0px;
	}

div#logo {
	width: 100px;
	height: 72px;
	position: fixed;
	top: 200px;
	left: 250px;
	}

div#menu {
	width: 100px;
	text-align: right;
	position: absolute;
	top: 100px;
	left: 250px;
	}

div#content {
	width: 500px;
	text-align: left;
	position: absolute;
	top: 103px;
	left: 370px;
	}

div#submenu {
	text-align: left;
	width: 440px;

	}

div#text {
	width: 440px;
	text-align: left;
	margin-top: 80px;
	margin-bottom: 100px;
	}
	
div#textnosub {
	width: 430px;
	text-align: left;
	margin-bottom: 100px;
	}

img { border: 0px; }

img#thumbnail { height: 30px; margin: 2px; }

:link { color: silver; text-decoration: none; }
:visited { color: silver; text-decoration: none; border: }
:hover { color: black; text-decoration: none; border: 0px; }
:active { color: black; text-decoration: underline; border: }

h2:link { color: silver; text-decoration: none; }
h2:visited { color: silver; text-decoration: none; }
h2:hover { color: black; text-decoration: none; margin: 0em 0em 0em 3em; text-indent: 0em; }
h2:active { color: black; text-decoration: underline; margin: 0em 0em 0em 3em; text-indent: 0em; }

a:focus {
 -moz-outline: none;
 outline: none;
 ie-dummy: expression(this.hideFocus=true);
}


/* lightbox code */

#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 Courier, monospace, Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: black; }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#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; }

/* end lightbox code */








