
.bodyTimes9pt {  
	font-size: 13px; 
	font-style: normal; 
	line-height: 17px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-family: "Times New Roman", Times, serif
}
	
.bulletCopy { 
	font-size: 11px; 
	font-style: normal; 
	line-height: 14px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: uppercase; 
	color: #B2C08B; 
	font-family: "Times New Roman", Times, serif ; 
	text-decoration: none; 
	list-style-type: dot; 
	list-style-color: #B2C08B;
}
	
.HeaderCopy { 
	font-size: 16px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #B2C08B; 
	text-decoration: none; 
	font-family: "Times New Roman", Times, serif 
}

p {
	font-size: 14.5px;
	line-height: 15px;
	margin:6px 0;
	width:495px;
}	

#wrapper {
	width:800px;
	margin:0 auto;
}

#bkg_image {
	width:800px;
	height:600px;
	margin:15px auto;
	border:1px solid #fff;
	overflow: hidden;
}

#bkg_image img {
	position: relative;
	z-index: 1;
}

#text {
	position: absolute;
	width:496px;
	margin:208px 0 0 0;
	padding:0 154px;
	text-align: left;
	color:#f3f3f3;
	z-index: 2;
}

#form {
	color:#fff;
	width:495px;
	float:left;
	height:108px;

}

#form p {margin:40px 0 0 0;}

#left {
	width:220px;
	float: left;
}

#right {
	width:250px;
	float: right;
	margin:0 0px;
}

label {
	width:95px;
	display: block;
	text-align: left;
	float: left;
	height:18px;
	margin:5px 0;
}

input, textarea {
	width:220px;
	float: left;
	border:1px solid #666;
	margin:6px 0;
	padding:3px;
}

textarea {
	height:61px;
	width:250px;
	margin-bottom:1px;
}

#submit {
	float: left;
	width:70px;
	text-align: center;
}	

#submit input {
	width:70px;
	cursor: pointer;
}

.error {border:1px solid red;}
.italics {font-style: italic;}
.bigger {font-size: 110%;}
.gray {color:#999;}