body {
	background-image:url(images/sky_bg2.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
a {
	font-size: 11px;
	font-weight: bold;
	color: #075a28;
	text-decoration: none;
}
a: hover {
	font-weight: bold;
	color: #ff0000;
}
.menu {
	padding:5px;
}
.menu a {
	font-size: 18px;
	font-weight: bold;
	color: #075a28;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
.menu a:hover {
	color: #ff0000;
	text-decoration:none;
}
.menu a.current {

	color: #ff0000;
	text-decoration:none;
}
.menu img {
	padding:2px;
}
h1 {
	color: #04391a;
	font-size: 16px;
	padding-top:10px;
}
h2 {
	color: #04391a;
	font-size: 14px;
	padding-top:8px;
}
p {
	padding:5px;
}

.greentext {
	color:#075a28;
	font-weight: bold;
}

.left {
margin: 8px 8px 5px 3px;
float: left;
}


.right {
margin: 8px 3px 5px 8px;
float: right;
}
.news {
	font-size:10px;
}
.news a {
	color:#000000;	
	text-decoration: none;	
}
.news a:hover {
	color:#075a28;	
	text-decoration: none;	
}
.search {
height:34px;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #f7c23e;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Arial;
letter-spacing: 5px;
line-height: 1.1em;
color: red;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
