/*style sheet CSS code*/
body {
	color:#000000;
	font-size:12pt;
	background-color:#AAFFAA; 
	border: none; 
	background-image: url(containershadowblk.png);
	background-repeat: repeat-y; 
	background-position: top center;
}



.base {
	color:#FFFFFF; 
	background-color:606060 ; 
	border-color:#FFFFFF; 
	width:900;
	height: auto;
	text-decoration:none;
	margin-bottom: -7px;
	margin-top:-20;
}

.format-div {
	border-width:0; 
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
}


/*behavior of links*/
	a {
		text-decoration:none; 
		color:#FFFFFF;
	}

	a:hover {
		text-decoration: underline;
	}

	a:visited {
		color:#808080;
	}
	
.title {
	padding-top:0px;
	width:900px;
	background-color:#60ff60;
	z-index;-1;
	}

.buttons {
	float: left;
	text-decoration: none;
	width: 260px;
	height: 78px;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom:20px;
	}

.containerdiv {
	margin-bottom:20px;
	margin-top: 20px;
	}

.wyoming {
	width: 300px;
        height: 64px;
	}

.green {
	color:#FFFFFF; 
	font-family: arial; 
	background-color: #60FF60;
	border-color:#60FF60; 
	border-width:0px; 
	border-style:solid;
	}

.darkgrey {
	color:#FFFFFF; 
	font-family: arial; 
	background-color: #404040;
	border-color:#60FF60; 
	border-width:0px; 
	border-style:solid;
	}
.header {
	color:white;
	font-family: arial;
	font-weight: bold;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	width:100%;
	background-color:#404040;
	z-index:1;
	margin-left:-8px;
	}
.headershadow {
	height: 20px;
	background-image: url(headershadow.png);
	background-repeat:repeat-x;
	z-index:10;
	margin-left:-8px;
	margin-right:-8px;
	}

.footer {
	width: 860px;
	color:#FFFFFF;
	font-size: 8pt; 
	color:#ffffff;
	background-color: #404040; 
	border-width:0px; 
	border-style:solid;
	margin-left:20px;
	margin-top:0px;
	}
	
.div800dgrey{
	width:800px;
	background-color:#404040;
	height:600px;
	margin:0px;
	}
	
.player {
	margin-bottom:20px;
	}

.largetext {
	color:#ffffff;
	font-family: courier;
	font-size: 20pt;
	padding-top:15px;
	}
p.smalltext {
	color:#ffffff;
	font-family: courier;
	font-size: 10pt;
	}
	
.back {text-decoration: none; color:#FFFFFF;}
.back a:visited {text-decoration: none; color:#FFFFFF;}
.back a:hover {padding-right: 60px; background: url(Arrow.png) no-repeat 100% 50%; position:relative; text-decoration: none}

	


/*lightbox photo displayer styles*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

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

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


