html, body {
	margin: 0 0 0 0px;
	background-image: url(img/background_page.gif);
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Verdana;
	height:100%;
}

a {
	color: #1e7b1e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.menu {
	height: 22px;
	width: 247px;
	background-image: url(img/menu_inactive.jpg);
	background-repeat: no-repeat;
	padding-left: 33px;
	padding-top: 8px;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	color: #fff;
	margin: 0 0 0 0px;
}

.menunumber {
	width: 40px;
	float: left;
	font-weight: bold;
}

.menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display:block;
}

.menuactive {
	background-image: url(img/menu_active.jpg);
}

.submenu {
	height: 22px;
	width: 215px;
	background-image: url(img/submenu_inactive.jpg);
	background-repeat: no-repeat;
	padding-left: 65px;
	padding-top: 8px;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	color: #fff;
	margin: 0 0 0 0px;
}

.submenu a {
	color: #fff;
	text-decoration: none;
	display:block;
}

.submenuactive {
	background-image: url(img/submenu_active.gif);
	color: #8f8;
}

.submenuactive a {
	color: #1e7b1e;
	text-decoration: none;
	font-weight: bold;
}

#smallnavigation {
	font-family: Trebuchet MS, Verdana;
	margin-top: 60px;
}

#smallnavigation table {
	width: 750px;
}
#smallnavigation a {
	text-decoration: none;
	color: #aaa;
	font-size: 12px;
	text-transform: lowercase;
}

#smallnavigation a:hover {
	color: #1e7b1e;
}

#smallnavigation td{
	vertical-align: bottom;
}
#smallnavigation td img{
	vertical-align: bottom;
}
#smallnavigation td a{
	vertical-align: bottom;
}

.em1 {
	font-size: 1em;
}
.em15 {
	font-size: 1.5em;
}
.em2 {
	font-size: 2em;
}

#logo {
	padding-left: 85px;
	height: 200px;
	background-image: url(img/background_logo.gif);
	background-repeat: repeat-y;
}

#navigation {
	vertical-align: top;
	background-image: url(img/background_navi.gif);
	background-repeat: repeat-y;
}

#page {
	height: 100%;
	width: 1080px;
	border-collapse: collapse;
}

.leftcol {
	width: 280px;
	padding: 0 0 0 0px;
}

.rightcol {
	vertical-align: top;
	width: 800px;
	padding: 0 0 0 0px;
	font-size: 13px;
}

#language {
	border: 1px solid #b3bec1;
	font-size: 12px;
	color: #aaa;
}

#language option {
	color: #fff;
	background-color: #1e7b1e;
}
#language option[disabled] {
	color:#CCCCCC;
	font-style:italic;
}

#contentarea {
	background-image: url(img/background_content.gif);
	background-repeat: repeat-x;
	background-color: #dadada;
	width: 800px;
	padding-top: 240px;
	margin: 0px 0 0 0px;
}

#contentarea table{
	border-collapse: collapse;
}

#content {
	vertical-align: top;
	/*width: 600px;*/
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: -100px;
	text-align:justify;
}
#content h1 {
	text-align:left;
}

#images {
	vertical-align: top;
	width: 200px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#flashbanner {
	position: absolute;
	margin-left: 280px;
	margin-top: 100px;
}

.thumbnail {
	width: 155px;
	height: 110px;
	padding-left: 5px;
}

.thumbnailbg {
	background-image: url(img/background_thumb.gif);
	background-repeat: repeat; /*repeat-xy*/
	height: 100px;
	width: 150px;
	padding:5px;
}

#thumbnail2 {
	margin-top: 10px;
}

#thumbnail3 {
	margin-top: 10px;
}

img {
	border: 0px;
	margin: 0 0 0 0px;
}

.invisible {
	display: none;
}

label {
	font-size: 13px;
}

.contacttable {
	border-collapse: collapse;
}

.contacttable td{
	vertical-align: top;
	font-size: 13px;
}

.required {
	border-right: 3px solid red;
}

input, textarea {
	border: 1px solid #b3bec1;
	font-family: Trebuchet MS, Verdana;
	font-size: 13px;
}

h1 {
	color: #1e7b1e;
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 6px;
}
h1 #index {
	font-size:1.3em;
}

h2 {
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 6px;
}

h3 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 6px;
}

.sitemappage {
	color: #1e7b1e;
	margin-top: 5px;
	border: 1px solid #ccc;
	padding:2px 10px;
	width:700px;
}

.sitemappage ul{
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 18px;
}

.searchhighlight {
	color: red;
	font-weight: bold;
}

.searchresult {
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-collapse: collapse;
}

.searchresult td {
	border: 1px solid #ccc;
	padding: 3px;
}

.searchresult td[rowspan="2"] {
	padding-left: 6px;
	padding-right: 6px;
	font-size: 2em;
	color: #1e7b1e;
}

.jobdescription {
	display: none;
	color: black;
}