body {
background-color: white; 
margin-left: 2px;
margin-top: 0px;
/* clear: right;  */
color: black; 
}

#maintext {
margin-top: 0px;
}


#nav-menu ul
{
list-style-type: disc;
list-style-image: none;
list-style-position: outside;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0em 2.1em;
}

#nav-menu li a
{
background-color : #f0f0f0;
background-repeat: repeat-x; 
background-image: none;  
color: #0d2474; 
height: 1em;
line-height: normal;
float: left;
width: auto;
display: block;
border-top: 0;
border-bottom: 0;
border-left: 0;
border-right: 0;
text-decoration: none;
text-align: left;

}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
}


.handheld {
        float: left;
        display: block;
}

.nonhandheld {
        float: left;
        display: none;
}

h1 {
   font-size: x-small;
}

h2, h3, h4, h5, h6 {
        margin: 0;
        font-size: x-small;
}

.nonhandheld-header {
        background-color: white;
        margin-left: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
        float: left;
        display: block;
}

.nonhandheld-header {
        color: black;
        background-color: white;
        margin-left: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
        float: left;
        display: none;
}

