/* tagy */
p, th, td, div, span, input, textarea, select, h1 {
	font-size: 9pt;
	font-family: Arial, Arial CE, Helvetica, Verdana;
	color: #FFF;
}
hr{
	height: 2px;
	color: #286796;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #F1DE08;
}
h2{
	font-size: 12pt;
	font-weight: bold;
	color: #F1DE08;
}
h3{
	font-size: 10pt;
	font-weight: bold;
	color: #F1DE08;
}
h4{
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #F1DE08;
}
h5{
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #F1DE08;
}
h6{
	font-size: 10pt;
	font-weight: normal;
	color: #F1DE08;
}
form {
	padding: 0px;
	margin: 0px;
}
a:link, a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFCC00;
	text-decoration: underline;
}

/* layout */
html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}
body{	
	width: 1006px;
	background: #164F77;
}
.bIE{
}
.clr {
	clear: both;
}
.nowrap{
	white-space: nowrap;
}
#outer{
	width: 1003px;
	min-height: 100%;
	background: #0A548A url(/pics/right_bg.gif) repeat-y scroll right;
	border-bottom: 1px solid #0A548A;
}
#inner{
	width: 975px;
	min-height: 100%;
	background: transparent url(/pics/left_bg.gif) repeat-y;
	border-bottom: 1px solid #0A548A;
}
#leftCol{
	position: relative;
	float: left;
	width: 180px;
	min-height: 100%;
}
#leftImg{
	position: relative;
	top: 267px;
}
#contentPart{
	position: relative;
	float: left;
	width: 795px;
	background: #0A548A url(/pics/content_bg.gif) repeat-x scroll top;
	min-height: 784px;
}


#content{
	margin-top: 267px;
	padding: 20px 40px 10px 40px;
}
#topPart{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 975px;
	height: 267px;
}
#logoLine{
	width: 975px;
	height: 67px;
	background: #030F1E;
}
#logo{
	position: relative;;
	top: 18px;
}
#menuLine{
	width: 975px;
	height: 50px;
	background: transparent url(/pics/menu_bg.gif) repeat-x;
}
#menu{
	position: relative;
	top: 6px;
	left: 256px;
	width: 650px;
}

#langSelector{
	position: absolute;
	top: 8px;
	left: 890px;
}

#img_sk{
	position: absolute;
	top:0px;
	left:0px;
}

#img_en{
	position: absolute;
	top:0px;
	left:40px;
}

#infoLine{
	position: absolute;
	top: 32px;
	left: 798px;
	font-size: 8pt;
}

#infoLine a:link, #infoLine a:visited {
	color: #FFF;
	text-decoration: underline;
}
#infoLine a:hover, #infoLine a:active {
	color: #FFF;
	text-decoration: none;
}

.createdby {
	padding-left: 180px;
}

.authorlogo {
 	vertical-align: middle;
}

.imgCenter, .txtCenter {
	text-align: center;	
}

.leftPadding {
	float: left;
}

.rightPadding {
	float: right;
}

.lineClear {
	clear: both;
}

.imgPopup {
  padding-right: 200px;
}
