html { 
		overflow: scroll; 
	} 
body { 
		margin: 0px; 
		padding: 0px; 
		background: #FFF url(images/logo07_grnblk60_splash.gif) no-repeat 0px 0px;
		width: 100%; 
		height: 100%; 
	} 
#wrapper	{
	margin: 0px;
	padding: 0px;
	width: 1000px;
}	
#promo {
	margin: 95px 0px 0px 25px;
	padding-top: 0px;
	width: 975px;
}	

.splashnav {
	font: bold 10px/20px Verdana, Arial, sans-serif;
	text-align: left;
	color: #990000;
	letter-spacing: 1px;
}
.HEDtwelvesans {
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 1px;
	margin-bottom: 0
}
.twelvesans {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.HEDfourteenserif {	
	font: bold 14px/21px Georgia, Times New Roman, Times, serif;
	color: #000000;
	letter-spacing: 1px;
	margin-bottom: 0
}
.fourteenserif {	
	font: normal 14px/21px Georgia, Times New Roman, Times, serif;
}

a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	background: #CCFF00;
}
a:active {
	color: #FFCC00;
	text-decoration: underline;
}
a.nav:link {
	color: #333333;
	text-decoration: none;
}
a.nav:visited {
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	background: #CCFF00;
	text-decoration: none;
}
a.nav:active {
	color: #FFCC00;
	text-decoration: none;
}
/*
ul {
	margin: 5px 0px 0px 0px;
	padding-top: 0px;
	list-style-type: disc;
}*/


	#slider {
	position: absolute;
	width: 710px;
	height: 570px;
	/*		left: 50%; 
		top: 50%; 
		margin-left: -430px; 
		margin-top: -186px; */
		overflow: hidden;
	background: #FFF;
	border: 20px solid #bbb;
	} 
		#slider .slide { 
		position: absolute; 
		top: 0px; 
		height: 570px; /*baseline of caption*/
		width: 500px; 
		background: #fff; 
		overflow: hidden; 
		border-left: #000 solid 1px; 
		cursor: default; 
	} 
	#slider .title   { 
		color: #c00; 
		font-weight: bold; 
		font-size: 1.2em; 
		margin-right: 1.5em; 
		text-decoration: none; 
	} 
	#slider .backgroundText { 
		position: absolute; 
		width: 100%; 
		height: 100%; 
		top: 10%; 
		background: #000; 
		filter: alpha(opacity=10); 
		opacity: 0.1; 
	} 
	#slider .text { 
		position: absolute; 
		top: 1%; 
		top: 100%; 
		color: #222; 
		font-family: Georgia, "Times New Roman", Times, serif; 
		font-size: 12px; 
		line-height: 16px;
		text-align: left; 
		width: 400px; 
		left: 10px; 
		margin: 5px 0 0;
	} 

	#slider .diapo { 
		position: absolute; 
		visibility: hidden; 
	}
