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

body {
	vertical-align: middle;
	text-align: center;
	background-image: url(images/background.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	margin-top: 0px;
	height: 100%;
}

a {
	color: #168797;
	text-decoration: none;
}

a:visited {
	color: #168797;
	text-decoration: none;
}

a:hover {
	color: #DE4035;
	text-decoration: underline;
}

img { border: 0; }

.centerContent { width: 900px; margin: auto; /*overflow:hidden;*/ overflow:visible; }

#container {
	width: 900px;
	text-align: center;
	vertical-align: top;
	margin-bottom: 45px;
	height: auto;
	}
	
#navBar {
	width: 900px;
	height: 125px;
}

#MiddleSection {
	width: auto;
	height: auto;
	overflow: hidden;
}

#leftNavigation {
	width: 275px;
	height: auto;
	z-index: 50;
	text-align: left;
	float: left;
	position:relative;
}

#textRight {
	width: 685px;
	height:auto;
	margin-left: -60px;
	z-index: 1;
	background-color:#FFFFFF;
	float: right;
	position:relative;
	text-align: left;
}

#ColumnSpacer {
	width: 65px;
	float: left;
	color: #FFFFFF;
}

#Columns {
	width: 290px;
	float:left;
	text-align: left;
	margin-bottom: 20px;
	padding-right: 15px;
}

#singleColumn {
	width: 575px;
	float:left;
	text-align: left;
	margin-bottom: 20px;
	padding-right: 15px;
}

#textRightFooter {
	width: 100%;
	height: 25px;
	float: left;
	background-position: center;
	overflow: hidden;
	visibility: visible;
	text-align: center;
	background-color: #FADC30;
}

#clearPlease {
	clear: both;
}

.specialColumns {
	width:285px;
	height:auto;
	float: left;
	margin-top: -15px;
}

.blueHeadings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #003366;
}

.redTextIndex {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #DE4035;
}

.IndexList {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #168797;
}

.IndexCoupon {
padding-right: 60px;
}

.whiteText {
	color: #FFFFFF;
}

.rates-tabletop {
	color:#137785;
}

.smallerText {
	color: #333333;
	font-size: 12px;
	line-height: 15px;
}

.Copyright {
	color: #666666;
	font-size: 12px;
	line-height: 14px;
}

.bolded {
	color:#168797;
}

