body,td,th {
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #000;
	padding: 0;
}

body {
	background-color: #fff;
	margin: 0;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #003e24;
	text-decoration: underline;
}
a:hover {
	color: #104e34;
}

img {
	border: solid 2px #013420;
}


h1 {
 padding-top: 5px;
 padding-bottom: 5px;
 margin: 0px 0px 10px 0px;
 font-size: 1.7em;
 color:#003e24;
 font-weight: bold;
 border-bottom: double 3px #003e24;
}

h2 {
 padding-top: 5px;
 padding-bottom: 10px;
 margin: 0;
 font-size: 1.4em;
 color:#003e24;
 font-weight: bold;
}

h3 {
 padding-top: 5px;
 padding-bottom: 7px;
 margin: 0;
 color:#003e24;
 font-size: 1.2em;
 font-weight: bold;
}

h4 {
	margin: 0.8em 0em 0.5em 0em;
	font-size: 1em;
	font-weight: bold;
	color: #003e24;
}

form {
	margin: 0;
}

hr
{
	height: 1px;
	background: #003e24;
	border: 0;
}

p
{
 padding: 0;
 margin-bottom: 10px;
 margin-top: 0px;
}

div#wrapper
{
	width: 953px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/content_back.jpg');
	background-repeat: repeat-y;
}

div#flashcontent
{
	position: relative;
	top: 27px;
}


table#main
{
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	margin: 0;
	width: 100%;
}

td#logo
{
	height: 168px;
	padding: 0;
	border: 0;
	vertical-align: top;
	background-image: url('images/logo_banner_back.jpg');
	background-repeat: no-repeat;
}


td#main_content
{
	background-image: url('images/content_bottom_back.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0;
	border: 0;	
	vertical-align: top;

}

td#right_content
{
	background-image: url('images/ewbf_11.jpg');
	background-repeat: repeat-y;
	padding: 0;
	border: 0;
	width: 225px;
	vertical-align: top;
}

td#footer
{

	padding: 0;
	border: 0;
	background: #fff;
}

div#banner_wrapper
{
	position: relative;
	height: 168px; /*for ie6*/

}

div#menubar
{
	position: absolute;
	top: 143px;
	left: 84px;
	text-align: left;
	width: 785px;
	height: 25px;
}

div#main_content_div
{
	background-image: url('images/content_top_back.jpg');
	background-repeat: no-repeat;
	padding: 20px 115px 60px 115px;
	color: #000;
	text-align: left;
	min-height: 380px;
}

div#right_content_div
{
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 25px;
	color: #fff;
	text-align: left;
}

div#footer_div
{
	padding: 0px;
	font-size: 0.8em;
	color: #013420;
	text-align: right;
	margin: 0px 78px 10px 0px;
}

.menu
{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0;
}

.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	white-space: nowrap;

}

.menu li
{
	margin: 0;
	padding: 0;
	float: left;
	border: 0;
	position: relative;
}


.menu a
{
	display: block;
	margin: 0;
	padding: 5px 0px 0px 0px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	border: 0;
	width: 157px;
	text-align: center;
	font-family: helvetica,arial;
	background-image: url('images/blank.gif');
}

.menu a:link, .menu a:visited, .menu a:active
{
	color: #f8c032;
	background-image: url('images/blank.gif');
	text-decoration: none;
}

.menu a:hover
{
	color: #f8c032;
	background-image: url('images/white_5.png');
	text-decoration: none;
}

.menu-current a:link, .menu-current a:visited, .menu-current a:active, .menu-current a:hover {
	color: #f8c032;
	font-weight: bold;
	background-image: url('images/white_10.png');
}

.menu-parent a:link, .menu-parent a:visited, .menu-parent a:active, .menu-parent a:hover {
	color: #f8c032;
	font-weight: bold;
	background-image: url('images/white_10.png');
}

.menu-expand a
{
	cursor: default;
}

.menu li ul
{
	position: absolute;
	margin: 0px 0px 0px 1px;
	background: #000f00;
	padding: 0px 0px 5px 0px;
	display: block;
	opacity: 0.9;
	filter: alpha(opacity=90);
	border: 0;
	left: -10000px;
	z-index: 10000;

}

.menu li ul li
{
	float: none;
	z-index: 10000;
}

.menu li:hover ul, .menu li.iehover ul
{
	left: auto;
	z-index: 10000;
}


.menu ul ul a
{
	display: block;
	margin: 0px 5px 0px 5px;
	padding: 6px 0px 5px 0px;
	/*min-height: 21px;*/
	height: auto;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	border-bottom: solid 1px #f8c032;
	width: 146px;
	font-family: helvetica,arial;
	background-image: none;
	white-space: normal;
	z-index: 10000;
}

.menu ul ul a:link, .menu ul ul a:visited, .menu ul ul a:active
{
	color: #f8c032;
	background-image: none;
	font-weight: normal;
	z-index: 10000;
}

.menu ul ul a:hover
{
	color: #f8c032;
	background-image: url('images/white_5.png');
	font-weight: normal;
	z-index: 10000;
}

.menu ul ul .menu-current a:link, .menu ul ul .menu-current a:visited, .menu ul ul .menu-current a:active, .menu ul ul .menu-current a:hover {
	color: #f8c032;
	background-image: url('images/white_10.png');
	font-weight: normal;
	z-index: 10000;
}

.login_table {
	margin: 0;
	text-align: left;
	padding: 0;
}

.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}


div#search_box
{
	position: absolute;
	color: #000;
	top: 20px;
	left: 575px;
	text-align: right;
	width: 300px;

}

div#lang_selector
{
	position: absolute;
	top: 65px;
	left: 560px;
	text-align: right;
	width: 300px;
}

input.search_button
{
	font-size: 0.8em;
	margin-top: 5px;
	cursor: pointer;
}

input.field
{
	font-size: 0.9em;
}


img.flag
{
	border: solid 1px black;
	margin-left: 4px;
}
