/*--------------------------- Global Layout ---------------------------*/
body,html {
    margin: 0px;
    padding: 0px;
    width: 100%;   
}

/*--------------------------- Global Elements ---------------------------*/
img {
    border: none;
}
a {
    color: #06348C;
}
a:hover {
    color: #698ed1;
}
input.inputtext {
    border: 1px solid #698ed1;
    background: #f6f8fb;
}
input.inputtext:hover {
    background: #fff;
}

/*--------------------------- NavBar ---------------------------*/
/* modify the toptabs - want one single line without additional spacing*/
#toptabs {
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: 0em;
    background: #06348C;
    width: 100%;
}
#toptabs ul {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style: none;
    color: #fff;
    font-weight: bold;
        border-bottom: none; /* maybe we want this border for the whole bar? */
}
#toptabs li {
    float: left;
    color: #fff;
}
#toptabs a, #toptabs a:hover {
    float: left;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #fff;    
}
#toptabs a:hover { 
    background: #fff;
    color: #698ed1;
}
#toptabs li.th a  {
    background: #fff;
    color: #06348C;
}
.tabs {
margin-top:0px;
}

/*----------------------------- My -----------------------------*/

PRE { width: 98%;
        font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
        background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

P {
margin-bottom: .5em;
margin-top: 0px;
}

#banner {
height: 106px;
background: url("./images/gradient.gif");
background-repeat: repeat-x;
}



#bottomshadow {
    float: left;
    padding: 0px;
    margin: 0px;
    background: #06348C;
    width: 100%;
background: url("./images/shadow.gif");
background-repeat: repeat-x;
}

#leftcol {
    float: left;
    display: block;
    padding: 5px;
    margin: 0px;
    width: 200px;
}

#bodycol {
    padding: 0px;
    padding-left: 220px;
    margin: 0px;
    width: auto;
}


/*--------------------------- Footer ---------------------------*/

#footer {
    float: left;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-top: -1px;
    color: #777;
    text-align: left;
    border-top: solid 1px #ddd;
    margin-top: 1em;
    font-size: .8em;    
}


