html {
	width: 100%;
	height: 100%;
}
body, input, select, textarea, table {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004e78;
}
body, form {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}

#mainTable {
	width: 1000px;
	height: 100%;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
#mainTable .topTD{
	vertical-align: top;
}
#mainTable .bottomTD {
	height: 55px;
	vertical-align: top;
}

/* top */
.topImage {
	height: 200px;
	background-image: url(../img/top_image.jpg);
	background-color: #63b3e1;
	background-position: top;
	background-repeat: no-repeat;
	display: block;
}

.panel {
	width: 160px;
	color: #a7d5ef;
	font-size: 10px;
	position: relative;
	top: 3px;
	left: 825px;
	text-align: center;
	vertical-align: middle;
}
.panel img {
	border: none;
	vertical-align: middle;
}
.panel a {
	color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
}
.panel a:hover, .panel a.active {
	color: #a7d5ef;
	text-decoration: none;
}

/* div table */
.divTable {
	width: 100%;
	/*display: table;*/
}
.divTable .row {
	/*display: table-row;
	float: none;*/
}
.divTable .row .leftCell {
	width: 250px;
	padding: 13px 0 0 0;
	vertical-align: top;
	/*display: table-cell;
	float: left;*/
}
.divTable .row .centerCell {
	width: 513px;
	vertical-align: top;
	padding: 13px 0 0 0;
	/*display: table-cell;
	float: left;*/
}
* HTML .divTable .row .centerCell {
	/*width: 510px;*/
}
.divTable .row .rightCell {
	background-image: url(../img/right_bottom.gif);
	background-color: #005ecd;
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 236px;
	padding: 10px 0 110px 0;
	vertical-align: top;
	/*display: table-cell;
	float: left;*/
}
/** HTML .divTable .row .rightCell {
	float: right;
}*/
.divTable .row .cell {
	width: 50%;
	text-align: center;
	/*display: table-cell;
	float: left;*/
}
/* block */
.block ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.block ul li {
	background-image: url(../img/li.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom: 4px;
}
.centerCell .block {
	margin: 0px 15px 10px 15px;
}
.centerCell .block .text {
	padding: 0px;
}
.centerCell .news a, .centerCell .news .newsLink a {
	color: #2b90ae;
	text-decoration: underline;
}
.centerCell .news a:hover {
	color: #0095f3;
}
.centerCell .news .newsDate {
	color: #2b90ae;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
	float: none;
}
.centerCell .news {
	width: 100%;
	border-bottom: solid #eeeeee 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.rightCell .block .title {
	height: 40px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(../img/title_blue.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 7px 0 0 35px;
	margin: 0px 10px 15px 10px;
	display: block;
}
.rightCell .block .title a {
    color: #ffffff;
    text-decoration: none;
}
.rightCell .block .title a:hover {
    text-decoration: underline;
}
.rightCell .block .text {
	color: #ffffff;
	padding: 0px 10px 0px 10px;
	display: block;
}
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* form */
.input {
	width: 180px;
	color: #a5a5a5;
	background-color: #ffffff;
	border: solid #a5a5a5 1px;
	padding-left: 2px;
	display: block;
}
.inputButton {
	height: 18px;
	color: #ffffff;
	background-image: url(../img/button_bg.gif);
	background-color: #2270e2;
	background-repeat: repeat-x;
	padding: 0px 8px 2px 8px;
	margin: 0px;
	border: none;
}

/* bottom */
.contact {
	width: 268px;
	height: 55px;
	color: #ffffff;
	background-image: url(../img/contact.gif);
	background-color: #007cc3;
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}
.contact div {
	margin: 4px 0 0 20px;
}
.contact a {
	color: #ffffff;
	text-decoration: none;
}
.contact a:hover {
	color: #a7d5ef;
	text-decoration: none;
}
.counter {
	margin: 15px 0px 0px 40px;
	float: left;
}
.copyright {
	width: 260px;
	height: 55px;
	color: #407eb7;
	background-image: url(../img/copyright.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	float: right;
}
.copyright div {
	margin: 22px 0 0 60px;
}
.copyright a {
	color: #407eb7;
	text-decoration: none;
}
.copyright a:hover {
	color: #407eb7;
	text-decoration: underline;
}
.adv,.adv a{
	color: #c0c0c0;
	text-decoration: none;
}