body {
  background: #f3f2fa url('/graphics/bg.jpg') repeat-x; 
  margin: 0px auto;
  padding:0px;
  font: normal 11px verdana;
  color: #626262;
}
img {
  border: none;
}
table {
  font: normal 12px arial;
}
#pagebox {
  margin:0px auto;
  width: 800px;
  background: #fff;
}
a:link, a:visited {
  font: normal 12px arial;
  color: #36c;
  line-height: 18px;
  text-decoration: none;
}
a:hover {
  font: normal 12px arial;
  color: #36c;
  line-height: 18px;
  text-decoration: underline;
}
.more_link {
  float: right;
  margin-top:15px;
}
/*--------------------------Begin Top Content-----------------------*/
#masthead {
  width: 800px;
  height: 147px;
}
#main_cont {
	padding: 20px 6px;
}
.page_hdrs {
	font: bold 16px arial;
  color: #8165dd;
  text-transform: uppercase;
}
.hdr_line {
	border-bottom: 1px solid #e0e0e0;
  margin: 8px 0px;
}
/*--------------------------Left Content------------------------------*/
#left_cont {
	float: left;
  width: 170px;
  margin-right: 9px;
}
.left_nav {
  width: 170px;
  height: 30px;
}
/*--------------------------Center Content------------------------------*/
#center_cont {
	float: left;
  width: 400px;
  margin-right: 9px;
  padding: 10px 15px;
}
.content_reg {
	margin: 10px 0;
}
.item_pic {
  float: left;
  margin-right: 10px;
}
.item_hdr {
  margin-bottom: 10px;
  font: bold 12px arial;
}
.item_details {
  font: normal 12px arial;
  color: #626262;
}
/*--------------------------Right Content------------------------------*/
#right_cont {
	float: left;
  width: 170px;
}
#directory {
	margin-bottom: 10px;
}
#poll {
	border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 10px;
}
/*---------------------------------POLL INFORMATION------------------------------------*/
div#right_poll { width: 90%; }
div#right_poll * { margin: 0; padding: 0;  }
div#right_poll a, div#right_poll img { border: 0; }

/* header */
div#right_poll h1 { font: 14px Arial, sans-serif; display: none; }
div#right_poll h1 span { font: 14px Arial, sans-serif;  } /* header text */ 

/* question */
div#right_poll h2 { font: bold 13px Arial, sans-serif; color: #626262;text-align:center;margin-bottom: 10px; } /* question */
div#right_poll p.image_q { clear: both; width: 100%; margin: 5px auto; text-align: center } 

/* answers */
div#right_poll ul { margin: 10px 5px; list-style-type: none; width: 100% } /* answers container */
div#right_poll li { margin: 2px 0; font: 12px Arial, sans-serif; width: 100%; display: block; clear: both; } /* answer container */
div#right_poll li input { padding: 0; margin: 0 0 0 5px; vertical-align: middle; } /* radio button */
div#right_poll label { margin: 3px 0 0 5px; vertical-align: middle; color: #626262} /* text container */
div#right_poll li.video_a p { display: inline; margin: 2px; vertical-align: middle; }
div#right_poll li.image_a img { vertical-align: middle; }
div#right_poll li.audio_a p { display: inline; margin: 2px; vertical-align: middle; }

/* submit */
div#right_poll p.submit { text-align: center; margin: 0px auto 10px auto; cursor: pointer; cursor: hand; clear: both; color: #ccc; border: solid 1px #fff; width: 80px; background-color: #444;  }
div#right_poll p.submit span { }

/* results link */
div#right_poll p.results { cursor: pointer; cursor: hand; text-align: center;margin-bottom: 5px;}
div#right_poll p.results span { color: #8165dd; text-decoration: underline; font: bold 13px Arial, sans-serif; }

/* results */
div#right_poll p.results_text { color: #626262; margin: 3px 0 0 0; clear: both; width: 90% }
div#right_poll div.results_1 { background-color: #c00; height: 10px; float: left }
div#right_poll div.results_2 { background-color: #339999; height: 10px; float: left }
div#right_poll div.results_3 { background-color: #cc0099; height: 10px; float: left }
div#right_poll div.results_4 { background-color: #666699; height: 10px; float: left }
div#right_poll div.results_5 { background-color: #ffcc33; height: 10px; float: left }
div#right_poll span.results_pct { display: block; float: left; margin-left: 3px; width: 20% }