body {
	background-image: url(img/bkg.jpg);
	background-repeat: repeat;
}

.main {
position:relative;
top :20px;
margin: 0 auto;
width: 900px;
background-color:transparent;
border:none;
}

.header {
background-image:url(img/headfoot.png);
background-repeat:no-repeat;
position:relative;
top:0px;
width:900px;
height: 21px;
}

.tack {
position: absolute;
top: -20px;
margin-left: 450px;
}

.clip {
position: absolute;
top: 570px;
margin-left: 823px;
}

.footer {
background-image:url(img/headfoot2.png);
background-repeat:no-repeat;
position:relative;
top:0px;
width:900px;
height: 21px;
}

.container {
position:relative;
width: 900px;
background-color:#FFFFFF;
height:1075px;
}

.title {
position: relative;
width: 865px;
margin-left: 42px;
top: 30px;
}

.separator {
position:relative;
margin-left: 42px;
}


.right {
	position: relative;
	width: 455px;
	margin-left: 42px;
	top: 25px;
}

.lefttop {
	position: absolute;
	width: 350px;
	left: 522px;
	top: 115px;
	}
	
.leftmid {
	position: absolute;
	width: 350px;
	left: 522px;
	top: 460px;
	}
	
.input {
	position: absolute;
	background-color:#e6eaea;
	border-color:#cdd0d0;
	border-width: 1px;
    border-style: solid;
	height:175px;
	width: 376px;
	left: 522px;
	top: 495px;
	
	}



h1 {
	font-family: arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #000000;
} 
	
h2 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-top: 10px;
	line-height: 150%;
}

h3 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: strong;
	color: #000000;
	line-height: 100%;
}

p {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin: 25px 0;
	line-height: 220%;
}


.asmall {
color: #4fa0d8;
text-decoration:underline;
font-size:10px;
font-weight:normal;
}

a {
font-family: arial, sans-serif;
color: #4fa0d8;
font-size:12px;
font-weight:normal;
border:none;
}

img {border:none;}

.normal {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 150%;

}

.highl {
color: #4fa0d8;
}


.info {
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	float: right;
	margin-right: 42px;
	margin-top: 16px;
}

.clear {
	clear: both;
}