/* CSS Document */

body { width:800px;
                margin-left:10px;
                background: #000066;
}
a:link {  }
a:active { }
a:hover {  }
a:visited {  }

#header {
}
#logo {
        text-align: center;
        float: left;
        width: 700px;
}
#title {
        width: 700px;
        float: left;
        text-align: center;
}
#container {
        width: 720px;
}
#leftside {
        border: solid 5px #daa520;
        float:left;
        list-style-type: none;
        background-color: #FFFFFF;
        padding-top: 5px;
        width: 45px;
        text-decoration: none;
        display: list-item;
}

#main { width: 400px;
        float:left;
        margin-left: 10px;
        padding-right: 5px;
        padding-left: 5px;
}

#navcontainer {
        width: 700px;
        float: left;
        margin: 0px 0px 0px 0px;
        background: #;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
                }

#navcontainer ul {
        margin: 3px 0px 3px 0px;
        padding: 0;
        list-style-type: none;
        background: transparent;
        font-size:10px;
}
#navlist { font-size: 14px; }
#navcontainer ul li { display: inline; }
#navcontainer ul li a {
        text-decoration: none;
        padding: .1em 1em;
        color: #daa520;
        background:transparent;
        border-right: 2px solid #daa520;
        font-size:10px;
}
#navcontainer ul li a:hover {
        color: #CC9999;
        background:transparent;
        font-size:10px;
                text-decoration: underline;
}
.last ul li a {
        display: inline;
        text-decoration: none;
        padding: .1em 1em;
        border-right: 0px;
        font-size:10px;
        list-style-type: none;
}
#form {
        padding: 0px 5px 0px 5px;
        border: 4px solid #daa520;
        margin : 0px 0px 0px 0px;
        background-color: #FFF;
        font-size:14px; color: #000066 strong;
        width:650px;
}
//
label {
     width: em;
     float: left;
     text-align: right;
     margin-right: 0.5em;
     display: block
}
 //
.submit input {
        margin-left: 4.5em;
}
.serch {
        background-color: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        border-top: 1px solid black;
        font-size:12px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        text-align: left passing-left 1px;
        }
.TextField {
        background-color: #CCCC99;
        font-family: Arial, Helvetica, sans-serif;
        color: #0000CC;
        border: #CC99991px 4solid;
        font-size:10px;
        font-style: normal;
        }
#footer {
        width:690px;
        text-align: left; color:FFFFFF;
        text-decoration: overline;
        }
#deposit { font-size:14px; }