/* CSS Document */

body {
	font-family: Geneva, Helvetica, Tahoma, sans-serif;
	text-align:left;
	background-color: c1d8ff;
}

a:link {font-weight: bold; text-decoration: none; color: #FFFFFF;}

a:visited {font-weight: bold; text-decoration: none; color: #FFFFFF;}

a:hover {text-decoration: none; color: #FFFF00;}

a:active {text-decoration: none; color: #FFFF00;}



#container{
	width: 800px;
	height: 600px;
	padding: 0 0 0 0px;
}

#textcontact{
	width: 600px;
	height: 230px;
	color: #000;
	font-size: 12px;
	position: absolute;
	top: 20px;
	left: 100px;
	padding: 20px 20px 20px 40px;
	overflow: auto;
	text-align: left;
}

#textthankyou{
	width: 500px;
	height: 400px;
	color: #000;
	font-size: 12px;
	position: absolute;
	top: 105px;
	left: 265px;
	padding: 20px 20px 20px 40px;
	overflow: auto;
	text-align: left;
}

#form{
	width: 600px;
	height: 1200px;
	font-size: 12px;
	position: absolute;
	top: 230px;
	left: 100px;
	padding: 20px 20px 20px 40px;
}

#textlinks{
	width: 700px;
	height: 150px;
	color: #000;
	font-size: 12px;
	text-align: center;
	position: absolute;
	top: 1250px;
	left: 0px;
	padding: 20px 20px 20px 40px;
}

#textDisclaimer2{
	width: 700px;
	height: 125px;
	color: #000;
	font-size: 10px;
	position: absolute;
	top: 1350px;
	left: 0px;
	padding: 20px 20px 20px 40px;
}

#textTerms{
	width: 800px;
	color: #000;
	font-size: 12px;
	position: absolute;
	top: 80px;
}


