html {
	height: 100%
}
body {
	height: 100%;
	background-image: url(/afa/images/background.gif);
	background-repeat: repeat-x;
	background-color: #000;
	color: #d1c8bd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.76em;
	margin: 0px;
	text-align: center;
}
#container {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f7741d;
}
strong {
	color: #FFF;
}
#sponsors {
	margin-top: 35px;
	display: block;
}
#argyle {
	height: 87px;
	width: 940px;
	background-image: url(/afa/images/argyle.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
}
#voteTable {
	width: 100%;
}
#voteTable td {
	padding: 8px;
	border-bottom: 1px solid #666666;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #f7741d;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #f7741d;
	font-weight: bold;
}
.hideRadio {
	display: none;
}
#resultsTable {
	width: 100%;
}
#resultsTable td {
	padding: 8px;
	border-bottom: 1px solid #666666;
}