body {
	background-color: #fee7c5;
}
a:link {
	color: #fcb040;
}
a:visited {
	color: #fcb040;
}
a:hover {
	color: #fcb040;
}
h1 {
	color: #fcb040;
}
hr {
	color: #fcb040;
	background-color: #fcb040;
	height: 1px;
	height: 1px;
	border: 0;
	margin: 10px 0;
}
#pg_top_left {
	background: white url(img/top_left_corner.png) no-repeat top left;
}
#pg_top_right {
	background: white url(img/top_right_corner.png) no-repeat top right;
}
#left_nav {
	background-color: #fee7c5;
}
#left_nav_left_corner {
	background: #fee7c5 url(img/lnav_left_corner.png) no-repeat bottom left;
}
#left_nav_right_corner {
	background: #fee7c5 url(img/lnav_right_corner.png) no-repeat bottom right;
}
#pg_main_content {
	border-right: 1px solid #fdc067;
}
#pg_bottom_left {
	background: white url(img/bottom_left_corner.png) no-repeat bottom left;
}
#pg_bottom_right {
	background: white url(img/bottom_right_corner.png) no-repeat bottom right;
}
.lnav_item {
	background: url(img/bullet.png) no-repeat 0px 7px;
}
.lnav_item_on {
	background: url(img/bullet_on.png) no-repeat 0px 7px;
}
.line {
	color: #fdc067;
	background-color: #fdc067;
}
.related {
	color: #fdc067;
}
.poll_result_bargraph {
	border: 1px solid #fdc067;
}
.poll_result_bargraph_fill {
	background: url('/assets/img/orange_dot.png') repeat top;
}
