BODY{
	background: url("../images/body-bg.gif") repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

P,H1,H2,H3,Ul,Li,FORM{
	margin:0px;
	padding:0px;
}

A{
	text-decoration: underline;
}

A:HOVER{
	text-decoration: none;
}
IMG{
	border: none;
}

.page{
	margin:0px auto;
	text-align: left;
	width:948px;
}

.left{
	padding-bottom: 20px;
	float: left;
	width: 198px;
	background: url("../images/left-column.gif") repeat-y top left;
}

.logotype{
	margin: 11px 0 0 31px;
	float: left;
	clear:left;
	display: inline;
}

.left-menu{
	width: 170px;
	margin: 8px 0px 0px 21px;
	float:left;
	padding-bottom: 20px;
	clear:left;
	border-left: 2px solid #edc27a;
	border-bottom: 1px  solid #e2c7a2; 
	background: url("../images/left-menu.gif") repeat-y  top left;
}

.left-menu UL{
	list-style: none;
	margin:0px;
	padding:0px;
}
.left-menu UL LI A IMG{
	border: 1px solid #645e58;

}

.left-menu UL LI A:HOVER IMG{
	border: 1px solid #333333;
}

.left-menu UL LI A:HOVER{
	font-weight: bold;
}
.left-menu UL LI A{
	color:#645e58;
	font-size: 10px;
	text-decoration: none;
}
.left-menu UL LI{
	padding: 8px 0px 3px 5px;
}

.right{

	float: left;
	width: 750px;
}

.row{
	float: left;
	clear: left;
	width: 100%;
}

.header{
	background: url("../images/top-menu-bg.gif") repeat-x top left;
	padding-bottom: 8px;
}

.header H1{
	font-size: 24px;
	margin:0px;
	padding:0px;
	color:#3c746b;
	padding: 25px 32px 9px 7px;
}

.changed_header_by_me div {
	font-weight: bold;
	font-size: 24px;
	margin:0px;
	padding:0px;
	color:#3c746b;
	padding: 25px 32px 9px 7px;
}

.header H1 SPAN{
	
}
.header H1 SPAN SPAN{
	
	font-size: 16px;
	margin: 6px 0 0 0;
}

.header H1 SPAN.left-h1{
	float: left;
}

.header .menu UL{
	position:relative;
	top:0px;
	left:0px;
	z-index: 100;
	float:left;
	list-style: none;
	margin:0px;
	padding: 0px;
}

.header .menu UL UL{
	display: none;
	position:absolute;
	top:24px;
	z-index: 200;
	left:0px;
}

.header .menu UL LI{
	float: left;
	position:relative;
	top:0px;
	left:0px;
	width:141px;
	margin-right: 4px;
	background: url("../images/menu-item.gif") no-repeat top left;
}

.header .menu UL LI:HOVER UL{
	display: block;	
}

.header .menu UL LI A.selected{

	text-decoration: none;
	color:#41776D;
}

.header .menu UL LI A{
	display: block;
	text-align: center;
	padding: 1px 0px 2px 0;
	font-size: 18px;
	color:#FFFFFF;
}
.header .menu UL LI LI A{
	font-size: 16px;
	text-align: left;
	padding-left: 5px;
}
.footer{
	background: url("../images/bottom-bg.gif") repeat-x top left;
	padding-bottom:10px;
}

.footer .message{
	float: left;
	
}

.footer .message H2{
	font-size: 16px;
	color: #41776d; 
	margin:0px;
	padding:0px;
	padding: 10px 0 0 7px;
}
.footer .address{
	float: right;
	font-size: 10px;
}
.footer .address P A{
	color:#7a8ab8;
}
.footer .address P{
	margin: 0px;
	padding:0px;
	padding-right: 10px;
}


.content {
	position: relative;
	top:0px;
	left:0px;
	
}

.content-menu{
	position: absolute;
	float: right;
	z-index: 100;
	width: 51px;	
	top:19px;
	right:0px;
}
.content-menu .top-part{
	background: url("../images/cmt-bg.gif") no-repeat bottom left;
	font-size: 1px;
	line-height:0;
	width:100%;
	height:10px;
}
.content-menu .menu-part UL LI A{
	color:#6a7db4;
	font-size: 11px;
}
.content-menu .menu-part UL LI{
	margin-left: 6px;
	line-height:150%;
}
.content-menu .menu-part UL{
	list-style: none;
	margin:0px;
	padding:0px;
}
.content-menu .menu-part{
	background: url("../images/cm-bg.gif") repeat-y top left;
	
}

.content-menu .bottom-part{
	background: url("../images/cmb-bg.gif") no-repeat top left;
	font-size: 1px;
	line-height:0;
	width:100%;
	height:13px;
}
.container  UL{
	margin-left: 30px;
}
.container {
	position: relative;
	z-index: 50;
	color: #000000;
	background: #FFFFFF;
	padding-bottom:20px;
}

A{
	color:#7A8AB8;
}


.padding{
	padding: 5px 10px;
}

TEXTAREA{
	width: 344px;
	height: 150px;
}
P.msg.error{
	color:#AC0000;
	font-weight: bold;
}
TD.align-right{
	text-align: right;
}