@charset "UTF-8";
/* CSS Document */

body{background-color:#4e2c81;
	padding:8px 0px 0px 0px;
}

/* Wrapper Element */

.wrapper{width:858px;
	margin:0 auto;

}

/* Header */

.header{background:url(../images/top.gif);
	height:170px;
	padding:0px 0px 0px 0px;
}


/* Main Content */

.center{background:url(../images/mid.gif);
	height:290px;
	overflow:visible;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

.main_text{font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4e2b80;
}

#callout{font-size:16px;
font-family:"Trebuchet MS", Arial, sans-serif;
color:#4e2b80;
}

.leftcontent{
	width:750px;
	float:left;
	margin-left:50px;
	margin-right:50px;
	margin-top: 40px;
	margin-bottom:20px;
	position:absolute;
}

.button {
	background-image:url(../images/submit.gif);
	height:41px;
	width:155px;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#4e2c81;
	font-size:13px;
	font-weight:bold;
}

.TEXT {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4e2c81;
	}
	
.heading {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		color:#4e2c81;
		font-weight:bold;
	}
	
.thankyou {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#4e2c81;
	font-weight:bold;
}
	
	


/* Bottom */

.bottom{background:url(../images/bottom.gif);
	width:858px;
	height:268px;

	
}


.bottom_thankyou{background:url(../images/bottom_thankyou.gif);
	width:858px;
	height:246px;

	
}

