#header
{
	margin: 0 auto;
	width: 1024px;
	height: 144px;
	background-image: url(/images/innerheader.jpg);
	background-repeat: no-repeat;
}

.navtxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
	color: #fff;
}

.navtxt:link
{
	color: #fff;
	text-decoration: none;
}

.navtxt:visited
{
	color:#FFF;
	text-decoration: none;
}
.navtxt:hover
{
	color: #6ccff6;
	text-decoration: underline;
}

#votersManual
{
	margin-top: 20px;
	margin-left: 44px;
	float: left;
	display: inline;
	width: 386px;
	height: 49px;
	background-image: url(../images/votersmanual_inner.jpg);
	background-repeat: no-repeat;
}

#homebook
{
	margin-top: -10px;
	margin-left: 120px;
	float:left;
	display: inline;
	width: 139px;
	height: 83px;
}


#navContainer
{
	margin-top: 10px;
	margin-right: 2px;
	float: right;
	background-image: url(../images/navbg.jpg);
	display: inline;
	width: 590px;
	height: 44px;
}

#navTable
{
	height: 100%;
	width: 100%;
}


.clear
{
	clear: both;
}