/* CSS Document */
body {
	background-color: #999966;
}

.container {
        width:965px;
		background-color:#FFFFCD;
		border-left:Solid 1px #003366;
		border-right:Solid 1px #003366;
		border-top:Solid 1px #003366;
		border-bottom:Solid 1px #003366;
        margin-left: 100px;
		padding:5px;
		height:auto;
    }
.leftColumn {
		float:left;
		padding: 0px 0px 5px 0px;
		width:195px;
		border-right:Solid 1px #003366;
		border-top:Solid 1px #003366;
		margin: 0px 0px 0px 5px;
    }
.rightColumn {
		float:right;
		padding: 0px;
		width:260px;
		margin: 0px 0px 0px 10px;
		border-left:Solid 1px #003366;
	}
.mainContent {
		float: left;
		padding: 10px 0px;
		width: 745px;
		margin: 0px 5px 5px 10px;
		border-top:Solid 1px #003366;
	}
.clear {
		clear:both;
	}
.hdTxt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	line-height:20px;
	}
.hdTxtGrn {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style: italic;
	font-weight: bold;
	color: #003300;
	line-height:20px;
	}
.hdTxtRed {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style: italic;
	font-weight: bold;
	color:#F00;
	line-height:20px;
	}
.mainTxt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000066;
	line-height:20px;
	}
.mainTxtGreen {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #003300;
	line-height:20px;
	}
.mainTxtRed {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #F00;
	line-height:20px;
	}
.SpecialTxt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color: #000066;
	line-height:20px;
	}
.SpecialTxtGrn {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color: #003300;
	line-height:20px;
	}
.disclaimer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #000066;
	line-height:15px;
	}
.note {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color:#900;
	line-height:15px;
	}
.policyTxt {
	font-family:Georgia, "Times New Roman", Times, serif
	font-size: 8px;
	color: #030;
	}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #000066;
}
a hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #003300;
}
.navA {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #000066;
}
.navHover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold italic;
	color: #003300;
}
.pkgText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style: italic;
	font-weight: bold;
	color: #003300;
	line-height:20px;
	}
.testimonialText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style: italic;
	color: #000;
	line-height:20px;
	}
.boldTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#F00;
	line-height:20px;
	}
.boldTxtBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #006;
	line-height:20px;
	}
