﻿#ContentWrapper {
	line-height: 1.4em;
}

#LeftContent {
	float: left;
	width: 41%;
	margin: 0;
	padding: 0 0 0 0;	 	
}

#RightContent {
	float: left;
	width: 56%;
	margin: 0 15px 0 0;
	padding: 0 0 0 0;	
}
#RightContent hr {	/* spacing between top copy and logo links*/
	margin-right: 10px;
	color: #A9D3C0;
	background-color: #A9D3C0;
	height: 2px;
	border: none;
}

#CenterContent {
	padding-top: 15px;
}

.LinkText a {
	color: #6B80B7;
	font-weight:900;
	font-size: 12px;	 
	text-decoration: underline;
}

.LinkText a:hover {
	color: Blue;
	
}
