html {
	font-family: Verdana,Arial,Geneva,Helvetica;;
	font-size: 12px;
	height: 100%;
}

body {
	background: #fff url(../img/bg_main.jpg) repeat-x;
	overflow: auto;
}

#container {
	position: absolute;
	width: 1000px;
	height: auto;
	top: 20px;
	left: 50%;
	margin-left: -500px;
	background: #fff;
	overflow: hidden;
}

#content {
	position: relative;
	right: 0px;
	top: 0px;
	width: 760px;
	height: auto;
	padding: 155px 10px 10px 14px;
	margin: 4px 4px 4px -4px;
	background: url(../img/top.jpg) no-repeat top left;
	overflow: auto;
	line-height: 1.5;
}

#logo {
	background: #00923F url(../img/logo_main.jpg);
	position: relative;
	left: 0px;
	top: 0px;
	width: 192px;
	height: 192px;
	padding: 10px 10px 10px 10px;
	margin: 4px 4px 4px 4px;
}

#left {
	position: relative;
	left: 0px;
	top: 0px;
	width: 186px;
	height: auto;
	padding: 10px 10px 10px 10px;
	margin: 4px 4px 4px 4px;
	border: #00923F solid 3px;
	background: #fffccc;
}

#news {
	position: relative;
	left: 50%;
	top: 0px;
	width: 500px;
	height: auto;
	padding: 0px 10px 3px 10px;
	margin: 0px 0px 0px -260px;
	background: #fffccc;
	border: #00923F dashed 1px;
}

#footer {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 982px;
	padding: 5px 5px 5px 5px;
	margin: 0px 4px 4px 4px;
	text-align: center;
	background: #00923F;
	color: #fff;
	font-size: 11px;
}

#footer a {
	text-decoration: underline;
	color: #fff;
}

#footer a:hover {
	display: marker;
	text-decoration: none;
	background: #fff;
	color: #00923F;
}

input.submit {
	display: block;
	padding: 3px 3px 3px 3px;
	border: solid 1px #999;
	background: transparent;
	font-weight: bold;
}

input.submit:hover {
	cursor: pointer;
	background: #00923F;
	color: #fff;
}

h1 {
	color: #00923F;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 5px 0px;
	width: 100%;
	border-bottom: #999 1px solid;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0px 6px 0px;
}

h3 {
	font-size: 10px;
	font-weight: bold;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #00923F;
}

a.menu {
	color: #000;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 181px;
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px;
}

a.menu:hover {
	text-decoration: none;
	background: #00923F;
	color: #fff;
	border-bottom: solid 1px #000;
}

a.menu_external {
	color: #000;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 181px;
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px;
}

a.menu_external:hover {
	text-decoration: none;
	background: #005CA1;
	color: #fff;
	border-bottom: solid 1px #000;
}

ul {
	margin: 0;
	padding-left: 15px;
}

img.thumbnail {
	border: 2px #ccc solid;
}

img.thumbnail:hover {
	border: 2px #00923F solid;
}

/*Code for JavaScript-Menu*/

#dropmenudiv{
position:absolute;
background-color: #fffccc;
border:1px solid #000;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #00923F;
color: #fff;
}