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

#maintext {
margin-top: 10px;
margin-left: 0px;
float: left;
clear: left; 
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

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

#nav-menu li a
{
background-color: #f0f0f0; 
background-repeat: repeat-x; 
background-image: none;  
color: #0d2474; 
height: 1.7em;
line-height: 1.7em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover
{
background-color: #dcdce8; 
background-repeat: repeat-x; 
background-image: none;  
color: #0000f0; 
height: 1.7em;
line-height: 1.7em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce7;
text-decoration: underline;
text-align: center;
}

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

#nav-menu
{
}

.handheld {
        margin-left: 0;
        float: left;
        display: none;
}

.nonhandheld {
clear: left; 
	color: black; 
	background-color: white; 
        margin-left: 0px;
        float: left;
        display: block;
        width: 100%;
}

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

