html {
	height:100%;
}

body {
	height:100%;
	margin:0%;
	padding:0%;
	background-color: #D7EBFF;
	background-image: url(/templates/images/out_bg.gif);
	
}

* {
	font-family: 'Times New Roman', serif;
	font-size: 13px;
	line-height: 15px;
	color: #333333;
}

small, .small {
	font-size: 11px;
	line-height: 13px;
}


form, div {
	margin:0%;
	padding:0%;
}


input, textarea
{
	border-color: white;
	border-width: 1px;
	border-style: solid;
	font-size: 13px;
	height: 14px;
	padding: 0px;
	background-color: transparent;
}


a:link
{
	color: #036831;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

img { border-width: 0px; }


.scroll { 
	width: 370px; 
	height: 405px; 
	overflow:auto; 
	float:left;
}
		
input.submit
{
	background-color: #ffffff;
	border-color: #333333;
	border-width: 1px;
	border-style: dotted;
	height: 18px;
}



.width {
	width: 742px;
}


div#in
{
	width: 742px;
	border-width: 2px;
	border-color: #036831;
	border-style: solid;
	height: 430px;
	background-color: #ADC8D0;
	background-image: url(/templates/images/in_bg.jpg);
	position: relative;
	top: 62px;
	z-index: 10;
	overflow: hidden;
}



div#info
{
	position: relative;
	z-index: 300;
	left: 0px;
	padding: 4px 8px 4px 10px;
	margin: 20px 0px 0px 50px;
	width: 400px;
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid;
	text-align:left;
}


div#infoImage
{
	position: absolute;
	z-index: 201;
	left: -18px;
	top: -15px;
}	



div#olga {
	z-index:100;
	position: absolute;
	top: 5px;
	
}

div#MenuTop
{
	z-index: 101;
	position: absolute;
	top: 46px;
	width:748px;
	text-align:right;
}



div#right, .right {
	float:right;
}

div#left, .left {
	float:left;
}



.grean {
	color: #036831;
	
}


.HightText {
	font-size: 15px;
	line-height: 20px;
}

div#IndexBody {	
	margin:0px auto;
	width: 259px;
	height: 430px;
	background-image: url(/templates/images/index_body.jpg);
	background-repeat: no-repeat;
	
}

div#IndexBody p {
	text-align:center;
	position: relative;
	top: 50px;
	right: 20px;
}

div#BodyFull {
	
	width: 594px;
	height: 430px;
	float: left;
	background-image: url(/templates/images/body_full.jpg);
	background-repeat: no-repeat;
}

div.BodyFull {
	margin:10px 0px 0px 30px;
	text-align:left;
}


div#validation
{
	position: absolute;
	bottom: 2px;
	left: 4px;
	
}

a.tn img {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

a.tn img:hover {
	border-color: #036831;
}


