/* CSS Document */

.body { width:750px;
                margin-left:50px;
                background: #000066;
}
a:link {         font-size: 12px; }
a:active { font-size: 12px; }
a:hover {  }
a:visited {  }

#header { width: 750px;
}
#logo {
        width: 750px;
        text-align: center;
        background: #FFFFFF;
        border: solid 3px #daa520;
}

#title { background: #000066;}
#container {
        width: 750px;
        background: #000066;
        padding: 5px 0px 5px 5px;
        border: solid 3px #daa520;
}
#leftside {
        border: solid 3px #daa520;
        float:left;
        margin-left: 5px;
        list-style-type: none;
        background-color: #FFFFFF;
        padding-top: 5px;
        width: 160px;
        text-decoration: none;
}
#navlist { font-size: 14px; }
ul#navlist {
        margin: 0px 3px 0px 3px;
        padding: 0px 0px 0px 0px;
        width: 150px;

}

#navlist li {
      list-style-type: none;
      background-color: #191970;
      color: #daa520;
      border: .2em solid #daa520;
      font-weight: 600;
      font-size: 12px;
      text-align: center;
      padding: .2em;
      margin-bottom: .3em;

}

#navlist li a {
     color: #daa520;
     text-decoration: none;
     display: block;
}

#navlist li a:hover {
       background-color: #faebd7;
       color: #191970;
}
#main { width: 530px;
        float:left;
        margin-right: 5px;
        margin-left:5px;
        border: solid 3px #daa520;
        padding: 5px;
        background: #FFFFFF;
}

#leftout {
        position: absolute;
        left: 10px;
        top: 15px;
}
#footer {
        width:750px;
        text-align: center;
        color: #daa520;
        text-size:9px;
}
.rates {
        float: left;
        margin: 5px;
        border-top: thin dotted;
        border-right: thin dotted;
        border-bottom: thin dotted;
        border-left: thin dotted;
        margin-left: 20px;
}
table {
        font-size: 14px;
        border: thin solid #003366;
        text-align: center;
        margin-right: 3px;
        margin-left: 3px;
        width: 141px;
}