body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: verdana, "DejaVu Sans", tahoma, sans-serif;
	font-size: 12px;
	background-color: #e7e8ec;
	background-image: url(../images/bgBodyChess.jpg);
	background-repeat: repeat-x;
}


/*//////////////////////////////////// generic text styling ////////////////////////////////////*/

h1 {
	color: #1A181D;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	color: #222328;
	margin-bottom: 7px;
	text-align: left;
	font-family: verdana, "DejaVu Sans", tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 90%;
}

.big {	font: 25px Arial, Helvetica, sans-serif;	color: #85B000;}
.normal{	font: 12px/16px Arial, Helvetica, sans-serif;	color: #333;}
.small {	font: 10px/normal "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;	color: #555;}


/*//////////////////////////////////// generic link styling ////////////////////////////////////*/

a:link {	color: #C00;	text-decoration: none;}
a:hover {color: #99CC00;	text-decoration: none;}
a:visited {color: #c00;	text-decoration: none;}
a:active {color:#003366;	text-decoration: underline;}



/*//////////////////////////////////// generic browser style reset ////////////////////////////////////*/

html, body {padding: 0; margin: 0;}
ul, li {padding: 0; margin: 0;}
ul, ol, dir, menu { list-style: none; }
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0 0 10px;
}
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border: none; }



/*//////////////////////////////////// main box elements (content wrappers) ////////////////////////////////////*/

#wrapper {
	width: 849px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding-bottom: 0px;
	z-index: 2;
}

#topbox {
	height: 25px;
	width: 849px;
	position: relative;
	background-color: #000;
	background-image: url(../images/bgTopMenu.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
}

#body {
width:849px;
background-color: #fff;
background-image: url(../images/bgBody.png);
background-repeat: repeat-y;
position: relative;
}

#leftColumn {
	float: left;
	width: 222px;
	padding-left: 6px;
	position: relative;
	padding-bottom: 25px;
}

#leftColumn h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

		
		
/*////////////////////// elements inside box elements /////////////////////////////*/
		
/*==== topbox ======*/
		
#topNav {
	height: 25px;
	position: absolute;
	right: -1px;
	width: 575px;
	letter-spacing: -1px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

.toplogo {
	height: 12px;
	width: 187px;
	position: absolute;
	top: 33px;
	left: 55px;
}
#topLogin {
	height: 25px;
	float: left;
	margin-left: 4px;
}

#topLogin form {
	margin: 0px;
	padding: 0px;
}
#topLogin  .txtField {
	font-family: verdana, "DejaVu Sans", tahoma, sans-serif;
	font-size: 10px;
	color: #000033;
	height: 19px;
	margin-top: 1px;
	line-height: 15px;
	padding-left: 3px;
	border: 1px solid #006699;
}

#topLogin .submit {
	height: 21px;
	width: 21px;
	padding-top: 0px;
}

.topflags {
	height: 12px;
	width: 75px;
	position: absolute;
	top: 154px;
	left: 468px;
	font: 12px/25px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #f60;
}


#topMenu {
	float:right;
	list-style:none;
	text-align:center;
	color:#222933;
}

#topMenu ul {
	margin: 0px;
	padding: 0px;
}

#topMenu li {
	display:inline;
	margin: 0px;
	padding: 0px;
}

#topMenu a {
	float:left;
	width:80px;
	padding-top:2px;
	margin-right:1px;
	text-decoration:none;
	color:#fff;
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 23px;
	line-height: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF3300;
}

#topMenu .current a {
	color:#fff;
}

#topMenu a:active,
#topMenu a:focus,
#topMenu a:hover {
	color:#660000;
	background-color:#FF6600;
	background-position:0;
	background-image: url(../images/bgTopNavOver.jpg);
	background-repeat: repeat-x;
}

/* == end topmenu ==*/




.logo {
	height: 205px;
	width: 222px;
	background-color: #E9EAEB;
	margin-bottom: 5px;
	margin-left: -6px;
}
.flashcontent {
	height: 285px;
	width: 550px;
	float: left;
	margin-bottom: 15px;
}


.bannerEuropean  {
	z-index: 1;
	overflow: visible;
	height: 115px;
	width: 202px;
	margin-top: -225px;
	margin-left: -25px;
	left: -25px;
}

#languageBar {
	height: 35px;
	width: 223px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
}
.login {
	height: 25px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #FF6600;
}
.login a {
	color: #fff;
	text-decoration: none;
	padding-left: 70px;
	display: block;
	background: url(../images/icon,arrow,white.png) no-repeat 50px 2px;
	width: 220px;
	height: 25px;
}
.login a:hover {background: #FF9900 url(../images/icon,arrow,white.png) no-repeat 50px 2px;}
/*.login a:visited {	background: #FF9900 url(../images/icon,arrow,white.png) no-repeat 50px 2px;}*/

.leftsubcontent {
	margin-top: 15px;
	height: auto;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	margin: 15px 15px 25px;
}

.leftColumnEntry {
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777;
}

.rightcontent {
	float: right;
	width: 550px;
	position: relative;
	padding: 35px;
}

.iBox1 {
	width: 170px;
	height: 170px;
	background-color: #F1F8F8;
}
.iBox2 {
	width: 300px;
	height: 170px;
	background-color: #F1F8F8;
}

.iBox3 {
	width: 200px;
	height: 200px;
	padding: 0px;
	margin-bottom: 15px;
	border: 1px dotted #ccc;
}
.indexBox {	padding: 15px;
	margin-bottom: 15px;
	border: 1px dotted #ccc;
}



#footer {
	width: 849px;
	background-repeat: no-repeat;
	background-color: #2E3444;
}
.footertop {
	height: 25px;
	width: 799px;
	padding-left: 50px;
	font: 12px/25px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	float: left;
	background-color: #000000;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4D556F;
}
.footermiddle {
	height: 150px;
	width: 849px;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-color: #2E3444;
	background-image: url(../images/bgFooter.jpg);
}
#footerbottom {
	height: 30px;
	width: 849px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #242834;
	text-align: right;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
	}
	


/*//////////////////////// misc ///////////////////*/

.floatLeft {float:left}
.floatRight {float:right}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

/*////////////////////// print /////////////////////*/

@media print {
.printhide  { display:none; }
.printhelp { width:600px; }
}
