html, body {
padding: 0;
margin: 0;
border: none;
}

HTML 
{
	background-color: #eaebec;
}


BODY 
{
	padding:0;
	margin:0;
  	min-height:100%;
  	position:relative;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}


body, td
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: 000000;
}

a:link, a:visited
{
	color: #304699;
	text-decoration: underline;
}

a:hover
{
	color: #304699;
	text-decoration: none;
}

H1, H2
{
	
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

H1
{
	font-size: 24pt;
	margin-bottom: 15px;
	font-style: italic;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	position: relative;
	left: -50px;
}

H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	margin-bottom: 15px;
}

#wrapper
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header
{
	height: 200px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: hidden;
	padding-left: 260px;
}

#innerheader
{
	height: 150px;
	overflow: hidden;
}

#lang
{
	background-image: url(img/bg_lang.gif);
	background-repeat: repeat-x;
	background-color: #d1d5da;
	float: right;
	margin-top: 16px;
	padding-left: 7px;
	padding-right: 7px;
	margin-left: 40px;
}

#lang img
{
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 14px;
	margin-bottom: 12px;
}

#topmenu
{
	float: right;
}

#topmenu ul
{
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
}

#topmenu ul li
{
	display: inline;
	padding-left: 10px;
	padding-right: 12px;
	background-image: url(img/bluedot.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#topmenu ul li img
{
	vertical-align: top;
}

#topmenu ul #first
{
	padding-left: 0px;
	background-image: none;
}

#search
{
	clear: both;
	float: right;
	margin-top: 49px;
}

#search .fld
{
	background-color: #182366;
	background-image: url(img/bg_input.gif);
	background-repeat: repeat-x;
	font-size: 9pt;
	border: none;
	color: White;
	width: 120px;
}

#menu
{
	background-color: #0a145d;
	background-image: url(img/bg_menu.gif);
}

#menu ul
{
	padding: 0px;
	margin: 0px;
	padding-top: 16px;
	padding-bottom: 11px;
}

#menu ul li
{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(img/menu_line.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: transparent;
	padding-top: 16px;
	padding-bottom: 11px;
}

#menu ul li img
{
	vertical-align: top;
}

#menu ul #mfirst
{
	background-image: none;
}

#content
{
	border-top: 2px solid Black;
	padding-left: 140px;
	padding-right: 80px;
	padding-top: 40px;
	padding-bottom: 60px;
}

#menu ul .menubg
{
	background-color: #0a145d;
}

#footer
{
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	border-top: 2px solid Black;
	padding-top: 40px;
	margin-left: 80px;
	margin-right: 80px;
	font-size: 11pt;
	font-style: italic;
	color: #414447;
	padding-left: 35px;
	padding-right: 35px;
}

#copyright
{
	float: left;
}

#design
{
	float: right;
}





form
{
	BORDER-RIGHT: 0px;
	BORDER-LEFT: 0px;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	MARGIN: 0px;
}



input.fld, textarea
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #182366;
	font-size: 9pt;
	border: 1px solid #333333;
	color: White;
}

textarea
{
	overflow: auto;
	margin-bottom: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;


}

input.btn
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #182366;
	border-top: 2px solid #3f4ca1;
	border-left: 2px solid #3f4ca1;
	border-bottom: 2px solid #09103e;
	border-right: 2px solid #09103e;
	font-weight: bold;
	color: #fff;
	font-size: 10pt;
	text-align: center;
	background-image: url(img/bg_input.gif);
	background-repeat: repeat-x;
}



A.textlink {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10pt;
	COLOR: #ffffff;
	text-decoration: none;
}
A.textlink:visited {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #ffffff; TEXT-DECORATION: none
}
A.textlink:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #ffffff; TEXT-DECORATION: underline
}

