body {
	background-color: white;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	/* overflow: scroll; */
	color: black;
}

#maintext {
	margin-top:  8px;
	margin-left: 8px;
	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%;
}

