

/* form page container */
#container  {
	position: absolute;
	height	: 800px;
	width	: 760px;
	left	: 0px;
	top		: 0px;
	z-index	: 100;
	background-color: #C7DAB1;
}

/* Light Blue background for the form page.*/
#basecontainer  {
	position: absolute;
	height	: 732px;
	width	: 760px;
	left	: 7px;
	top		: 20px;
	z-index	: 300;
	background-color: #FFFFFF;
}

/* White background for the form page*/
#basebackground {
	position: absolute;
	z-index	: 200;
	height	: 1000px;
	width	: 760px;
	top		: 5px;
	background-color: #FFFFFF;	
}

/* Form header begins here */
#head {
	position: absolute;
	height	: 188px;
	width	: 750px;
	left	: 5px;
	top		: 0px;
}

#header1  {
	position: absolute;
	height	: 188px;
	width	: 319px;
	left	: 0px;
	top		: 0px;
}

#header2  {
	position: absolute;
	height	: 188px;
	width	: 215px;
	left	: 319px;
	top		: 0px;
}

#header3  {
	position: absolute; 
	height	: 188px;
	width	: 215px;
	left	: 534px;
	top		: 0px;
}

/* Left hand side Form body under the header containing text with Programs links */
#body1 {
	position: absolute;
	height	: 272px;
	width	: 290px;
	top		: 225px;
	left	: 15px;
	background-color: #FFFFFF;
}

/* Left hand side form body title */
#bodytitle1 {
	position: relative;
	height	: 37px; 	
	width	: 300px;
	top		: 205px;
	left	: 15px;
	z-index	: 500;
}

/* Right hand side of the form body containing fields */
#questions {
	position: absolute;
	height: 510px;
	width: 430px;
	top: 201px;
	left: 320px;
	background-color: #ECEEAC;
	border: 1 solid #81A467;
}

#questionsPost{
	position: absolute;
	height: 300px;
	width: 430px;
	top: 201px;
	left: 320px;
	background-color: #ECEEAC;
	border: 1 solid #81A467;
}
#body2top  {
	position: absolute;
	height: 10px;
	width: 467px;
	top: 195px;
	left: 283px;
	z-index: 500;
	
}

#arrow  {
	position: absolute;
	height	: 41px;
	width	: 108px;
	top		: 218px;
	left	: 293px;
	z-index	: 500;
}
/* Right hand side form body title */
#formbodytitle2  {
	position: relative;
	height	:31px;
	width	:216px;
	top		:20px;
	left	:145px;
	z-index	: 500;
}

/* Setting up form fields */
#formfields  {
	position: relative;
	height	: 380px;
	width	: 394px;
	left	: 20px;
	top		: 55px;
	
}

/* Submit Button*/
#button {
	position: absolute;
	height	: 32px;
	width	: 120px;
	left	: 130px;
	top		: 310px;
	z-index	: 500;
}
#buttonPost{
	position: absolute;
	height	: 32px;
	width	: 120px;
	left	: 130px;
	top		: 110px;
	z-index	: 500;
	
}
/* Processing text*/
#processing {
	position: absolute;
	height	: 39px;
	width	: 117px;
	left	: 106px;
	top		: 300px;
	z-index	: 500;
}
/* Submit Button*/
#button1 {
	position: relative;
	height	: 32px;
	width	: 120px;
	left	: 125px;

}
/* Processing text*/
#processing1 {
	position: relative;
	height	: 39px;
	width	: 117px;
	left	: 106px;
	/* top		: 320px;   */
	
}

/* footer */
#basefooter  {
	position: relative;
	height	: 18px;
	width	: 740px;
	left	: 10px;
	top		: 1030px;
	z-index	: 300;
}

/* body for text on pages other than form page*/
#noformtext  {
	position: absolute;
	height	: 51px;
	width	: 661px;
	left	: 31px;
	top		: 190px;
	z-index	: 500;
}

/* White popup background for the form page*/
#popupbackground {
	position: absolute;
	height: 920px;
	width	: 620px;
	left	: 10px;
	top		: 140px;
	background-color: #FFFFFF;	
}

/* Header for the popup pages*/
#popupheader  {
	position: absolute;
	height	: 130px;
	width	: 620px;
	z-index	: 400;
}

#popupheader1  {
	position: absolute;
	height	: 130px;
	width	: 310px; 
	
}

#popupheader2  {
	position: absolute;
	height	: 130px;
	width	: 310px;
	left	: 310px;
	
}

#popupheader3  {
	position: absolute;
	height	: 120px;
	width	: 210px;
	left	: 420px;
	z-index	: 500;
}


/* title and text for popup pages*/
#popuptext {
	position: absolute;
	height	: 50px;
	width	: 600px;
	left	: 15px;
	top		: 10px;
	
}
#popup1
{
	position: absolute;
	height	: 510px;
	width	: 620px;
	top		: 0px;
	left	: 0px;
	z-index	: 300;
	background-color: #FFFFFF;
}
#popup2
{
	position: absolute;
	width	: 620px;
	top		: 0px;
	left	: 0px;
	padding-left: 15px;
	padding-right: 5px;
	background-color: #FFFFFF;
}

/* top close window link*/
#closewnd  {
	position: absolute;
	left	: 500px;
	top:4px;
}

#closewnd1  {
	position: absolute;
	left	: 500px;
	top:900px;
}

/* privacy page body and text area */
#privacybody  {
	position: absolute;
	height	: 360px;
	width	: 620px;
	top		: 0px;
	left	: 0px;
	z-index	: 300;
	background-color: #FFFFFF;
}

#privacytext  {
	position: absolute;
	height	: 330px;
	width	: 580px;
	left	: 20px;
	z-index	: 400;
	background-color: #FFFFFF;
}

/* caprivacy page body and text area */
#caprivacybody  {
	position: absolute;
	height	: 3040px;
	width	: 620px;
	top		: 0px;
	left	: 0px;
	z-index	: 300;
	background-color: #FFFFFF;
}

#caprivacytext  {
	position: absolute;
	height	: 2800px;
	width	: 580px;
	left	: 20px;
	z-index	: 400;
	background-color: #FFFFFF;
}

/* programs popup body and text area*/
#programsbody  {
	position: absolute;
	height	: 2850px;
	width	: 630px;
	top		: 0px;
	left	: 0px;
	z-index	: 300;
	background-color: #FFFFFF;
}

#programstext  {
	position: absolute;
	height	: 2601px;
	width	: 580px;
	left	: 20px;
	z-index	: 400;
	background-color: #FFFFFF;
}

