div.page {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#content {
	margin: 1.5em auto 2em 0;
}
#main {
	margin-right: 27%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
	margin-left: 2%; /* and some air on the right */
}

.breadcrumbs {
	margin: 1em;
	font-size: 0.8em;
}

.breadcrumbs .lastitem {
	font-weight: bold;
}

.breadcrumbs a {
	text-decoration:none;
}

/* relational links under content */
div.left49 {
	float: left;
	width: 49%;
}
div.right49 {
	float: right;
	width: 49%;
	text-align: right;
}


/********************CONTENT STYLING*********************/

/* HEADINGS */
#content h1, #content h2, #content h3 {
	font: normal 1.5em Georgia, Times, serif;
}

h4, h5, h6 {

}


#content h1 {
	font-size: 2em;
	line-height: 1em;
}

#content h2 {
	
	font-size: 2em;
	color: #333;
	margin: .2em 0 1em 0;
	letter-spacing: -1px;
}


#content h3 {
	font-size: 1.5em;
	color: #333;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}

/* END HEADINGS */


/* TEXT */
p {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.6em;
	text-align: left;
}

strong, b {
	font-weight: bold; /* explicit setting for these */
}

em, i {
	font-style: italic; /* explicit setting for these */
}

/* END TEXT */

/* LISTS */

#main ul li, #main ol li {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0 0 1em 3em;

}
/* END LISTS */

#main .feufield {
	font: inherit;
	padding: 2px;
	margin-left: 3px;
	border: 1px solid #333;
	color: #333;
}

#main .feubtn {
	font: inherit;
	padding: 2px;
	border: 1px solid #333;
	color: #333;
}

#main table.ballots thead tr td {
	padding: 8px 2px;
	border-bottom: 1px solid #333;
	font-weight: bold;
}

#main table.ballots tbody tr td {
	padding: 8px 2px;
}	