body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	cursor: default;
	background-color: #FFFFFF
}
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
#container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	width: 100%;
	padding-top: 15px;
}
.spacer {
	width: 100%;
	height: 15px;
}
hr {
	border: 0px;
	color: #CCCCCC;
	background-color: #CDCDCD;
	height: 1px;
	width: 100%;
	text-align: left;
}
h1, h2, h3, h4 { font-family:"Trebuchet MS", halvetica, Verdana, sans-serif;}
h1 {font-size:22px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
#main h2 {color:#333; display:block; padding:3px 0 8px 0;}
.green {
	color: #5B920A;
}

#left {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	color: black;
}

#main {
	margin: 5px 5px 5px 400px;
	padding: 15px;
	border-left: 1px solid silver;
}
p {
	color: black;
	background-color: #FFFFFF;
	line-height: 20px;
	padding: 5px;
}
a {
	color: #5B920A;
}
a:hover {
	color: #cc0000;
	background-color: #FFFFFF;
	text-decoration: underline;
}
#footer {
	clear: both;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.right {
	color: gray;
	background-color: #FFFFFF;
	float: right;
	font-size: 100%;
	margin-top: 5px;
}
.left {
	color: gray;
	background-color: #FFFFFF;
	float: left;
	font-size: 100%;
	margin-top: 5px;
}

/* Bar Graphs */
.graph {
  width: 400px;
  position: relative;
  right: 30px;
}
.bar-title {
  position: relative;
  float: left;
  width: 170px;
  line-height: 20px;
  margin-left: 35px;
  font-weight: bold;
  margin-top: 13px;
}
.bar-container {
  position: relative;
  float: left;
  width: 130px;
  height: 10px;
  margin-top: 13px;
}

.bar-container div {
  background-color:#cc4400;
  height: 20px;
}
.bar-container strong {
  position: absolute;
  right: -32px;
  top: 0px;
  overflow: hidden;
}
#poll-results p {
  margin-top: 75px;
  font: 13px Comic Sans MS, sans-serif; color:#333;
}

#poll-container p {
  font: 13px Comic Sans MS, sans-serif; color:#333;
}