body {
	background-color: #01cc34;
	color: black;
	background-image: url(images/body_bck.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
}
body, td, th, textarea, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-color: white;
	height: 200px;
	position: absolute;
	top: 20px;
	width: 800px;
}
#menu {
	height: 24px;
	padding-top: 6px;
	position: absolute;
	top: 220px;
	width: 800px;
}
#menu a:link, #menu a:visited, #menu a:active {
	color: white;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	padding-right: 15px;
}
#menu a:hover {
	color: #D5FF97;
	font-weight: bold;
}
a.linkmenu_selected:link, a.linkmenu_selected:visited, a.linkmenu_selected:active {
	color: #D5FF97 !important;
}

#body {
	margin-top: 250px;
	/*background-color: white;*/
}
.content {
	height: 340px;
	border: 15px solid white;
	background-color: #cccccc;
	padding: 20px;
	line-height: 170%;
}
.content2 {
	height: 340px;
	border: 15px solid white;
	background-color: #cccccc;
	color: #006696;
	padding: 20px 7px 20px 7px;
	line-height: 170%;
}
.content3 {
	padding-right: 0;
}
.content4 {
	padding-left: 20px;
}
.downloads {
	background-color: #399b46;
	background-image: url(images/downloads_bck.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 15px;
	color: White;
}
.downloads a:link, .downloads a:visited, .downloads a:active {
	color: White;
	font-weight: bold;
}
.downloads a:hover {
	color: #D5FF97;
}

.gallery td {
	padding-bottom: 20px;
}

#footer {
	color: white;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer_links {
	float: left;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: #D5FF97;
}


p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
form {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}



.popmenu {
	display: none;
	position: absolute;
	background-color: #4db168;
	color: white;
	border: 3px solid white;
	border-top: 1px solid white;
	z-index: 1;
	background-image: url(images/submenu_bck.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.popmenu a:link, .popmenu a:visited, .popmenu a:active {
	display: block;
	width: 120px;
	color: white;
	padding: 3px 9px 2px 9px;
	text-decoration: none;
}
.popmenu a:hover {
	background-color: #01CC34 !important;
	color: white !important;
}

a.linksubmenu_selected:link, a.linksubmenu_selected:visited, a.linksubmenu_selected:active {
	font-weight: bold !important;
	color: #D5FF97 !important;
}

ul, ol {
	margin: 0;
	padding: 0;
	padding-left: 40px;
	padding-bottom: 10px;
}
li {
	padding-bottom: 5px;
}

ul.sitemap {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-bottom: 5px;
}
li.sm {
	padding-bottom: 5px;
}

a:link, a:visited, a:active {
	color: #003FBD;
	text-decoration: underline;
}
a:hover {
	color: #0050EE;
	text-decoration: none;
}
