a:link {
	color: #175797;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #175797;
}
a:hover {
	text-decoration: none;
	color: #134A82;
}
a:active {
	text-decoration: none;
	color: #175797;
}

body {
	background-color: #0b1832;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#page-wrap {
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	}

#main-content {
	clear: both;
	float: left;
	min-height:500px;
	background-image: url(images/white_green_bg.jpg);
	background-repeat: repeat-y;
	width: 805px;
	display: inline;
}
#cent {
	float: left;
	width: 580px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 5px;
	display: inline;
}
#righttcol {
	float: right;
	width: 180px;
	margin-left: 0px;
	padding-right:3px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 273px;
	width: 805px;
	}
#header2 {
	color: #FFFFFF;
	width: 805px;
	height: 22px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	
}
#header2txt {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	width: 555px;
	margin-left: 30px;
	text-align: right;
	margin-top: 3px;
	letter-spacing: 1px;
}
#footer {
	color: #FFFFFF;
	width: 805px;
	height: 51px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}
hr {
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #FFFFFF;
	width: 500px;
}
.subhead {
	font-size: 16px;
	color: #414141;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.styleh2 {
	font-size: 16px;
	color: #414141;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.dropcap {
	float:left;
	margin-top:0px;
	color:#333333;
	width:27px;
	font-size: 40px;
	line-height:35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-right: 5px;
} 

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #124D99;
}
.footer_block {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E6E6E6; !important
	text-decoration: none;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-top:30px;

}

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E6E6E6;
	text-decoration: none;

}
a.footertext:active, a.footertext:link, a.footertext:visited {
	color: #E6E6E6;
	text-decoration: none;
}
.highlight
{
	background-color: #FFFF66;
}
.testiborder {
	background-color: #F7FAFD;
	border: 1px solid #C9D7ED;
}
.testitext { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B4167;
	border:solid; border-width:2px; border-color:#FFFFFF
}
.testitextright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B4167;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #648101;
}

.redtext {
	color: #D70000;
}
.orangetext { color:#F29200}
.blacktext {
	color: #333333;
}
.disclaimer {
	font-size: 10px;
	color: #999999;
}
.greentext {
	color: #81AC00;
}
.bluetext {
	color: #124D99;
}
.loginbox {
	font-family: verdana;
	font-size: 11px;
	background-image: url(images/loginbg.gif);
	background-repeat: repeat;
	height: 15px;
	width: 83px;
	border: 1px solid #999999;
	color: #666666;
}



/* article css starts here */
.bordim {
	float:left;
	border:1px solid #DDE8FF;
	padding:5px;
	margin-right:10px;
	background-color: #F2F5FF;
} 


.dotted {
	background-color: #F9F9F9;
	border: 1px solid #F3F3F3;
	padding: 5px;
}
.dotted_over{
	background-color: #FFFDF2;
	border: 1px solid #FFF4B9;
	padding: 5px;
}

.pagination{
padding: 1px;
}
.pagination_1 {
padding: 0 5px;
border: 1px solid #CCCCCC;
text-decoration: none; 
color: #666666;
}


.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 11px;

}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #CCCCCC;
text-decoration: none; 
color: #666666;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #CCCCCC;
color: #000;
background-color: #EFEFEF;
}

.pagination a.currentpage{
background-color: #F3F3F3;
color: #666666!important;
font-weight: bold;
cursor: default;
border: 1px solid #A8A8A8;

}

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	font-weight: normal !important;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.pagination a.prevnext{
font-weight: bold;
}
.package_box_top {
	margin-top: 20px;
	color: #FFFFFF;
	background-image: url(images/Package_box_top.gif);
	background-repeat: no-repeat;
	height: 69px;
	width: 541px;
}

.package_box_bot {
	background-image: url(images/Package_box_bot.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 541px;
	clear: both;
}
.package_box_number {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFFFFF;
	margin-left: 28px;
	float: left;
	width: 20px;
	margin-top: 6px;
		display: inline;
}
.package_box_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 55px;
	float: left;
	margin-left: 20px;
	letter-spacing: 1px;
}
.package_box_price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 50px;
	float: right;
	margin-right: 20px;
}



.ppage-wrap {
	width: 541px;
	margin-right: auto;
	margin-left: auto;
	
	}

.pmain-content {
	clear: both;
	float: left;
	background-image: url(images/Package_box_bg.gif);
	background-repeat: repeat-y;
	width: 541px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.pcent {
	float: left;
	width: 300px;
	margin-left: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.prighttcol {
	float: right;
	width: 176px;
	margin-left: 0px;
	margin-right:15px;
	margin-bottom: 0px;
	padding-bottom: 0px;

}

.pcent ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.pcent li {
	background-image: url(images/Package_box_bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 12px;
}
.package_table {
	background-color: #FFFFFF;
	border: 1px solid #C9D7ED;
}
.package_table_td { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F7FAFD;
	color: #1B4167;
}
.cllogin {
	float: right;
	margin-right: 20px;
	clear: none;
}
.includes {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C1C1C1;
	font-size: 22px;
	margin-bottom: 10px;
	height: 27px;
}
.toggle
{
	margin-bottom: 12px;
	margin-top: 10px;
	margin-left: 10px;
	color: #585858;
	background-color: #FAFCFE;
	padding: 7px;
	border: 1px solid #EBF4FC;
}

.faq {
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.faq ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.faq li {
	background-image: url(images/Package_box_bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 12px;
}
.testiwrap {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:60px;
}
.testi_top {
	background-image: url(images/testi_top.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 530px;
	line-height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E6EFFB;
	font-size: 13px;
	text-indent: 40px;
	letter-spacing: 0.6px;
	font-weight: bold;
}
.testi_bg {
	background-image: url(images/testi_bg.jpg);
	background-repeat: repeat-y;
	width: 530px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.testi_bg div {
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.testi_bot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2B57B5;
	font-weight: bold;
	text-align: right;
	background-image: url(images/testi_bot.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 530px;
}
.testi_bot_name {
	margin-right: 20px;
	float: right;
	margin-left: 10px;
	margin-top: 7px;
}
.testi_bot_site {
	font-size: 11px;
	font-weight: normal;
	float: right;
	margin-top: 9px;
	margin-right: 20px;
}
.headtitle {
font-family: "Trebuchet MS", Arial, Helvetica, Verdana; color: #B4C24B; background: inherit;letter-spacing: -0.2px; margin: 0; font-size: 2em; font-weight:normal;
}