.bodycantbefirst { width: 778px; }

* {
	margin:			0 auto 0 auto;
}

body {
	text-align:		center;
	font-family:		Arial, Helvetica, sans-serif;
	border-collapse:	collapse;
	padding:		0;
	background-color:	#E6E6E6;
	color:			#000000;
}

.left {
	text-align:			left;
	float:				left;
}

.right {
	text-align:			right;
	float:				right;
}

img {
	vertical-align:		bottom;
	border:			0px;
}

#header {
	width:				778px;
	height:				150px;
}

#navigator {
	width:				778px;
	height:				19px;
}

#content {
	margin:				0 auto 0 auto;
	background-image:		url("../images/nic_content.gif");
	background-repeat:		repeat;
	width:				778px;
	text-align:			center;
}

#content p {
	margin:				0 auto 0 auto;
	text-align:			left;
	padding:			10px 40px 10px 40px;
}




#pricing {
	font-size: 13px;
//	width: 650px;
}

tr .white {
	background-color: white;
	border: 1px solid white;
}
tr .sec_title {
	background-color: #dcdcdc;
	border: 1px solid white;
}
tr .sec {
	background-color: #ebebeb;
	border: 1px solid white;
}
tr .light {
	background-color: #c3e8f6;
	border: 1px solid white;
}
tr .dark {
	background-color: #a2def6;
	border: 1px solid white;
}
tr .sup {
	font-size: 9px;
	text-align: right;
	background-color: white;
	border: 1px solid white;
}
sup {
	font-size: 8px;
}



dt {
	font-size: 11pt;
	font-weight: 700;
}
dd {
	font-size: 10pt;
}


#footer {
	width: 778px;
}