	
.Content .PageContent {
	float: left;
	width: 603px;
	border: 1px solid #A1A1A1;
	margin-right: 20px;
	padding: 25px 20px 20px 20px;
}

.Content .PageContent li
{
	margin-left: 20px;
}

	.PageContent .PageHeader {
		float: left;
		font-size: 22px;
		width: 603px;
		font-weight: normal;
		line-height: 26px;
		color: #A24C01;
		padding-bottom: 6px;
		border-bottom: #A1A1A1 solid 1px;
		margin-bottom: 25px;
	}
	
	.PageContent .LeftNav {
		float: left;
		width: 150px;
	}
	
		.LeftNav ul {
			list-style: none;
		}
		
		.LeftNav li {
			display: block;
			font-size: 12px;
			line-height: 16px;
			padding-bottom: 8px;
			background: url(../images/dots.gif) bottom left repeat-x;
			margin-bottom: 7px;
		}
		
		.LeftNav a {
			text-decoration: none;
			color: #000000;
		}
		
			.LeftNav a:hover {color: #999999;}
	
	.PageContent .RightColumn {
		float: left;
		width: 403px;
		padding-left: 50px;
		background: top url(../images/bkg_pagecontent.gif) repeat-y;
	}
	
	.RightColumn a 
	{
		text-decoration: none; 
		color: #A24C01;
	}
	
	.RightColumn a:hover 
	{
		color: #CE9767;
	}
		
			
	.PageContent h1, .PageContent h2  {
		font-size: 22px;
		font-weight: normal;
		line-height: 26px;
		color: #A24C01;
		padding-bottom: 6px;
		border-bottom: #A1A1A1 solid 1px;
		margin-bottom: 25px;
	}
	
	.PageContent h3 {
		font-size: 18px;
		font-weight: normal;
		line-height: 22px;
		padding-bottom: 18px;
	}
	
	.PageContent .Paragraph, .PageContent p {
		padding-bottom: 25px;
	}
	
	.PageContent .OtherServices {
		width: 603px;
		padding-bottom: 20px
	}
	
		.OtherServices .Logo {
			float: left;
			width: 150px;
			padding-right: 30px;
		}
		
		.OtherServices p {
			float: left;
			width: 423px;
			border: none;
		}