.Bottom8 {
	margin-bottom: 8px;
}

.Bottom20 {
	margin-bottom: 20px;
}



.ContentLeft .PageTitle {
	background-color: #FFFFFF;
	border-bottom: 1px solid #ACACAC;
	border-left: 4px solid #FFFFFF;
	color: #22497E;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 1px;
	padding: 16px 0px 8px 16px;
}

.ContentLeft .Content {
	background: #FFFFFF url(../images/bkg_content_shadow.jpg) top left no-repeat;
	border-left: 4px solid #FFFFFF;
	padding: 20px 20px 26px 16px;
	width: 648px;
}



	.Content .Office {
		background: url(../images/dash.gif) bottom repeat-x;
		padding-bottom: 20px;
		margin-bottom: 20px;
		width: 648px;
	}

		.Content .Office .Location {
			color: #22497E;
			font-size: 14px;
			font-weight: bold;
			padding-bottom: 8px;
		}
		
		.Content .Office .Address {
			float: left;
			padding-right: 30px;
			width: 170px;
		}
		
			.Content .Office .Address p {
				padding-bottom: 8px;
			}
		
		.Content .Office .Directions {
			float: left;
			width: 448px;
		}
		
			.Content .Office .Directions p {
				padding-bottom: 8px;
			}
	
	.Content a {
		color: #044EB4;
		text-decoration: none;
	}
	
	.Content a:hover {
		color: #002353;
	}
	
	
	
	.Content .Row {
		width: 648px;
	}
	
	.Content .FormField {
		border: 1px solid #ACACAC;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 14px;
		padding: 5px 3px 5px 3px;
		width: 292px
	}
	
	.Content .SelectField {
		border: 1px solid #ACACAC;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		height: 24px;
		width: 292px
	}
	
	.Content label {
		padding-right: 15px;
	}
	
	.Content .TextArea {
		border: 1px solid #ACACAC;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		height: 150px;
		line-height: 14px;
		padding: 5px 5px 5px 5px;
		width: 636px;
	}
	
	.Content .Button {
		float: left;
	}
	
		.Content .Button a {
			float: left;
			background-color: #002961;
			color: #FFFFFF;
			font-weight: bold;
			padding: 6px 16px 6px 16px;
		}
		
		.Content .Button a:hover {
			background-color: #ECC806;
		}