@charset "utf-8";
/* CSS Document */

.privacybox {
	background-color: #ffffff;
	height: 990px;
	width: 650px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: 15px;
	float: left;
	border-right-color: #d2d0b9;
	border-bottom-color: #d2d0b9;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
}
.privacytitle {
		font-size: 32px;
	padding: 10px;
	font-family: "Arial Black", Gadget, sans-serif;

	font-weight: lighter;
	color: #000066;	
}
.privacyImage img {
	float: left;
    padding-top: 27px;
	padding-left: 20px;
}
.privacytext {
	float: left;
	position: relative;
	width: 415px;
	margin-top: 30px;
	margin-left: 40px;
}