* {
	padding: 0px;
	margin: 0px;
	border: 0px solid #FFFFFF;
}

html {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('../gfx/background_gradient.jpg') top center;
	font-size: 11px;
	color: #0A628F;
	font-family: Arial;
	text-align: center;
}

td {
	font-size: 11px;
	color: #0A628F;
	font-family: Arial;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0A628F;
}

a:hover, a:active {
	text-decoration: none;
	color: #0A628F;
}

span.bold {
	font-weight: bold;
}

span.under {
	text-decoration: underline;
}

h1 {
	display: block;
	padding-bottom: 7px;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #F47A20;
}

h2 {
	display: block;
	padding-right: 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #1996D4;
	text-align: right;
}

.clear {
	width: 100%;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	clear: both;
}

/* ------------------------------------- */

div#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('../gfx/background.jpg') top center repeat-x;
	text-align: center;
}

/* ------------------------------------- */

div.lang {
	width: 935px;
	height: 50px;
	margin: 0 auto;
	text-align: right;
}

div.lang a {
	display: inline-block;
	margin-left: 19px;
	padding-top: 19px;
}

/* ------------------------------------- */

div.splash {
	width: 946px;
	height: 482px;
	margin: 0 auto;
	background: url('../gfx/splash.jpg') top center;
}

div.splash div.menu {
	width: 928px;
	margin: 0 auto;
	padding-top: 9px;
	text-align: right;
}

div.splash div.menu a {
	display: inline-block;
	margin-right: 13px;
}

/* ------------------------------------- */

a.logo:link, a.logo:visited, a.logo:hover, a.logo:active {
	width: 164px;
	height: 112px;
	display: block;
	position: absolute;
	top: 0px;
	margin-left: -32px;
	background: url('../gfx/logo.jpg');
	text-align: left;
	font-size: 0px;
	color: #FEEC00;
}

/* ------------------------------------- */

div#container {
	width: 935px;
	margin: 0 auto;
	padding-bottom: 8px;
	background: url('../gfx/container_top.gif') no-repeat #FFFFFF;
	text-align: left;
}

div.container {
	height: 30px;
	width: 935px;
	background: url('../gfx/container_bottom.gif') no-repeat;
	margin: 0 auto;
}

div#container div.menu {
	text-align: right;
	margin-bottom: 20px;
}

div#container span.menu_left {
	height: 36px;
	display: inline-block;
	margin-top: 13px;
	margin-right: 7px;
	background: url('../gfx/menu_left.gif') no-repeat top left #196FA1;
	text-align: left;
}

div#container span.menu_right {
	height: 36px;
	display: inline-block;
	background: url('../gfx/menu_right.gif') no-repeat top right;
}

div#container div.menu ul {
	display: block;
	margin-right: 17px;
	margin-left: 0px !important;
	margin-left: -17px;
	padding-top: 10px;
	list-style: none;
}

div#container div.menu ul li {
	display: block;
	float: left;
	margin-left: 17px;
	list-style: none;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}

div#container div.menu ul li a:link, div#container div.menu ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

div#container div.menu ul li a:hover, div#container div.menu ul li a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

div.content {
	width: 915px;
	margin-left: 5px;
	margin-right: 15px;
	line-height: 19px;
}

div.content div.left, div.content div.right {
	display: inline;
	float: left;
}

div.content div.column1 { width: 411px; }
div.content div.column2 { width: 504px; }
div.content div.column3 { width: 455px; }
div.content div.column4 { width: 460px; }
div.content div.column5 { padding-left: 290px; }
div.content div.column6 { padding-top: 50px; padding-bottom: 30px; padding-left: 130px; color: #06527B; }
div.content td { padding-right: 15px; }

div.input {
	width: 221px;
	height: 22px;
	background: url('../gfx/input_text.jpg') no-repeat top right;
}

div.textarea {
	width: 218px;
	height: 137px;
	background: url('../gfx/input_area.jpg') no-repeat top right;
}

input.text {
	width: 211px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	background-color: transparent;
}
textarea.area {
	width: 208px;
	height: 131px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: transparent;
}
input.send {
	float: right;
	width: 110px;
	height: 28px;
	margin-right: 3px;
	background: url('../gfx/input_send.jpg') no-repeat top right;
	cursor: pointer;
}
input.login {
	float: right;
	width: 110px;
	height: 28px;
	background: url('../gfx/input_login.jpg') no-repeat top right;
	cursor: pointer;
}