.FloatLeft {
	float: left;
}

.PageTitle {
	border-bottom: #C7C7C7 1px solid;
	color: #4A2593;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	width: 696px;
}

.LeftColumn {
	float: left;
	padding: 0px 15px 0px 0px;
	width: 142px;
}

	.LeftColumn .LeftNav {
		list-style: none;
	}
	
		.LeftColumn .LeftNav li {
			border-bottom: #C7C7C7 1px dotted;
			color: #000000;
			line-height: 16px;
			padding: 8px 0px 8px 0px;
		}
		
			.LeftNav a {color: #695296; text-decoration: none;}
			
			.LeftNav a:hover {color: #009A30;}
			
			
			
			
.RightColumn {
	border-left: #C7C7C7 1px solid;
	float: left;
	padding: 0px 20px 0px 20px;
	width: 498px;
}

.Heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	padding-bottom: 10px;
}

.Paragraph5 {
	padding-bottom: 5px;
}

.Paragraph15 {
	padding-bottom: 15px;
}

.Paragraph30 {
	padding-bottom: 30px;
}

	.Paragraph15 a {color: #4A2593; text-decoration: underline;}
	.Paragraph15 a:hover {color: #009A30;}
	
	.Paragraph30 a {color: #4A2593; text-decoration: underline;}
	.Paragraph30 a:hover {color: #009A30;}
	
.List {padding: 0px 0px 15px 20px;}

	.List li {padding-bottom: 10px;}

.Divider {
	border-top: 1px dotted #c7c7c7;
	margin: 10px 0px 20px 0px;
}



.FormField {
	border: 1px solid #b7b7b7;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 21px;
	padding: 3px 0px 0px 5px;
	margin-bottom: 10px;
	width: 250px;
}

.Button {
	background-color: #4A2593;
	margin: 5px 0px 30px 0px;
	width: 80px;
}

	.Button a {
		color: #FFFFFF;
		display: block;
		padding: 5px 0px 5px 0px;
		text-align: center;
		text-decoration: none;
	}
	
	.Button a:hover {background-color: #009A30;}
		
	
	
table {
	margin-bottom: 30px;
}

.TableHeader {
	background-color: #E0D6F4;
}

	.TableHeader td {
		font-weight: bold;
		padding: 10px 15px 10px 15px;
	}
	
.TableRowA {
	background-color: #F9F9F9;
}

	.TableRowA td {
		padding: 5px 15px 5px 15px;
	}

.TableRowB {
	background-color: #F4F4F4;
}

	.TableRowB td {
		padding: 5px 15px 5px 15px;
	}