@charset "windows-1251";
/* CSS Document */

.maindiv {
	background-color: #226602;
	border-style:double;
	border-color:#fff;
	float: left;
	height: 650px;
	width: 700px;
	margin-top: auto;
	margin-left: 18%;
	overflow: hidden;
	position: static;
}
.divform {
	background-color: #CCC;
	border:thin;
	border-color:#666;
	float: right;
	height: 350px;
	width: 484px;
	margin-top:55px;
	margin-right: 30px;
	overflow: hidden;
	position: static;
}.earth {
	background-image: url(images/earth_03.jpg);
	position: static;
	width:70px;
	float:right;
	height:60px;
	margin-top:3px;
	margin-right:3px;
}
.textdiv {
	background-color: #CCC;
	float: right;
	height: 170px;
	width: 464px;
	margin-top: 10px;
	margin-right: 103px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: hidden;
	position: static;
}
.bar { float:left;
       width:170px;
	   margin-top:15px;
	   margin-left:15px;
	   position:static; }
	   
a:link { color:#fff; 
          font-size:13pt;
		  text-decoration:underline;
          }
a:visited { color:#fff;
            font-size:13pt;
			 text-decoration:underline;}
a:hover { color:#333;
            font-size:13pt; 
			text-decoration:underline;}