@charset "utf-8";
body {
	background-color: #e4e8f4;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-repeat: repeat-y;
	background-position: center top;
}
#logo {
	background-image: url(images/bgimgs.jpg);
	height: 450px;
	width: 750px;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contacts {
	height: 550px;
	width: 750px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(images/backform.jpg);
}

#formcnt {
	height: 350px;
	width: 700px;
	margin-top: 175px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	position: fixed;
}

.wlcm {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #2e23db;
	margin: 10px;
}
.stnm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #0B5035;
	margin: 10px;
}
.inf {
	line-height: 20px;
	color: #418f27;
	font-style: normal;
	font-size: 20px;
	font-weight: lighter;
	font-family: "Adobe Arabic", Algerian;
	margin: 0px;
	padding: 0px;
}
.frms {
	line-height: 15px;
	color: #999;
	font-style: normal;
	font-size: 20px;
	font-weight: lighter;
	font-family: "Adobe Arabic", Algerian;
	margin: 0px;
	padding: 0px;
}
.eml {
	color: #2693f1;
}
