<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin:0;
	padding:0;
}

html, body {
height: 100%;
padding: 0px;
background: #00923f;
font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
font-size : 14px;
margin-bottom: 14px;
}

H1 {
font-size : 20px;
font-weight : bold;
margin-bottom: 14px;
}
H2 {
font-size : 18px;
margin-bottom: 14px;
}
H3 {
font-size : 14px;
font-weight : bold;
}
a {
text-decoration : underline;
color : #000000;
}
a:hover {
text-decoration : overline;
color : #FFFFFF;
}
a:active {
text-decoration : underline overline;
font-weight : bold;
color : #555555;
}
a:visited {
text-decoration : none;
font-weight : bold;
color : #222222;
}
.thumb{
	width: 100px;
	height: 100px;
	margin: 10px;
}
.gradient {
   filter: none;
}
#metawrapper {
z-index : 1;
width : 1000px;
margin : 0px auto;
height: auto;
min-height: 100%;
-webkit-box-shadow: 0px 0px 5px 5px #555500; 
-moz-box-shadow: 0px 0px 5px 5px #555500;
box-shadow: 0px 0px 5px 5px #555500;	
background : #ffde00;
}

#wrapper {
z-index : 1;
width: 800px;
padding : 50px;
margin : 0 0 50px 0;
min-height : inherit;
height: auto;
color : #000000;
text-align: left;
background : #ffef5f;
float: left;
border-top: solid 1px #5f5900;
}
#acp_wrapper {
z-index : 1;
width: 800px;
padding : 50px;
margin : 0 50px 50px 50px;
min-height : inherit;
height: auto;
color : #000000;
text-align: left;
background : #ffef5f;
float: left;
border-top: solid 1px #5f5900;
}

.textbox{
margin: 0px;
padding: 0px;
}

.entry{
border: solid 1px #5f5900;
margin: 10px 0;
padding: 10px;
text-align: left;
}

.gal{
border: solid 1px #5f5900;
margin: 10px 0;
padding: 10px;
text-align: center;
}

.image {
z-index : 3;
margin : 0 25px 10px 0;
float : left;
height : auto;
width : auto;
-webkit-border-top-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-border-top-right-radius: 10px;
border-top-right-radius: 10px;
-webkit-box-shadow: 3px 3px 3px #555500; 
-moz-box-shadow: 3px 3px 3px #555500;
box-shadow: 3px 3px 3px #555500;	
}
.gmapsicon {
height : 50px;
vertical-align : bottom;
border: 0px;
float: right;
}

.navborderl {
float: left;
margin: 0px 0px 0px 25px;
padding: 0px;
border: 0px;
}
.navborderr {
float : left;
margin: 0px;
border: 0px;
padding: 0px;
}

.kordel{
	z-index: 3;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	height: 10px;
	background: url('images/kordel.png');
	
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mainnav  {
	width: 900px;
	height: 35px;
	margin: 0px 25px;
	padding: 15px 25px 0px 25px;
	text-align: center;
	background: url('images/menubg.png');
} 

.mainnav ul {
	list-style: none;
	text-align: center;
	margin: auto;
	padding: 0;
} 
.mainnav ul li {
	display: inline;
	margin: auto;
	text-align: center;
} 
.mainnav ul li a {
	width: 112px;
	height:35px;
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: auto;
	font: bold 12px Arial;
	color: #000000;
	text-decoration: none;
	/*background: url('images/separator.png') no-repeat right center;*/
} 

.mainnav ul li a:hover {
	color:#3f68ff;
	/*background: url(images/.navigation-hover.png) repeat-x left top;*/
}

.mainnav ul l a:active {
	color:#3f68ff;
	/*background: url(images/navigation-hover.png) repeat-x left top;*/
}</pre></body></html>