/* begin handheld.css validated as at 2005-04-11 */
/* These are the handheld styles, that skip positioning.
*/

/*
  Definitions for advanced ID-based styles, including page layout.
  These will confuse non-standards-compliant browsers, and need
  to be hidden from them.
*/

#banner {
    position : relative;
    top : 0;
    left : 0;
    width : 100%;
}

#logo {
    position : relative;
    left : 0;
    width : 10em;
}

#title {
    position : static;
    top : 0;
    left : 0;
    font-size : 100%;
}

#body {
    position : static;
    left : 0;
}

#nav {
    position : static;
    left : 0;
    top : 0;
    width : auto;
    background-color : #0066cb;
    color : #FFFFFF;
}

#contentBody {
    position : static;
    margin-left : 0em;
    margin-right: 0em;
    padding : 0;
    width: 100%;
}

#footer {
    position : static;
    border : none;
    padding : 0;
    left : 0;
    width : auto;
}

.roundupUserEntry {
    position : static;
}
