html {
	height: 100%;
}
body {
	height: 100%;
	background: #ffffff;
	padding: 0;
	margin: 0;
}
form {
	padding: 0;
	margin: 0;
}

.mainTable {
	width: 1000px;
	height: 100%;
	background: #ffffff;
	border: none;	
	border-spacing: 0;
	margin: 0 auto;
}
.mainTable .leftTD {
	width: 250px;
	vertical-align: top;
}
.mainTable .mainTD {
	padding: 0 0 0 5px;
	vertical-align: top;
}
.mainTable .bottomLeft {
	width: 250px;
	height: 98px;
	background: #e7eef4 url(../img/bottom_left.gif) no-repeat right top;
	vertical-align: top;
}
.mainTable .bottomRight {
	height: 98px;
	background: #5f6973 url(../img/bottom_right.gif) no-repeat left top;
	vertical-align: top;
}

.centerTable {
	width: 100%;
}
.centerTable .centerTD, .centerTable .rightTD {
	vertical-align: top;
}
.centerTable .rightTD {
	width: 240px;
}

.logotype {
	width: 250px;
	height: 100px;
}
.logotype img {
	border: none;
}
.flash {
	height: 150px;
	background: #4c507e;
	margin-bottom: 10px;
}

.newsCategories .topBG {
	height: 7px;
	background: url(../img/menu_top.gif) no-repeat top right;
	margin-bottom: 10px;
}
.newsCategories .bottomBG {
	height: 7px;
	background: url(../img/menu_bottom.gif) no-repeat bottom right;
	margin-top: 10px;
}

.panelTable {
	width: 100%;
	height: 60px;
	border: none;
	border-spacing: 0;
	margin: 0px 0 0px 0;
}
.panelTable td {
	vertical-align: bottom;
}

.language {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	margin: 0 10px 10px 10px;
}
.language a {
	color: #252f3b;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 0 10px;
}
.language b {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 0 10px;
	color: #fe0000;
}

.searchForm {
	width: 155px;
	color: #8b8b8b;
	font-size: 10px;
	vertical-align: middle;
	margin: 0 6px 0 10px;
	padding: 0 0 0 5px;
}
.searchButton {
	vertical-align: middle;
}

.divTable {
	width: 100%;
	clear: both;
}
.divTable .tr {
	width: 100%;
	float: left;
}
.divTable .td {
	float: left;
}
.divTable .right {
	float: right !important;
}

.copyright {
	color: #29333c;
	margin: 20px 0 0 40px;
}
.address {
	color: #dfe8ef;
	margin: 20px 0 0 20px;
}
.adv, .adv a {
	color: #7f888f;
	margin: 20px 0 0 20px;
}
.counters {
	text-align: right;
	margin: 10px 20px 0 0;	
}
.developed {
	color: #dfe8ef;
	margin: 20px 20px 0 0;
	text-align: right;
}
.address a, .developed a {
	color: #dfe8ef;
	text-decoration: none;
}
.address a:hover, .developed a:hover {
	text-decoration: underline;
}
