a.navbar { color: #FFFFFF; text-decoration: none; }
a.navbar:hover { color: #FFFFFF; text-decoration: underline; }
#main1 {
	width: 800px;
	margin: 0;
	list-style: none;
	display:inline;
}
#bill1 {
	width: 575px;
	text-align:justify;
	display: inline;
}
#nav2{
	width: 800px;
	margin: 0;
	left: 0px;
	height: 25px;
}
#nav1{
	width: 800px;
	margin: 0;
	left: 0px;
	height: 25px;
}

#nav1 ul {
text-align: center;
margin-left: 0;
padding-left: 0;
border-bottom: 0px solid black;
margin-top: 0;
margin-bottom: 0;
}

#nav1 div {
list-style-type: none;
padding: 0em 0em;
border-left: 0px solid white;
display: inline
}
#nav1 li {
list-style-type: none;
padding: 0em 0em;
border-left: 0px solid white;
display: inline
}

#nav1 li:first-child {
border: none;
}

#nav2 {
background-color: silver;
border: solid 1px gray;
width: 8em
}

#nav2 ul {
list-style-type: none;
margin: 0;
padding: 0;
border: none
}

#nav2 li {
margin: 0;
padding: 0;
border-top: 1px solid gray;
width: 100%;
display: block
}

/*html &gt; body #nav2 li {
width: auto;
}
*/
#nav2 li:first-child {
border: none
}
img { margin: 0; padding: 0; }
body { margin: 0; }
.padded { padding: 5px 5px 5px 5px; }
.top {
	background-color: #3B5093; color: #FFFFFF; font-size:12px; font-weight:bold; width: 68px; text-align: center; font-family:Arial, Helvetica, sans-serif;
}
/* Properties that both side lists have in common */
div.link-list {
        width:10.2em;
        position:relative;
        top:0;
        font-size:80%;
        padding-left:1%;
        padding-right:1%;
        margin-left:0;
        margin-right:0;
}
/* we leave some place on the side using the margin-* properties */
#main {
        margin-left:10.2em;
        margin-right:10.2em;
        padding-left:1em;
        padding-right:1em;
}
/* and then we put each list on its place */
#list1 {
        left:0;
}
#list2 {
        right:0;
}
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a { text-decoration:underline; }
a:hover {text-decoration:none; }
a:visited { color:#000066; }
span.client { height:25px; width: 100px; }
#login ul {
list-style: none;
padding: 0px;
margin: 0px;
}
#login li
{
display: block;
float:left;
height:20px;
vertical-align:middle;
font-size:10px;
}
input { font-size:10px; }
