#content{
	padding-top:1px;
	background:#fff url('../images/security-content-bg.jpg') no-repeat top center;
}
	#content .left{
		margin-top:160px;
	}
	#content .right{
		margin-top:10px;
	}
	.right h2{
		padding:0px;
		margin:25px 0px 0px 30px;
		color:#153b7d;
		font-family: "Times New Roman", Georgia, Serif;
		font-size:30px;
		font-weight:normal;
	}
			.right h3{
		padding:0px;
		margin:0px 10px 0px 30px;
		color:#153b7d;
		font-family: "Times New Roman", Georgia, Serif;
		font-size:24px;
		font-weight:normal;
	}
	.right h2.body{
		padding:0px;
		margin:25px 0px 0px 30px;
		color:#153b7d;
		font-family: "Times New Roman", Georgia, Serif;
		font-size:24px;
		font-weight:normal;
	}
	.right h3.body{
		padding:0px;
		margin:25px 0px 0px 30px;
		color:#153b7d;
		font-family: "Times New Roman", Georgia, Serif;
		font-size:16px;
		font-weight:bold;
	}
	.right p{
		font-size:14px;
		margin:10px 20px 0px 30px;
	}
	.right .blue{
		color:#3e719a;
	}
	.right .blue a{
		color:#3e719a;
		text-decoration:none;
	}
	.right p.package{
		clear:both;
		margin:10px 0px 30px 30px;
	}
	.package img{
		float:right;
		margin-left:20px;
	}
	
	table#tbl_packages {
		width: 616px;
		border-top: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		border-left: 1px solid #dcdcdc;
		font-size: 13px;
		margin-bottom: 20px;
	}
	table#tbl_packages td {
		height: 50px;
		text-align: center;
		vertical-align: middle;
	}
	table#tbl_packages td.blue {
		background-color: #415d8d;
		color: #ffffff;
		width: 154px;
	}
	table#tbl_packages td.white {
		background-color: #ffffff;
		border-bottom: 1px solid #CDCDCD;
		color: #474747;
		width: 134px;
		padding: 0 10px;
	}
	table#tbl_packages td.grey {
		background-color: #efefef;
		border-bottom: 1px solid #CDCDCD;
		width: 134px;
		padding: 0 10px;
	}
	table#tbl_packages td.check {
		background-image: url('../images/package-check.png');
		background-position: center center;
		background-repeat: no-repeat;
	}
	
.pck_item {
	display: block;
	margin: 20px 0;
	font-size: 14px;
}
.pck_item .pcki_left {
	float: left;
	width: 420px;
	padding-left: 30px;
}
.pck_item .pcki_left strong.blue {
	font-size: 18px;
}
.pck_item .pcki_left img {
	padding: 0 0 5px 5px;
}
.pck_item .pcki_right {
	float: right;
	width: 140px;
	text-align: right;
}
.pck_item .clear_both {
	clear: both;
}
