body {
 font-size: 17px;
 font-family: serif;
 margin: 0;
 padding: 0;
}

#nav, #nav_extra, .questions, #footer img, .callout {
 display: none;
}

#main {
 border-width: 5px 0 0 0;
 border-color: black;
 border-style: solid;
 padding: 0;
 margin: 0;
}

#main > div { 
 clear: both;
}

p {
 margin: 0 0 0.5em 0;
}

a {
 color: black;
}

img { border: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; }

h1 { font-size: 23px; }
h2 { font-size: 21px; }
h3 { font-size: 19px; }
h4 { font-size: 17px; }
h5 { font-size: 15px; }
h6 { font-size: 13px; }

ul {
 margin: 0 0 0 1em;
 padding-left: 0.5em;
}

li {
 padding-bottom: 0.5em;
 list-style-position: outside;
 list-style-type: square;
}

.box {
 border-color: black;
 border-width: 1px;
 border-style: solid;
 padding: 5px;
 margin: 10px;
 line-height: 100%;
}

dl {
 padding: 0 0 1em 0;
 margin: 0;
}

dt {
 page-break-inside: avoid;
 font-size: 20px;
}

dd {
 page-break-inside: avoid;
 margin: 0 0 1em 0;
 padding-bottom: 1em;
 border-width: 0 0 1px 0;
 border-style: dashed;
}

.alert {
 font-weight: bold;
}

/* Interest Rate Styles */
div.rates {
 margin: 30px 0 0 130px;
}

div.rates div {
 display: inline;
 float: left;
 padding: 0 10px 0 10px;
}

div.rates h3 {
 display: inline;
 border-width: 0 0 5px 0;
 border-style: solid;
 padding: 0;
 margin: 0;
}

div.rates p {
 font-family: sans-serif;
 font-size: 30px;
 font-weight: bold;
 margin-top: 3px;
 text-align: center;
}

div.spacer { clear: both; }

#footer {
 border-width: 5px 0 0 0;
 border-color: black;
 border-style: solid;
 padding: 0;
 margin: 0;
}
