body {
	font-family: Geneva;
	font-size: 10pt;
	color: black;
}

h1 {
	font-family: Geneva;
	font-size: 20pt;
	font-variant: small-caps;
	color: black;
	text-align: center;
	padding: 0 0 0 0;
}

h2 {
	font-family: Geneva;
	font-size: 12pt;
	color: red;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	padding: 0;
	font-variant: small-caps;
	margin-left: 0px;
}

h3 {
	font-size: 11pt;
	color: red;
	font-weight: bold;
	display: inline;
	padding: 0;
}

h4 {
	font-size: 11pt;
	color: red;
	font-weight: bold;
	padding: 0;
	text-align: center;
}

p {
	font-family: Geneva;
	font-size: 10pt;
	color: black;
	margin-right: 10px;
}

a {
	font-weight: bold;
}

a:hover {
	color: red;
}

#Content {
	margin-left: 20px;
	margin-right: 10px;
	width: 580px;
	border: thin dotted black;
	background-color: #EFEFEF;
	padding-left: 10px;
}

#Content:hover{
	background-color:#F5F5F5;
}

#miniheader {
	color: red;
	font-size: 11pt;
	font-weight: bold;
}

#PollView {
 	position:absolute;
	z-index:1;
	left: 640px;
	top: 624px;
	border:thin dotted black;
	background-color: #EFEFEF;
	text-align: left;
}

#PollView:hover {
	background-color:#F5F5F5;
}


#VotingBooth {
	text-align: left;
}

#PollResult {
	position:absolute;
	z-index:1;
	left: 640px;
	top: 624px;
	border:thin dotted black;
	background-color: #EFEFEF;
	text-align: left;
}

#PollResult:hover {
	background-color:#F5F5F5;
}


#UpcomingEvents {
	position:absolute;
	width:320px;
	z-index:2;
	left: 640px;
	top: 256px;
	border:thin dotted black;
	text-align: center;
	background-color: #EFEFEF;
}

#UpcomingEvents:hover {
	background-color:#F5F5F5;
}


#HistoricalUpdates {
	text-align: center;
}
