/* THE FORMATTING FOR THE FORM
--------------------------------------------*/	



/* STYLES UNIQUE TO CONTACT SECTION
--------------------------------*/


#contact    {
			Position: relative;
			width: 600px;
			margin: 0px 0px 0px 0px;
			background: #ffffff;
			padding: 0px;
			}


h2			{
			font: 12px arial, sans-serif;
			padding: 0px 0px 0px 10px;
			font-weight: bold;
			text-align: left;
			text-align: top;
			margin-top:0px;
			margin-bottom:0px;
			line-height:120%;
			color: #609;
			}



#listbox	{ 
			Position: absolute;
			left: 200px;
			width: 670px;
			height: 500px;
			top:305px;
			Padding: 0px;
			margin: 0px;
			background: #fff;
			}

#pagecontainer	{
			text-align:left;
			Position: relative;
			margin-left: auto; 
			margin-right: auto;
			width: 1020px;
			height: 800px;
			margin-top: 0px;
			}

.section_head	{ 
			
			Position: relative;
			margin-left: 0px;
			font: bold 12px arial, sans-serif;
			color: #36c;
			padding: 0;
			margin-bottom: 10px;
			line-height: 110%;
			border-bottom: 1px solid #36c; 
			}
			
			
#footstrip	{ 
			Position: absolute;
			left: 200px;
			width: 640px;
			top: 800px;
			height: 20px;
			Padding: 0px;
			
			}

/* THE SPECIFIC CONTENT DIVS - GENERAL RULES
--------------------------------------------*/

#container1,#feedbackForm {
			Position: relative;
			width: 600px;
			background: #ffffff;
			padding: 0px;
			}
			
			
/* THE SPECIFIC CONTENT DIVS - SPECIFIC RULES
--------------------------------------------*/			
			

#container1	{ 
			left:0px;
			height: 380px;
			
			}
			

#feedbackForm {
				height: 500px;
				left: 20px;
				width: 600px;
				}
