/* Navigation Buttons */
a#previous:link, a#previous:visited, a#previous:active {
		display: inline-block;
		width: 150px;
		height: 70px; 
				
		background-image:  url('./buttons/navigation-button-previous.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#previous:hover { background-position: -150px; }  
a#next:link, a#next:visited, a#next:active {
		display: inline-block;
		width: 150px;
		height: 70px; 
				
		background-image:  url('./buttons/navigation-button-next.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#next:hover { background-position: -150px; }  
a#gallery:link, a#gallery:visited, a#gallery:active {
		display: inline-block;
		width: 180px;
		height: 70px; 
				
		background-image:  url('./buttons/navigation-button-gallery.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#gallery:hover { background-position: -180px; }  
/* End of Navigation Buttons */

/* Miniature Navigation Buttons */
a#mini-prev:link, a#mini-prev:visited, a#mini-prev:active {
		display: inline-block;
		width: 55px;
		height: 40px; 
				
		background-image: url('./buttons/mini-prev.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#mini-prev:hover { background-position: -55px; }  
a#mini-next:link, a#mini-next:visited, a#mini-next:active {
		display: inline-block;
		width: 55px;
		height: 40px; 
				
		background-image:  url('./buttons/mini-next.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#mini-next:hover { background-position: -55px; }  
a#mini-gallery:link, a#mini-gallery:visited, a#mini-gallery:active {
		display: inline-block;
		width: 55px;
		height: 40px; 
				
		background-image:  url('./buttons/mini-gallery.png');
		background-repeat: no-repeat; 
		text-indent: -9999px;
} a#mini-gallery:hover { background-position: -55px; }
/* End of Miniature Navigation Buttons */


/* level 0 inner */
.m0l0iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	text-align: center;
	color: #000000; 
}
.m0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	padding: 4px;
	text-align: center;
	color: #000000; 
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #000000;
	background: #FF6600; 
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #FF9900; 
}

/* level 1 inner */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #FFCC66;
	
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #999999;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FF6600;
	background: #e1cf79;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FF6600;
	background: #CCCCCC;
}

body   {
    background-color: #003333;
    margin-left: 0;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.txt {
	background: #ffe4ba;
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #ffe4ba;
	text-indent: 0px;
	margin-top: 0px;
	margin-left: 14px;
	margin-right: 14px;
	text-align: justify;
	
	}

 .txtred {
	background: #ffe4ba;
	font-family: arial, sans-serif;
	color: #ff0000;
	font-size: 12px;
	background-color: #ffe4ba;
	text-indent: 0px;
	margin-top: 0px;
	margin-left: 14px;
	margin-right: 14px;
	text-align: justify;
	
	}

 .txtora {
	background: #ffe4ba;
	font-family: arial, sans-serif;
	color: #CC6600;
	font-size: 12px;
	background-color: #ffe4ba;
	text-indent: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: justify;
	
	}
		
.copyright {
	
	font: 10px arial, helvetica, sans-serif;;
	color: #00BFF3;
	text-align: center;
	
	}
	
.pictxt {
	background: #003333;
	font-family: arial, sans-serif;
	color: #FFCC66;
	font-size: 12px;
	font-weight: bold;
	background-color: #003333;
	text-indent: 10px;
	margin-left: 14px;
	margin-right: 14px;
	text-align: center;
	
	}

.table {
	
	font-family: arial, sans-serif;
	color: #FFCC66;
	font-size: 13px;
	background-color: #003333;
	
	}


.img {
	
	border-color: #CC6600;
	
	}
H1 {
	font-family: arial, sans-serif;
	color: #FFCC66;
	font-size: 20px;
	background-color: #003333;
	}
H3 {
	font-family: verdana, arial, helvitica, sans-serif;
	font-size: 14px;
	color: #CC6600;
	text-align: center;
	}

H4 {
	font-family: verdana, arial, helvitica, sans-serif;
	font-size: 14px;
	color: #FFCC66;
	text-align: center;
	}

H5 {
	font-family: verdana, arial, helvitica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-align: left;
	}
A  {
	text-decoration: none;
	color: #009900;
	}
	/* used on light background. On dark background use STYLE="color: #33CC33;" round link */
A:visited
   {
   color: #009900;
   }

.scrollbarfun	{	/* new edits to change the browser margins and scrollbars. -Seth, 12-14-2007 */
	scrollbar-face-color: #ff6600;
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #003300; 
	scrollbar-3d-light-color: #99ffff; 
	scrollbar-dark-shadow-color: #0066ff; 
	scrollbar-track-color: #002222 ;//alert  under track
	scrollbar-arrow-color: #ff4066;
    }

