h2 {
	text-align: center;
	position: relative;
	width: 100%;
	font-size: 24px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	clear: both;
}
#k3 {
	width: 87%;
	margin-top: 20px;
	position: relative;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: double;
	border-top-color: #003182;
	border-right-color: #003182;
	border-bottom-color: #003182;
	border-left-color: #003182;
	overflow: hidden;

}
#k3 p {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 18px;
	text-indent: 2em;
	text-align: left;
	line-height: 25px;
}
#k3 a {
	overflow: hidden;
	display: inline;
}
.right {
	float: right;
	position: relative;
	padding: 0px;
	clear: right;
	margin-left: 1em;
	margin-bottom: 1em;
	border: 3px double #003182;
	margin-right: 1em;
}
.left {
	clear: left;
	float: left;
	position: relative;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 3px double #003182;
	margin-left: 1em;
}

