body {
	background-color: #999999;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	
}


#topgraphic {
	background-color: #666666;
	width: 100%;
}

#footertext {
	padding: 20px 0px 20px 30px;
	background-color: #FF6600;
	width: 730px;
	line-height: 15px;
	text-align: left;
	color: white;
	font-style: italic;
}

#footertext a:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

#footertext a:hover {
	color: #cccccc;
	text-decoration: underline;
	font-weight: bold;
}

#footertext a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

h3 {
	color: #336699;
	font-size: 19px;
	letter-spacing: -1px;
}

h2 {
	color: #336699;
	font-size: 21px;
	letter-spacing: -1px;
}

h1 {
	color: #336699;
	font-size: 25px;
	letter-spacing: -1px;
}


a:link {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	padding-right: 3px;
}

a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

ul {
	padding-left: 15px;
	margin-left: 0px;
}

li {
	padding-bottom: 10px;
	list-style: square;
}

td {
	text-align: left;
}

.menu {
	text-align: right;
}


#lightbox{
	background-color: white;
	padding: 15px;
	border: 5px solid black;
	}
	
#lightboxDetails{
	font-size: 1.0em;
	padding-top: 0.4em;
	}	
	
#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: 1px solid black; clear: both;} 

#overlay img{ border: none; }

#overlay{ background-image: url('../z_images/overlay.png'); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url('../z_images/blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../z_images/overlay.png", sizingMethod="scale");
	}
	
	
	
	