/********************************* GLOBALS ************************************/

*{
    padding: 0;
    margin: 0;
    border: 0;
    font-family: Verdana, sans-serif;
    font-size: 7pt;
}

html
{
	BACKGROUND: url('tlo.jpg') repeat-y center top;
}

body
{
    text-align: center;
	
}

#leftbaner
{
    position: absolute;
    top: 131px;
    left: 51px;
    z-index: 100;
}

/********************************** CONTAINER *********************************/

#container
{
	width: 780px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

/************************************ HEAD ************************************/

#head
{
	height: 173px;
	position: relative;
	font-size: 0px;
}

#flashcontent
{
    position: absolute;
    left: 180px;
    top: 7px;
}

#homelink
{
	position: absolute;
	top: 56px;
	left: 23px;
	width: 24px;
	height: 25px;
}

#slogan
{
  position: absolute;
	top: 106px;
	left: 303px;
	font-size: 7pt;
	color: #0369ab;
}

* html #homelink img
{
	width: 24px;
	height: 25px;
	behavior: url('pngbehavior.htc');
}

#headtop
{
	height: 45px;
	background: url('img/layout/logo_b.jpg') no-repeat 542px bottom;
	position: relative;
}

#langmenu
{
	background: white url('img/layout/langmenu/bg.jpg') no-repeat;
	width: 235px;
	height: 28px;
	position: absolute;
	left: 10px;
	top: 11px;
	padding: 0px 0px 0px 11px;
}

#langmenu li
{
	list-style: none;
	display: inline;
}

#langmenu li a
{
	margin-right: 3px;
	margin-top: 17px;
	display: block;
	float: left;
}


/******************************** CONTENT *************************************/

#content
{
    background: transparent url('img/layout/lpanel/tlo2.jpg') repeat-y;
    border-left: 2px solid #19588B;
}

* html #content
{
    background: transparent url('img/layout/lpanel/tlo2.jpg') repeat-y 2px 0px;
    border-left: 2px solid #19588B;
}

*:first-child+html #content 
{
    background: transparent url('img/layout/lpanel/tlo2.jpg') repeat-y 2px 0px;
    border-left: 2px solid #19588B;
}
/******************************** LCONTENT ************************************/

#lcontent
{
	width: 154px;
	float: left;
}

* html #lcontent
{
    margin-right: -3px;
    display: inline;
}

#topdiv
{
	background: white url('img/layout/lpanel/tlo1.jpg') no-repeat 0px 2px;;
	height: 198px;
}

#lmenu
{
	list-style-type: none;
}

#lmenu li
{
	width: 154px;
}

#lmenu a:visited, #lmenu a:link
{
	line-height: 20px;
	border: 1px solid white;
	margin: 0px 0px 4px 14px;
	padding: 0px 0px 0px 10px;
	width: 115px;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background: transparent url('img/layout/lpanel/menu_bg1.jpg') repeat-y;
}

#lmenu a:hover
{
	background: transparent url('img/layout/lpanel/menu_bg2.jpg') repeat-y;
}

/******************************** RCONTENT ************************************/

#rcontent
{
	border-right: 2px solid #19588B;
	width: 622px;
	position: relative;
	margin-left: 154px;
}

* html #rcontent
{
    margin-left: 0px;
}

/******************************* swfdiv *****************************/

#swfdiv
{
    min-height: 417px;
    font-size: 0px;
    line-height: 0px;
}

* html #swfdiv
{
    height: 417px;
}

/*********************************** FOOT *************************************/

#foot
{
	background: white url('img/layout/foot/tlo.jpg') no-repeat;
	height: 55px;
	clear: both;
}

