@charset "utf-8";

.rates {
    width:100%;
}
body  {
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.leftNav {
	line-height: 6px;
}


.thrColFix #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #414840;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	border: 1px solid #267AA5;
	margin-top: 10px;
	margin-right: 10px;
}
.thrColFix #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.throck {
	float: left;
	width: 250px;
	clear: both;
	text-decoration: none;
}

.thrColFix #mainContentInterior {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.nav:link {
	color: #267AA5;
	text-decoration: none;
}
.nav:visited {
	color: #267AA5;
	text-decoration: none;
}

.nav:hover {
	color: #D5A83D;
	text-decoration: underline;
}
.boardInfo {
	color: #267AA5
}
.boardNav {
	padding-left: 20px;
	list-style-position: outside;
}
.header {
	width: 850px;
	margin-top: 2px;
}
.headerImage {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #414840;
}

.headlines {
	color: #FFFFFF;
	background-color: #3187AF;
	text-align: center;
	width: 225px;
	letter-spacing: 9px;
	height: 30px;
	vertical-align: 1%;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	line-height: 30px;
}
.footer {
	padding: 10px;
	width: 822px;
	text-align: left;
	margin-left: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #414840;
	font-size: 12px;
	clear: both;
	height: 125px;
}




.rowHeight {
	line-height: 35px;
}



.rowHeightIndent {
	line-height: 25px;
	text-indent: 40px;
}
.tableHeight {
	line-height: 35px;
}
.tableHeightIndent {
	line-height: 25px;
	text-indent: 40px;
}


.mustard {color: #D5A83D}
.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.matteBorder {
	border: 3px double #999999;
	padding: 2px;
}
.matteBorderRight {
	border: 3px double #999999;
	padding: 2px;
	float: right;
	margin-left: 20px;
}

.blackNav:link {
	color: #000000;
	text-decoration: none;
}
.blackNav:visited {
	color: #000000;
	text-decoration: none;
}
.blackNav:hover {
	color: #D5A83D;
	text-decoration: underline;
}
tr.row-b {
	background: #EFEFEF;
}
tr.row-a {
	background: #F8F8F8;
}

td.right {
    text-align:right;
}

td.center {
    text-align:center;
}
.matteBorderLeft {
	border: 3px double #999999;
	padding: 2px;
	float: left;
}
.tableBG {
	background-color: #6CB6DD;
}
.moved {
	color: #FFFFFF;
	text-align: center;
	width: 225px;
	letter-spacing: 3px;
	height: 60px;
	vertical-align: 1%;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	line-height: 30px;
	border-top-width: 5px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #D5A83D;
	border-bottom-color: #D5A83D;
	border-bottom-width: 5px;
}
