body {
	background: White url(../images/green-gradient.png) top left repeat-x;
	font-family: helvetica, "Lucida Sans", arial, sans-serif;
}

#container {
	text-align: center;
}

#header h1 {
	font-size: 36pt;
	margin-bottom: 0px;
}

#header h1 img {
	vertical-align: middle;
}

#header h3 {
	font-size: 12pt;
	font-style: italic;
	margin-top: 0px;
}

.work {
	color: SlateBlue;
	text-decoration: none;
}

.safer {
	color: LimeGreen;
	text-decoration: none;
}

.statgraph {
	font-size: 75%;
	text-align: left;
	font-weight: bold;
	border: 1px black solid;
	width: 100%;
	margin-bottom: 5px;
}

.threshhold-form {
	font-size: 75%;
}

.stat-graphic {
	width: 80px;
	height: 6px;
	border: 0px;
	border-collapse: collapse;
	border: 1px black solid;
}

.threshold {
	background: SlateBlue;
	height: 6px;
}

a {
	color: LimeGreen;
	text-decoration: none;
}

acronym {
	cursor: help;
}

#main {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#left-column {
	width: 64%;
	float: left;
	margin-right: 2%;
	text-align: left;
}

.text h3 {
	margin: 0px;
	font-family: "Times", "Times New Roman", Georgia, serif;
}

.download {
	border: 1px SeaGreen solid;
	background: LightGreen url(../images/firefox-icon.png) 20px 17px no-repeat;
	padding:  2px 20px 10px 140px;
	margin-bottom: 10px;
}

.download p.download-name {
	font-size: 125%;
	font-weight: bold;
}

.download p.download-link {
	border: 1px Green solid;
	background: Honeydew;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}

#right-column {
	width: 33%;
	float: left;
	text-align: left;
}

#right-column p {
	font-size: 80%;
}

#statistics {
	padding: 2px;
	margin: 2px;
}

#statistics ul li {
	font-size: 75%;
}

#right-column h3 {
	margin: 0px;
	padding: 0px;
	font-family: "Times", "Times New Roman", Georgia, serif;
}

#right-column h5 {
	padding: 0px;
	margin: 0px;
}

#statistics ul {
	list-style-type: none;
}

#bookmarklets {
	padding: 2px;
	margin: 2px;
}

#bookmarklets h3 {
	font-family: "Times", "Times New Roman", Georgia, serif;
}

#bookmarklets ul {
	list-style-type: none;
}

#threshold {
	padding: 2px;
	margin: 2px;
}

#threshold h3 {
	font-family: "Times", "Times New Roman", Georgia, serif;
}

#vote table {
	border: 1px Gray solid;
	margin: 2px;
}

#vote table th {
	text-align: center;
	background: PaleGreen;
}

#lookup table {
	border: 1px Gray solid;
	margin: 2px;
}

#lookup table th {
	text-align: center;
	background: PaleGreen;
}

#footer {
	float: none;
	clear: both;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	border-top: 1px Silver solid;
}
