body
{
	background:#79A2F4;
	font-family: Arial;
	font-weight: bold;
	font-size: small;
	color: navy;
}
.intropage
{
	background:#FFFFFF;
	font-family: Arial;
	font-weight: normal;
	font-size: x-small;
	color: gray;
}
.intropage a:link, .intropage a:visited, .intropage a:active
{
	color: gray;
	text-decoration: none;
}
.intropage a:hover
{
	color: navy;
	text-decoration: none;
}
.noframes
{
	font-weight: bold;
	color: red;
}
a:link, a:visited, a:active
{
	color: white;
}
a:hover
{
	color: #F09C00;
}
.header
{
	background-image: url("images/headerback.jpg");
	font-size: x-large;
	font-weight: bold;
	color: #F09C00;
	text-align: center;
}
.pagetitle
{
	font-size: large;
	font-weight: bold;
	color: navy;
	text-align: center;
}
.blogtitle
{
	background: #F09C00;
	font-size: x-small;
	font-weight: bold;
	color: navy;
	text-align: center;
}
.blogtime
{
	background: #F09C00;
	font-size: xx-small;
	color: navy;
	text-align: center;
}
.blogarticle
{
	font-size: x-small;
	color: white;
	text-align: left;
}
.webtext
{
	font-size: x-small;
	color: white;
	text-align: left;
}
.menu
{
	background-image: url("images/menuback.jpg");
	background-repeat: no-repeat;
}
.menu_item
{
	background-image: url("images/menulevel1.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: x-small;
	text-indent: 50px;
	vertical-align: bottom;
	cursor: pointer;
	color: white;
	width: 200px;
}
.menu_item_hl
{
	background-image: url("images/menulevel1hl.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: x-small;
	text-indent: 50px;
	vertical-align: bottom;
	cursor: pointer;
	color: #F09C00;
	width: 200px;
}
.menu_banner
{
	vertical-align: bottom;
	text-align: center;
}
.weatherdata
{
	font-size: x-small;
	background: #7393D4;
	color: white;
}
.linksheader
{
	font-size: small;
	color: navy;
	background: #F09C00;
	text-align: center;
	font-weight: bold;
}
.linksdata
{
	font-size: x-small;
	text-align: center;
	background: #7393D4;
	vertical-align: middle;
}
.tableheader
{
	font-size: small;
	color: navy;
	background: #F09C00;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}
.tabledata
{
	font-size: x-small;
	text-align: left;
	background: #7393D4;
	vertical-align: top;
}
.tableimg
{
	font-size: x-small;
	text-align: center;
	background: #7393D4;
	vertical-align: middle;
}
.pictime
{
	background: #F09C00;
	font-size: xx-small;
	color: navy;
	text-align: center;
}
.pictitle
{
	background: #F09C00;
	font-size: x-small;
	font-weight: bold;
	color: navy;
	text-align: left;
}
.piclist
{
	font-size: x-small;
	color: white;
	text-align: left;
}
.piclist img
{
	border: 0px;
}
#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: #79A2F4; 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: navy; }
#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; }
