body,td {
	font-family: Verdana, Sans Serif;
	font-size: 11px;
	line-height: 14px;
}


#header {
	height: 120px;
	width: 100%;
	
	position: relative;
	
	border-bottom: 1px solid #efefef;
	
	margin-bottom: 15px;
	
}

	#header #logo-gif {
		height: 100px;
		width: 100px;
		
		position: absolute;
		top: 0px;
		left: 25px;
	
	}
	
	#header #header_text {
		height: 36px;
		font-size: 24px;
		font-weight: bold;
		line-height: 28px;
		
		position: absolute;
		top: 50px;
		left: 150px;
	}
	
		#header #header_text .subtitle {
			font-size: 18px;
			text-align: center;
		}
	
	#header #header_photo {
		position: absolute;
		top: 15px;
		right: 50px;
	}	
	
.text_bold {
	font-weight: bold;
}

.text_italic {
	font-style: italic;
}

ul {
	
}

li {
	margin-bottom: 10px;
}

#body_div {
	width: 100%;
	
	position: relative;
}

	#map-jpg {
		float: right;
		
		margin-left: 15px;
		margin-right: 0px;
	}
	
	#more_info {
		width: 300px;
		
		margin-top: 15px;
		
		
		text-align: center;
	
		float: right;
		clear: right;
	}
	
		#applied_logo-gif {
			height: 51px;
			width: 71px;

			float: left;
		}

		#pba_logo-gif {
			height: 50px;
			width: 33px;

			float: left;
			clear: left;
			
			margin-left: 19px;
		}
		
		#more_info-text {
			width: 220px;
			text-align: center;
			
			float: right;
		}
		
#access_form {
	width: 650px;
}

	

	legend {
		color: #000000;
		padding-right: 10px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	fieldset {
		padding: 15px;
		margin-bottom: 15px;
		
		
	}
	
	input {
		font-family: Arial, Sans Serif;
		font-size: 11px;
		
	}
	
	textarea {
		font-family: Arial, Sans Serif;
		font-size: 11px;
		
	}
	
	#set_contact label {
		width: 75px;
		margin-right: 5px;
		
		text-align: right;
		
		float: left;
		clear: left;
	}
		
	#set_contact .text_field {
		width: 200px;
		height: 18px;
		
		margin-bottom: 15px;
	}
		
	
	#set_location .text_box {
		width: 600px;
		height: 100px;
	}
	
	#set_notes .text_box {
		width: 600px;
		height: 100px;
	}