/* CSS Document */

body {
margin: 0;
padding: 0;
font-family: arial, sans-serif;
font-size: 14px;
line-height: 22px;
}

/* ie min width hack */
body {
 width: 900px;
}
html>body {
 width: auto;
 min-width: 900px;
}
/* end ie hack */

h2 {
margin: 0;
padding: 0;
font-size: 18px;
line-height: 36px;
margin-top: 10px;
color: #660000;
}

#content h2 sup {
font-size: 8px;
}

h3 {
margin: 0;
padding: 0;
font-size: 14px;
line-height: 20px;
color: #600;
}

h4 {
margin: 0;
padding: 0;
font-size: 12px;
line-height: 14px;
color: #600;
}

a {
color: #009;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

strong {
color: #600;
}

dl dt {
font-weight: bold;
color: #600;
}

dl dd {
margin-bottom: 18px;
}

.ratesdate {
font-size: 12px;
}

#logo {
background: url("../images/logo-background.gif") repeat-x;
}

#minornav {
position: absolute;
top: 5px;
left: 800px;
font-size: 11px;
color: #fff;
text-transform: lowercase;
}

#minornav a {
color: #fff;
}

#content {
float: left;
width: 450px;
padding: 20px;
}

#ispecials {
height: 110px;
padding: 10px;
background-color: #D0CFAF;
border: 1px solid #660;
}

.buttons {
margin-bottom: 18px;
padding: 5px 20px;
background-color: #660;
font-size: 12px;
text-align: right;
}

.buttons .prev {
float: left;
}

.buttons a {
color: #fff;
}

#sidebar {
float: left;
margin-top: 62px;
width: 250px;
padding: 10px;
font-size: 12px;
}

#sidebar ul { /* remove bullets and list indents */
list-style: none;
margin: 5px;
padding: 5px;
}

#copyright {
clear: left;
margin: 20px;
padding: 0 10px;
border-top: 1px solid #660;
font-size: 11px;
line-height: 18px;
}

.disclaimer {
font-size: 11px;
line-height: 18px;
font-family: verdana, arial, sans-serif;
color: #666;
}

.noborder {
border-bottom: 0 !important;
}

.print {
display: none;
}

/* nav redesign */

body {
min-width: 760px;
background: url("../images/main-bg.gif") repeat-y;
}

#navbar {
padding-bottom: 5px;
background-color: #D0CFAF;
}

#navigation {
height: 30px;
background: url("../images/nav-bg.gif") top left repeat-x;
}

#subnav {
float: left;
width: 150px;
padding-top: 5px;
background: url("../images/navtosubnav.gif") top left no-repeat;
}

#content {
float: left;
padding: 0 20px 20px;
width: 390px;
}

#sidebar {
margin-left: 580px;
padding: 17px 10px 10px;
}

#copyright {
clear: left;
margin-left: 160px;
width: 369px;
padding: 0 20px;
border-top: 1px solid #e0e0e0;
font-size: 11px;
line-height: 18px;
}

#navigation ul, #navigation ul li, #subnav ul, #subnav ul li {
margin: 0;
padding: 0;
list-style: none;
font-size: 11px;
line-height: 1em;
}

#navigation ul li {
float: left;
}

#navigation ul li a {
display: block;
padding: 10px 7px;
color: #fff;
text-decoration: none;
}

#subnav ul li a {
display: block;
padding: 10px;
color: #663;
text-decoration: none;
border-bottom: 1px solid #D0CFAF;
}

#navigation ul li a:hover, #subnav ul li a:hover {
text-decoration: underline;
}

table.data {
width: 100%;
margin: 5px 0 36px 0;
background-color: #e8e8cc;
font-family: verdana, arial, sans-serif;
font-size: 12px;
line-height: 1.5em;
}

table.strict {
width: auto;
}

table.strict th {
width: 100px;
}

table.data thead th {
background-color: #d0cfaf;
border-bottom: 1px solid #660;
white-space: nowrap;
padding: 5px;
}

table.data thead th a  {
display: block;
}

table.data tbody td, table.data tbody th {
padding: 5px;
background-color: #E8E8CC;
border-bottom: 1px solid #D0CFAF;
white-space: nowrap;
}

table.strict tbody td {
border-left: 1px dashed #D0CFAF;
}

table.strict tbody td.first {
border-left: 0;
}

#sidebar {
display: none;
}

#content, #copyright {
width: 570px;
background-color: #fff;
}

/* new table chart */
table.chart {
font-family: verdana, arial, sans-serif;
font-size: 11px;
border-bottom: 1px solid #babaa3;
border-left: 1px solid #d0cfaf;
}

table.chart th, table.chart td {
padding: 5px;
border-top: 1px solid #babaa3;
border-right: 1px solid #d0cfaf;
}

table.chart th {
text-align: left;
background-color: #e8e8cc;
}

table.chart td p {
margin-top: 0;
}