
	body{
		background-color:ffae00;
		height:100%;
		width:100%;
		position:absolute;
		margin:0px;
		}
	
	div.header{
		position:absolute;
		margin:0px;
		width:100%;
		height:192px;
		background-image:url(images/spacer.jpg);
		background-repeat:repeat-x;
		}
	
	div.leftside{
		position:absolute;
		margin-top:200px;
		margin-left:3px;
		width:160px;
		height:1000px;
		border:solid black 1px;
		background-color:#FFFF99;
		padding:4px
		}

	div.content{
		position:absolute;
		margin:200px;
		margin-left:176px;
		padding:10px;
		width:674px;
		height:1000px;
		border:double #FFFF99 thin;
		background-color:black;
		}
		
	img{
		border:0;
		}
	
	.lnk, img.lnk:visited {
		border:1px orange solid;
		}
	
	.lnk:hover{
		border:1px blue solid;
		}
		
	.popup{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		color:lightblue;
		background-color:black;
		}
		
	li.faqs{
		display:block;
		height:20px;
		color:orange;
		padding-left:6px;
		}

/*---------------Table--------------------------------------------*/

	table{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		color:lightblue;
		}
		
	td.pad{
		padding:5px;
		vertical-align:top;
		}
	
	td.bborder{
		border-bottom:solid 1px orange;
		vertical-align:top;
		text-align:left;
		padding:5px;
		}

/*---------------News Button-------------------------------------*/

	a.news, a.news:visited{
		display: block;
		width:102px;
		height:40px; 
		background-image: url(images/news_btn.jpg);
		}

	a.news:hover{
		display: block;
		width:102px;
		height:40px;
		background-image: url(images/news_btn_dn.jpg);
		}
	
	a.newsdn{
		display: block;
		width:102px;
		height:40px;
		background-image: url(images/news_btn_dn.jpg);
		}

/*---------------Links Button-------------------------------------*/

	a.links, a.links:visited{
		display: block;
		width:62px;
		height:40px; 
		background-image: url(images/links_btn.jpg);
		}
	
	a.links:hover{
		display: block;
		width:62px;
		height:40px;
		background-image: url(images/links_btn_dn.jpg);
		}
	
	a.linksdn{
		display: block;
		width:62px;
		height:40px;
		background-image: url(images/links_btn_dn.jpg);
		}
		
/*---------------History Button-------------------------------------*/

	a.history, a.history:visited{
		display: block;
		width:63px;
		height:40px; 
		background-image: url(images/history_btn.jpg);
		}
	
	a.history:hover{
		display: block;
		width:63px;
		height:40px;
		background-image: url(images/history_btn_dn.jpg);
		}

	a.historydn{
		display: block;
		width:63px;
		height:40px;
		background-image: url(images/history_btn_dn.jpg);
		}
		
/*---------------Parks Button-------------------------------------*/

	a.parks, a.parks:visited{
		display: block;
		width:61px;
		height:40px; 
		background-image: url(images/parks_btn.jpg);
		}
	
	a.parks:hover{
		display: block;
		width:61px;
		height:40px;
		background-image: url(images/parks_btn_dn.jpg);
		}
	
	a.parksdn{
		display: block;
		width:61px;
		height:40px;
		background-image: url(images/parks_btn_dn.jpg);
		}

	
/*---------------Top 10 Button-------------------------------------*/
	
	a.top10, a.top10:visited{
		display: block;
		width:62px;
		height:40px; 
		background-image: url(images/top10_btn.jpg);
		}
	
	a.top10:hover{
		display: block;
		width:62px;
		height:40px;
		background-image: url(images/top10_btn_dn.jpg);
		}
	
	a.top10dn{
		display: block;
		width:62px;
		height:40px;
		background-image: url(images/top10_btn_dn.jpg);
		}
		
/*---------------FAQs Button-------------------------------------*/

	a.faqs, a.faqs:visited{
		display: block;
		width:61px;
		height:39px; 
		background-image: url(images/faqs_btn.jpg);
		}
	
	a.faqs:hover{
		display: block;
		width:61px;
		height:39px;
		background-image: url(images/faqs_btn_dn.jpg);
		}
		
	a.faqsdn{
		display: block;
		width:61px;
		height:39px;
		background-image: url(images/faqs_btn_dn.jpg);
		}
	
/*---------------Contact Button-------------------------------------*/

	a.contact, a.contact:visited{
		display: block;
		width:69px;
		height:40px; 
		background-image: url(images/contact_btn.jpg);
		}
	
	a.contact:hover{
		display: block;
		width:69px;
		height:40px;
		background-image: url(images/contact_btn_dn.jpg);
		}
	
	a.contactdn{
		display: block;
		width:69px;
		height:40px;
		background-image: url(images/contact_btn_dn.jpg);
		}

/*---------------Leftside Links-------------------------------------*/

	a.left:link, a.left:visited{
		display:block;
		width:150px;
		height:20px;
		font-size:10pt;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		color:black;
		border-bottom:black solid 1px;
		padding:4px;
		}
	
	a.left:hover{
		display:block;
		width:150px;
		height:20px;
		font-size:10pt;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:white;
		background-color:orange;
		border-bottom:orange solid 1px;
		padding:4px;
		}
	
/*---------------Content Focus Links-------------------------------------*/

	a.content:link, a.content:visited{
		display:block;
		width:150px;
		height:20px;
		font-size:10pt;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		color:lightblue;
		border-bottom:lightblue dotted 1px;
		border-left:lightblue dotted 1px;
		padding:4px;
		}
	
	a.content:hover{
		display:block;
		width:150px;
		height:20px;
		font-size:10pt;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:orange;
		background-color:black;
		border-top:black solid 1px;
		border-right:lightblue dotted 1px;
		border-bottom:lightblue dotted 1px;
		border-left:black solid 1px;
		padding:4px;
		}

/*---------------General Links-------------------------------------*/	
		
	a:link, a:visited{
		color:orange;
		text-decoration:none;
		}
	
	a:hover{
		color:017ad5;
		text-decoration:underline;
		}
		
/*---------------News Links-------------------------------------*/	

	a.article:link, a.article:visited{
		display:block;
		background-color:orange;
		height:24px;
		padding-left:14px;
		padding-top:2px;
		border-top:#FFCC00 solid 1px;
		border-left:#FFCC00 solid 1px;
		border-right:#FF6600 solid 1px;
		border-bottom:#FF6600 solid 1px;
		color:black;
		vertical-align:middle;
		text-decoration:none;
		}
	
	a.article:hover{
		display:block;
		background-color:orange;
		height:24px;
		padding-left:14px;
		padding-top:2px;
		border-top:#FF6600 solid 1px;
		border-left:#FFCC00 solid 1px;
		border-right:#FF6600 solid 1px;
		border-bottom:#FFCC00 solid 1px;
		color:black;
		vertical-align:middle;
		text-decoration:underline;
		}
