@charset "UTF-8";
.container {
	height: auto;
	width: 950px;
	border: 1px solid #000000;
	float: left;
}
.img {
	border: 2px solid #b3cade;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #000000;
}
.banner {
	height: 170px;
	width: 950px;
}
.footer {
	float: left;
	height: 75px;
	width: 950px;
	margin-top: 25px;
	border-left-width: 1px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	line-height: 18px;
	padding-right: 30px;
	float: left;
}
.RightColumn {
	float: left;
	width: 230px;
	height: auto;
	margin-left: 20px;
}
.LeftColumn {
	float: left;
	width: 670px;
	margin-left: 15px;
	display: inline;
}
.FloatRight {
	float: right;
}
.PaddingLeft25px {
	padding-left: 25px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}
#LeftColumn a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

