* { margin: 0; padding: 0; }
:focus {
	-moz-outline-style: none;
}
body, html {
	font-family: Arial, Helv, Helvetica;
	font-size: 12px;
	background-color: #b4dd13;
	color: #223D00;
	margin: 0 auto;
	padding: 0 auto;
	position: relative;
	background-image: url(graphics/bg.jpg);
	text-align: center;
}
a {
	font-family: Arial, Helv, Helvetica;
	font-size: 12px;
  text-decoration: none;
}
p {
	padding-top: 12px;
}
#container {
	position: relative;
	display: block;
	width: 1024px;
	height: 770px;
	margin: 0 auto;
	padding: 0 auto;
	background-image: url(graphics/bg_table.jpg);
}
#logo {
	width: 376px;
	height: 293px;
	top: 0px;
	left: 0px;
	position: absolute;
	display: block;
	z-index: 10;
}
#hp-img {
	width: 500px;
	height: 384px;
	position: absolute;
	top: 170px;
	left: 0px;
}
#hp-news {
	width: 220px;
	height: 344px;
	position: absolute;
	top: 210px;
	left: 505px;
	overflow: hidden;
}
#hp-text {
	width: 295px;
	height: 384px;
	background-color: white;
	position: absolute;
	top: 170px;
	right: 0px;
	text-align: left;
	overflow: auto;
}
#scroll_title {
	font-size: 15px;
	font-weight: bold;
	color: #223d00;
}
#scroll_text {
	font-size: 12px;
	margin: 2px 0 15px 5px;
}
#general-img {
	width: 295px;
	height: 384px;
	position: absolute;
	top: 170px;
	left: 0px;
}
#general-text {
	width: 720px;
	height: 384px;
	background-color: white;
	position: absolute;
	top: 170px;
	right: 0px;
	text-align: left;
	overflow: auto;
}
#text {
	margin: 5px 15px 10px 15px;
}
#footer-logos {
	width: 100%;
	height: 64px;
	position: absolute;
	top: 670px;
	left: 0px;
	text-align: left;
}
#footer-copyright {
	width: 100%;
	height: 64px;
	position: absolute;
	top: 740px;
	left: 20px;
	text-align: left;
	color: #175929;
	font-size: 8pt;
}
#footer-copyright a {
	color: #175929;
	font-size: 8pt;
}
#footer-copyright a:hover {
	color: #2ca94f;
}


input, textarea {
	font-family: Arial, Helv, Helvetica;
	font-size: 12px;
  border: 1px solid;
  border-color: #94B18C;
  width: 220px;
}

.pic {
	border: #b0cf25 1px solid;
}
.gallery {
	font-size: 8pt;
	font-family: Arial, Helv, Helvetica;
	text-align: center;
}
#header {
	color: #B3DC10;
	font-size: 11pt;
	margin: 0;
}
h1 {
	font-family: Georgia, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #0088BA;
	padding: 5px 0 0 0;
}
h2 {
	color: #0088BA;
	font-size: 12px;
}
#line {
	background-image: url(graphics/line.gif);
	background-position: center;
	background-repeat: repeat-x;
	width: 100%;
	height: 3px;
	margin: 5px 0;
}

#menu {
	position: absolute;
	top: 555px;
	left: 0px;
	width: 100%;
	text-align: left;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#homepage-img {
	width: 500px;
	height: 384px;
	display: block;
	margin: 0;
	padding: 0;
}
#logo_bottom {
	position: absolute;
	width: 376px;
	height: 120px;
}

#pic_list {
	float: left;
	list-style: none;
	padding: 0;
	margin: 2px 10px 0px 2px;
}
#pic_list li {
	padding: 0;
	margin: 0;
}
#latestaction {
	width: 220px;
	height: 30px;
	background-image: url(graphics/latestaction.png);
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 1px dotted #3c6a00;
	border-bottom: 1px dotted #3c6a00;
	position: absolute;
	top: 173px;
	left: 506px;
}
#news-date {
	font-size: 7pt; 
}
.box {
	float: right;
	position:relative;
	width:200px;
	background-color: #bbe021;
	margin-left: 15px;
	margin-bottom: 10px;
}
.crnr {
	position:absolute;
	background:url("graphics/news_box.gif") no-repeat;
	width:20px;
	height:20px;
}
.tl {
	left:0;
	top:0;
	background-position: 0 0 ;
}

.tr {
	right:0;
	top:0;
	background-position: -20px 0 ;
}
.bl {
	left:0;
	bottom:0;
	background-position: 0 -20px ;
}
.br {
	right:0;
	bottom:0;
	background-position: -20px -20px ;
}
.box h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	letter-spacing: 1px;
	text-align: center;
	color: #223d00;
	margin: 5px 10px;
	border-bottom: 1px dotted black;
}

.box #scroll_title {
	margin: 0 14px;
	font-size: 12px;
	font-weight: bold;
	color: #223d00;
}
.box #scroll_text {
	font-size: 10px;
	margin: 0 20px 5px 20px;
}

