@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../siteimages/bgmain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
}
h1 {
	font-size:16px;
}
/*
.upperwhitebannerarea {
	background-image: url(../images/upper_white_bannerarea.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}
.middlewhitebannerarea {
	background-image: url(../images/middle_white_bannerarea.png);
	background-repeat: repeat-y;
	background-position: center top;
	
}
.lowerwhitebannerarea {
	background-image: url(../images/lower_white_bannerarea.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}
*/
.ArialBodytxt {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-align: justify;
}
.ArialBodytxtnew {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-align: justify;
}

.ArialBodytxt1 {
	font-family: Arial;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-align: justify;
}
.ArialBodytxt2 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	
}
.ArialBodytxtGrey {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #93979a;
	text-align: justify;
	text-decoration: underline;
}
.ArialBodytxtBlue {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color:#0099FF;
}
.dividerBig {
	background-image: url(../siteimages/divider_big.png);
	background-repeat: no-repeat;
}
/* ==================== LAYOUTS ==================== */
.middle {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.right {
	width:230px;
	float:right;
}
.left {
	width:620px;
	float:left;
}
#header {
	
}
#header #langnav {
	width:auto; vertical-align:top; float:right; padding-top:10px;
}
#header #topnav {
	width:auto; vertical-align:bottom; float:right; clear:right; padding-bottom:20px;
}

#header ul {
	list-style-type:none;
}
#header li {
	margin-right:12px;
}
#header, #header a, #header a:visited, #header a:hover {
	font-family:sans-serif;
	padding:2px 10px 5px 10px;
	color: #CACACA;
	border:0px none;
	font-size:13px;
	font-weight:bold;
}
#header a:hover {
	border-bottom:4px solid #CACACA;
	text-decoration:none;
	color:#FCFCFC;
}
#header #logo {
	width:237px; float:left;
}
#header ol {
	width: 500px;
	list-style-type:none;
	float:right;
}
#header li {
	float:left;
	padding: 0px;
	margin: 0px;
	margin-top: 35px;
}
#header img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#banner, #banner-cont {
	text-align:center;
	clear:both;
}
#banner img {
	border:0px none;	
}
#footer {
	text-align:center;
	clear:both;
	padding-top: 30px;
}
#introduction {
	width: 591px;
	float:left;
	text-align: justify;
}
.divider {
	width: 10px;
	float:left;
	margin-right: 30px;
	margin-left: 51px;
}
#login {
	width: 273px;
	float: right;
}
.form {
	line-height: 24px;
}
.form label {
	line-height:18px;
}
.form input {
	margin:2px 0px 2px 0px;
}
.form input.clearMargin {
	margin:0px;
}
td input {
	margin-left: 3px;
}
form td {
	padding: 3px;
}
.form .field {
	clear:both;
}
.form .txtLabel {
	width:100px;
	float:left;
}
.form .formtxtfield {
	background-image: url(../siteimages/formtxtfield.png);
	background-repeat: no-repeat;
	width:215px;
	float:left;
}
.form .formError {
	color:#FF0000;
	background-color:#FFFFAA;
	border:#FF0000 dashed 1px;
	padding:3px;
}
img.r {
	margin:10px;
	border:0px;
	float:right;
}
img.l {
	margin:10px;
	border:0px;
	float:left;
}
img.c {
	margin:auto;
	padding:10px;
	border:0px;
}
div.tbl label {
	padding:3px;
	margin-bottom:10px;
}
div img, a img {
	border:0px none;
}
