h1 { font-family: Arial; font-weight: bold;}
#main { margin-left: auto; margin-right: auto; margin-top: 60px; width:995px; }
.bg { background-color: #9f9c6c; }

a { color: #9f9c6c; text-decoration: none; font-family: Arial; }

.pdf {
	background: url(images/pdf.gif) no-repeat top left;
       padding-left: 20px;
}

/*
	Vertical Accordions
*/

.accordion_toggle {
	display: block;
	height: 30px;
	background: url(images/vv1.gif) no-repeat top left;
	padding: 0 10px 0 40px;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	background: url(images/vv2.gif) no-repeat top left #e0542f;
	color: #ffffff;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
       display: none;
}
	
	.accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #0099FF;
	}
	
	.accordion_content p {
		line-height: 150%;
		padding: 5px 10px 0px 10px;
	}


#vote { margin-left: 40px; margin-top: 40px; }
#vote td { padding-right: 40px; font-size: 12px; font-family: Verdana;}
	