body  {
	font-family: Arial, Helvetica, sans-serif;
	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;
	background-color: #669933;
}
h6 {
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
}

h1 {
	color: #036;
	font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/h2.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
h3 {
	font-size: x-small;
	color: #336600;
	font-weight: normal;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #036;
}
p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}


.chromestyle a{
	color: #669933;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 10px;
}
.chromestyle_sub a{
	color: #036;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	text-align: left;
}
.chromestyle{
	font-weight: bolder;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.chromestyle_sub{
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.chromestyle a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #669933;
	font-weight: bolder;
	font-style: italic;
}

.chromestyle_sub a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #669933;
	font-style: italic;
}
.green {
	color: #54771B;
}
.white {
	color: #FFFFFF;
}
ol {
	text-align: justify;
	margin: 10px;
}
ul {
	text-align: justify;
	margin: 10px;
}
h4 {
	font-weight: bold;
	color: #669933;
	font-family: Verdana, Geneva, sans-serif;
}


#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; }
.PURPLE {
	color: #639;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
.PURPLEBG {
	background-color: #639;
}
.bluebg {
	background-color: #039;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer {
	color: #FFF;
}
.red {
	background-color: #600;
}
.green {
	font-weight: bold;
	color: #030;
	text-decoration: none;
}
body{
	width: 990px;
	margin: 0 auto;
}
.google{
position: absolute;
right:0;
background: #ddd;
padding: 0 3px;
}

