  	body { 
  		background: #8B8B8B;
  		margin: 0; 
  		padding: 0;
  		text-align: center;
  		font: 15px/22px Arial, Helvetica, sans-serif;
  		color: #555;
  		letter-spacing: -.01em;
  		}
  		
  	#container, #top, #bot { 
  		margin: 0 auto;
  		width: 967px;
  		padding: 0;
  		text-align: left;
  		}
  		
  	#container { 
  		background: url(bg-container.gif) repeat-y; 
  		}
  		
  	#top { 
  		background: url(top.gif) no-repeat; 
  		height: 67px;
  		}
  		
  	#bot { 
  		background: url(bottom.gif) no-repeat; 
  		height: 37px;
  		}
  		
  	#content { 
  		margin: 0;
  		padding: 385px 90px 30px 90px;
  		background: url(header.jpg) no-repeat; 
  		}

  	#content3 { 
  		margin: 0;
  		padding: 385px 90px 30px 90px;
  		background: url(header2.jpg) no-repeat; 
  		}

  	#content2 { 
  		margin: 0;
  		padding: 265px 90px 30px 90px;
  		background: url(headerSmall.jpg) no-repeat; 
  		display: block;
  		}
  		
  	#containerBot {
  		background: url(containerBottom.jpg) no-repeat; 
  		height: 71px;
  		}
  		
h1 { 
	margin: 0;
	font-size: 25px;
	font-weight: bold; 
	line-height: 20px;
	}
	
#element1 { 
	margin-left: 355px;
	}	
	
#element2 {
	margin-left: 145px;
	}  	
	
#element1, #element2, #element3 { 
	margin-bottom: 45px;
	}
	
#form { 
	font-size: 11px; 
	}
	
	#form .title { 
		float: left; 
		width: 90px;
		padding: 0 10px 0 0;
		text-align: right;
		}
		
	#form .input { 
		float: left;
		}
		
	#form p { 
		clear: both; 
		padding: 4px 0 0 0;
		margin: 0;
		}
		
	#form input.text { 
		width: 350px;
		background: url(bg-input.gif) repeat-x bottom; 
		height: 18px;
		line-height: 18px;
		padding: 2px 4px;
		border: 1px solid #BBB; 
		}
		
	#form .center { 
		text-align: center;
		}
		
	#form .book { 
		font-size: 13px; 
		text-decoration: underline;
		color: #036; 
		margin-bottom: 10px;
		}
		
	#form select { 
		width: 480px;
		padding: 2px 4px;
		}
		
	#form select.state { 
		width: 80px;
		padding: 2px 4px;
		}
		
#form .heading p {
	clear: both;
	font-size: 14px; 
	margin: 0 0 15px 0;
	}
	
#form .question { 
	clear: both;
	margin: 10px 0 5px 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	}
		
a { color: #036; }
a:hover { color: #369; }
.clear { clear: both; margin: 1px 0 0 0; }

.hidden { display: none; }


/* New Styles added 11/18/09 */

#element3 { margin-bottom: 0; }
