/* CoffeeFilter CSS - Les Kismartoni */
/* Copyright 2007 MyLoanBiz, LLC. */

/* Default Redefines */
body {
    font-size: 75%;
    font-family: 'Arial', 'Helvetica', sans-serif;
    background-color: #CCCC66;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Verdana', 'Geneva', sans-serif;
    font-size: 100%;
    font-style: italic;
    margin: 0px;
    padding-right: 3px; /*the margin kills the next whitespace...*/
    display: inline;
}

li {
    padding-bottom: 5px;
    padding-top: 5px;
}

a, a:active, a:visited  {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
}

/* Formatting Divs */
div.line {
    border-bottom: 1px solid white;
    width: 100%;
}

div.indent {
    padding-left: 5px;
}

div.rt{
    float: right;
    text-align: right;
}
             
div.stripe{
    background-color: #996600;
    padding: 2px 0px 2px 5px;
    width: 30%;
    color: white;
    font-style: italic;
    border: 1px solid #330000;
    margin-top: 5px;
}


/* Page Divs */
/* the div that holds the content of the page together. */
div#pageContainer {
    padding: 0px;
    margin-left: 50px;
    width: 700px;
    float: left;
    border: 1px solid #330000;
}

/* PageElements fit into the page. */
div.pageElement {
    float: left;
    padding: 10px 5px 10px 5px;
    width: 90%;
}

/* Header is just another element that floats uptop.*/
div.header {
    background-color: #663300;
    padding: 5px 0px 5px 0px;
    color: white;
    border-bottom: 1px solid #330000;
    float: left;
    font-style: italic;
}

div.header a, a:visited {
    text-decoration: none;
    color: white;
}

div.header a:hover {
    text-decoration: none;
    color: white;
    background-color: #996600;
}


/* For floating content "outside" of the main body content */
div.pageInfo{
    padding: 0px;
    margin-left: 50px;
    width: 700px;
    float: left;
}

div.pageInfo div.rSide{
    font-size: 10px;
    float: right;
    text-align: right;
}
