.footerlinks A { text-decoration:none; font-size: 10px; font-weight:bold; }
.footerlinks A:hover {text-decoration:none; font-size: 10px; font-weight:bold; }

* {
	margin: 0;
	padding: 0;
}

body {
	color: #166940;
	font: 11px Verdana;
}

img {
	border: 0;
}

a {
	color: #166940;
}

h2 {
	font-size: 15px;
	color: #FF9900;

	margin-bottom: 5px;
}

h3 {
	text-align: center;
	font-size: 14px;
	padding-top: 4px;
}

#wrap {
	position: relative;
	width: 994px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 145px;

	position: relative;
}

#logo {
	position: absolute;
	top: 10px;
	left: 38px;
}

#languages {
	position: absolute;
	top: 120px;
	left: 67px;
	font-size: 13px;
}

#languages a {
	text-decoration: none;
	color: #999999;
}

#languages a:hover {
	color: black;
}

#languages img {
	vertical-align: middle;
}

#menu {
	position: absolute;
	top: 43px;
	left: 240px;

	width: 760px;
	height: 44px;
}

#menu a {
	float: left;

	width: 117px;
	height: 36px;

	padding-top: 8px;

	margin-right: 9px;

	text-decoration: none;

	text-align: center;

	background: url('/images/menu_bg.png') no-repeat;
}

#menu a.level1, #menu a.level1_selected {
	text-decoration: none;
}

#menu a.level1_selected, #menu a.level1:hover {
	color: #FF9900;
}

h1 {
	position: absolute;

	top: 105px;
	right: 0;

	width: 760px;

	text-align: center;
	
	color: #FF9900;					

	font-size: 24px;
}

.home h1 {
	color: #8BCD9E;
}


#page {

}

#content {
	float: right;

	width: 754px;
	height: 520px;

	padding: 12px 0;

	margin-left: 6px;

	background: url('/images/content_bg.png') no-repeat;
}

.home #content {
	background: url('/images/home_bg.png') no-repeat;
	height: 306px;
	padding: 238px 0 0 0px;
}

#content #inner-content {
	width: 730px;
	height: 520px;

	padding: 0 10px;

	overflow: auto;
}

#content ul {
	padding-left: 17px;
}

#content a {
	font-weight: bold;
}

.intro_head {
	text-align: center;
	color: #F68A17;
	font-size: 30px;
	font-weight: bold;
}

.intro_sub {
	text-align: center;
	color: #F68A17;
	font-size: 13px;
	font-weight: bold;

	margin-bottom: 5px;
}

#news {
	float: right;

	background-color: yellow;

	width: 234px;
	height:	544px;

	background: url('/images/news_bg.png') no-repeat;
}

#news-top {
	height: 18px;
	text-align: center;
	padding-top: 4px;
}

#news-content {
	height: 486px;
	width: 234px;

	overflow: hidden;
	position: relative;

	color: #026537;
}

.news-item {
	padding: 10px 0;
	margin: 0 5px;
	border-top: 2px solid #8BCD9E;

	font-size: 11px;
}

.news-item span.date {
	font-weight: bold;
	color: #40AE49;

	font-size: 10px;
}

.news-item span.title {
	font-weight: bold;
}

.news-item img {
	display: block;
	margin: 2px 0;
	text-align: center;
}

.news-item p {
	padding: 0 5px;
}

.news-item a {
	text-decoration: none;
}

.news-item a:hover {
	text-decoration: underline;
}

#news-bottom {
	height: 20px;
	text-align: center;
	padding-top: 6px;
	margin: 10px 5px 0 5px;

	border-top: 2px solid #8BCD9E;
}

#footer {
	clear: both;
	font-size: 12px;

	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
}

a#contactlink {
	float: left;
	text-align: center;
	text-decoration: none;

	background: url('/images/contact.png') no-repeat;
	height: 20px;
	width: 234px;

	padding-top: 7px;
	font-weight: bold;
}

a#contactlink.selected, a#contactlink:hover {
	color: #FF9900;
}

#footer .address {
	margin-top: 7px;
}

table {
	border-collapse: collapse;
}

td {
	border: 1px solid white;
	padding: 5px 10px;
}

.home #content table {
	width: auto;
}

.home #content td {
	border: none;
	border-left: 4px solid transparent;
	_border-left: 4px solid #C5E4CF; /* IE6 */
	padding: 0 5px;
	width: 236px;
}

div.homecol {
	position: relative;

	height: 275px;
}

.infoform td {
	border: 0;
}

.infoform table.types {
	text-align: center;
}

.infoform table.types label {
	font-weight: bold;

	display: block;
	padding-top: 3px;
	line-height: 16px;
	min-height: 36px;
}

.infoform td.right {
	text-align: right;
}

.error, td.error {
	color: red;
}

a.button {
	background: url('/images/orange_button.png') no-repeat;
	width: 80px;
	height: 38px;
	display: block;

	position: absolute;
	bottom: -5px;

	right: 5px;

	text-decoration: none;
	text-align: center;

	padding-top: 10px;
	color: white;
	font-size: bold;
}

input[type="submit"] {
	padding: 2px 5px;
}

#SlideshowImage {
	width: 224px;
	height: 100px;
}

