@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th, caption {
	font-weight: normal;
	text-align: center;
}
img, fieldset {
	border: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #000;
	background: #FFC url(../images/main/1x1pxffc.jpg);
}
#container {
	width: 960px;
	margin: 0 auto;
}
#header {
	float: left;
	width: 960px;
}
#content {
	float: left;
	width: 960px;
	padding: 15px 0 10px 0;
}
#contentleft {
	float: left;
	width: 230px;
}
#donationbutton {
	float: left;
	width: 210px;
	padding: 10px;
	margin: 0 0 20px 0;
	font-size: 90%;
	background: #9CC;
}
#contentright {
	float: right;
	width: 715px;
}
#contentmain {
	float: left;
	width: 500px;
}
.homepg #contentmain {
	text-align: left;
	font-size: 120%;
}
.aboutpg #contentmain,
.volunteerpg #contentmain {
	text-align: left;
}
#contentside {
	float: right;
	width: 200px;
	text-align: left;
}
#footer {
	float: left;
	width: 960px;
	font-size: 90%;
	color: #FFF;
	background: url(../images/main/1x1px099.jpg);
}
p {
	margin: 0 0 10px 0;
}
#footer p {
	margin: 10px 0;
}
h1 {
	margin: 10px 0 20px 0;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-weight: bold;
}
.endorsementspg h2 {
	margin: 40px 0 0 0;
}
.homepg .specialtext,
.contactpg .specialtext {
	margin: 40px 0 20px 0;
}
.aboutpg .specialtext {
	font-weight: normal;
}
.endorsementspg .specialtext {
	margin: 10px 0 0 0;
}
.volunteerpg .specialtext {
	margin: 10px 0 10px 0;
}
.required {
	font-size: 80%;
	color: #099;
}
ul.navbar {
	float: left;
	list-style: none;
	padding: 0 0 20px 24px;
}
#volunteerform th {
	text-align: right;
}
#endorsementsform td,
#volunteerform td {
	text-align: left;
}
a:link {
	color: #099;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #066;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #9CC;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:link,
#footer a:visited {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover,
.homepg #footer a.homelnk,
.aboutpg #footer a.aboutlnk,
.endorsementspg #footer a.endorsementslnk,
.volunteerpg #footer a.volunteerlnk,
.electionpg #footer a.electionlnk,
.contactpg #footer a.contactlnk {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}