
body {
	background-color: #195480;
	background-image: url("../images/election/backgrounds/main.gif");
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

#centered {
	vertical-align: middle;
	text-align: center;
}

#content {
	width: 800px;
	/*background-color: white;*/
	/*border: 1px solid white;*/
	position: relative;
	margin: 0 auto;
}

#introduction {
	top: 0px;
	left: 0px;
	background-color: #103B5B;
	position: relative;
	margin: 5px 0px 5px 0px;
}

#main {
	top: 0px;
	left: 0px;
	background-color: #195480;
	/*border: 1px solid green;*/
	/*
	height: 200px;
	width: 800px;
	*/
	position: relative;
}

h1 {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin:  15px 10px 0px 10px;
}

h2 {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	/*border-bottom: 2px solid #ed2c47;*/
	margin:  15px 10px 0px 10px;
}

h3 {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	/*border-bottom: 2px solid #ed2c47;*/
	margin:  5px 10px 10px 10px;
}

h4 {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	/*border-bottom: 2px solid #ed2c47;*/
	margin:  5px 10px 10px 10px;
}

p {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #E4E4E4;
	text-align: left;
	margin:  10px 5px 5px 10px;
}

p a {
	color: #80B6E2;
}

ul {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #E4E4E4;
	text-align: left;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 5px;
}

ol {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #E4E4E4;
	text-align: left;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 5px;
}

li {
	list-style-type: decimal;
}

li p {
	margin:  0px 0px 5px 0px;
}

ul a {
	color: #80B6E2;
}

ol a {
	color: #80B6E2;
}

.list-title {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 0px 0px 5px 0px;
}

#footer {
	top: 10px;
	left: 0px;
	width: 800px;
	height: 75px;
	border-top: 4px solid #ed2c47;
	border-bottom: 2px solid #0d233a;
	position: relative;
	background-image: url("../images/election/backgrounds/footer.png");
	background-repeat: repeat-x;
	background-position: top;
	clear:both; text-align:center;
}

#footer p {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	margin:  15px 5px 0px 10px;
	font-weight: bold;
}