<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Enter your CSS3 Styles Here */

#facebook {
display:none;
}

#TopMenuDiv .TopMenuOn {
	background:#ff9900; 
} 
#TopMenuDiv .TopMenuOver {
	background:#ff9900;  
}
#topMenuTable td span {
margin-left:8px;
margin-right:8px;
}

#index .bodyFourth .bodyPad {
padding:10px;
}
#index .bodyFourth .bodyPad:nth-child(1) {
padding-left:0;
}
#index .bodyFourth .bodyPad:nth-child(4) {
padding-right:0;
}

.hp4DarkUnder { /* homepage dark boxes under 4 pics */
margin-top:-6px;
background-color: #ff6600; 
padding: 8px;"
}

H1 { /* Used for Page Title - font size is Page Body Font Size + 6 pixels */
	font-weight:normal;   
	font-size:36px; 
       font-weight: bold;
	font-family: Muli,sans-serif;
        color:#ff6600;
    margin-top:0px;
	margin-bottom:15px;
	padding-top:15px; /* do with padding, not top margin, so it does not put space above the h1 tag on the site */ 
	text-align:center; 
}

#orangeButton {
cursor:pointer;cursor:hand;
width:200px;
background:#FF9900;
border:2px solid #000000;
padding:8px;
border-radius:8px;
-moz-border-radius:8px;
text-align:center;
color:#000000;
font-weight:bold;
}
#orangeButton a:link,
#orangeButton a:active,
#orangeButton a:visited{
color:#000000; 
}

#orangeButton a:hover {
color:#c00000;
}


.anylinkcss{
	position: absolute;
	left: 0; /* sets with js */
	top: 0; /* sets with js */
	visibility: hidden;
	border: 1px solid #404040;
	border-bottom-width: 0; 
	background: #ffffff;
	font-family: muli,sans-serif; 
	font-size:17px; 
	font-weight:normal;  
	line-height:normal;
	padding:3px 0 3px 0;
	z-index: 100; /* zIndex should be greater than that of shadow's below */ 
	width: 200px; /* default width for sub menu Div*/ 
}
</pre></body></html>