/* CSS Document */
body 
	{
		font-family:Arial, Helvetica, sans-serif;
		background-color:#eeece2;
		color:#858286;
	}
	
H2 
	{
	text-align:center;
	}

a 
{
	font-weight:bold;
	color:#858286;
	}
	
li 
	{
	font-size:12px;
	}
span 
{
/*	float:right;*/}	
	
#background 
	{
	background-image: url(../images/background_new.jpg);    
	width:1000px; 
	height:748px; 
	}
#backgroundquestions 
	{
	background-image: url(../images/questionsbk.jpg);    
	width:1000px; 
	height:900px;
	}	
#backgroundhome 
	{
	background-image: url(../images/homebk.jpg);    
	width:1000px; 
	height:748px; 
	}

	
	
#content {
	width:900px; 
	padding-top:20px;
	padding-bottom:50px;
	text-align:left;
		}		

#atagmap 
		{
		position:relative;
		width:995px;
		height:30px;
		top:-55px;
		}
		
#home {
	position:relative;
}		
		
#expertform {
	float:left;
}		

#cert {
	float:right;
}		
		
#headline {
	
	padding-top :80px;
	
}		
#form {
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	
	
}		
		
		
		
		

