body {
	/*padding:30px 70px 30px 70px;*/
	margin:0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	background-image: url('/img/bg_body.png');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #A7B5FF;  /*B0BDFF*/

	color: #5C5C5C;
	font-size: 10px;
	text-align: center;
}
body * {
/*	border: 1px solid red;*/
}
a {
	color:#FFD821;
}
div {
/*	box-sizing: border-box; -moz-box-sizing: border-box;*/
}
table {
/*	border: collapse;
	border: 1px solid red;*/
}
img{
	border: none;
/*	margin: 0px;
	padding: 0px;*/
}
td{
/*	border: 1px solid red;*/
	vertical-align: top;
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
#bodyDiv {
	border-top: none;
	border-right: 1px solid #455B7A;
	border-bottom: 4px solid #fff;
	border-left: 4px solid #fff;
	background-image: url('/img/bg_bodydiv.png');
	padding: 0px 33px 25px 10px; 
	width: 800px;
	text-align: left;
}
#head{
	margin-bottom: 18px;
}
#leftcolumn{
	float: left;
	width: 176px;
/*	border: 1px solid red;*/
}
div.white {
	background-color: #fff;
}
div.btop {
	border-top: 5px solid #666666;
}
div.bbot {
	border-bottom: 1px solid #B0BDFF;
}
div.bright {
	border-right: 1px solid #B0BDFF;
}
div.leftcol{
	width: 175px;

}
div.bwhite{
	border: 1px solid white;
}
div.blue{
	background-color: #B0BDFF;
}
#leftcolumn h3 {
	font-family: Arial narrow, Arial, san-serif;
	color: #000;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	margin: 0px;
}
div.langicon{
	width: 80px; 
	height: 17px; 
	text-align: center;
	padding-top: 3px;
}
div.tab, h3.tab {
	background-image: url('/img/bg_tab.png');
	background-repeat: no-repeat;
	background-position: left top;
}
div.menuitem{
	padding: 5px 12px 5px 2px;
	margin-bottom: 1px;
}
.menuitem ul{
	padding: 0px;
	padding-left: 25px;
	margin: 0px;
}
.menuitem li{
	list-style-image: url('/img/bull_leftmenu.png');
	list-style-position: outside;
}
.menuitem a{
	font-size: 1.1em;
	font-family: Tahoma;
	color: #000;
}
#sform{
	float: right;

}
#topmenu {
	text-align: left;
}
#topmenu .button {
	background-image: url('/img/bg_topmenubutton.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 27px;
	width: 80px;
	float: left;
	text-align: center;
	vertical-align: center;
	padding-top: 5px;

}
#topmenu .button a{
	color: #D12F2A;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
}
#topmenu .active{
	background-image: none!important;
	border-top: 1px solid #B0BDFF;
	border-right: 1px solid #B0BDFF;
}
#topmenu .active a{
	color: #000;
}
div.hr {
	background-color: #666666;
	height: 2px;
	margin: 20px 0 20px 0;
}
#path a{ 
	color: #000;
}
#path{
	padding: 9px 0 5px 25px;
	font-size: 1.1em;
	color: #000;
}
#content{
	color: #333;
	padding: 0px 10px 20px 25px;
	font-size: 1.1em;
}
#content a{
	color: #35417C;
}
#content h1{
	font-size: 2.1em;
	font-weight: normal;
	height: 1%;
}
.sform{
	color: #000;
	font-size: 1.1em;
	float: right;
	padding-top: 5px;
	white-space: nowrap;
/*	border: 1px solid red;*/
}
.sform input.text{
	height: 14px;
	border: 1px solid #ccc;
	font-size: 1.1em;
	width: 100px;
}