html
{
	padding: 0;
	margin: 0;
	height: 100%;
}

body
{
	padding: 0;
	margin: 0;
	height: 100%;
	background-image: url(/images/innerpage_bgslice.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

#headerContainer
{
	margin: 0 auto;
	width: 1024px;
	height: 144px;
	background-repeat: no-repeat;
}
.maintxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #16198a;
}

.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%;
}

#flash
{
	margin-top: 10px;
	margin-right: 0px;
	float: right;
	display:inline;
	width: 658px;
	height: 230px;
	border: solid 1px #FFFF00;
}

#bodycontainer
{
	width: 1024px;
	padding-bottom: 25px; 
	margin: 0 auto;
}


#spacer
{
	height: 15px;
	width: 1px;
	margin: 0 auto;
}

#footerWrapper
{
	margin: 0 auto;
	width: 100%;
	height: 125px;
}


.clear
{
	clear: both;
}