/* First Campaign's CSS stylesheet */

/* Main body CSS code.*/

body{
	background-color:#FF0000;
	
}

h2{
	color:#FFFFFF;
}



/* Whole Site CSS code */

#WholeSite{
	width: 947px;
	
	background-color:#0000FF;
	margin-right: 220px;
	margin-left: 230px;

}

#WholeSite img{
	position: center;
	margin: 0px 0px 0px 0px;
}

#WholeSite p {
	font-weight: bold;
	color:#FFFFFF;
}

/* Footer CSS code */
#footer{
	width: 947px;
	
	background-color:#FFFFFF;
	text-align: center;
	

	margin-right: 229px;
	margin-left: 230px;

}

#footer p {
	color:#000000;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	
	font-size: 12px;
	
	padding:5px;
}

/* First Campaign Navigational Bar */

ul.navbar {
	list-style-type: none;
	padding-left: 0;
	margin-left: 20px;
	
	padding-bottom: 5px;

}

ul.navbar li{
	display:inline;
	float: left;
}

ul.navbar a {
	
	text-transform:uppercase;
	width: 10em;
	border: 1px solid #000;
	background-color:#FFFFFF;

	padding: 10px 15px 10px 15px;
	margin-right: 5px;	
	font-size:.6em;
}

#NavigationalBarDiv a:link{
	color:#0000FF;
}

#NavigationalBarDiv a:visited {
	color:#FF0000;
}

#NavigationalBarDiv a:hover{
	color:#FF0000;
}

#NavigationalBarDiv a:link{
	text-decoration: none;
}
/*Index CSS code */

#IndexBody{
	width: 670px;
	

	
	padding: 25px;
	padding-left: 130px;
	
	
	
	text-align: left;
	
	font-family:Georgia, Times New Roman, Times, serif;
}

#IndexBody a:link{
	color:#FF0000;
}

#IndexBody a:visited {
	color:#FF0000;
}

#IndexBody a:hover{
	color:#FF0000;
}

#IndexBody a:link{
	text-decoration: none;
}


/* Getting On The Ballot CSS code */

#GettingOnTheBallot{
	width: 670px;
	

	
	padding: 25px;
	padding-left: 130px;
	
	
	text-align: left;
	
	font-family:Georgia, Times New Roman, Times, serif;
	

}

#GettingOnTheBallot h2{
	
	
}

#GettingOnTheBallot img {
	
	padding-right: 80px;
	padding-top: 10px;
}


/* Deciding To Run CSS code */

#DecidingToRun {

	width: 670px;
	

	
	padding: 25px;
	padding-left: 130px;
	
	
	text-align: left;
	
	font-family:Georgia, Times New Roman, Times, serif;
	

}


#DecidingToRun h2 {

	
}


/* Define Why You Are Running CSS code */

#DefineWhyYouAreRunning {
	width: 670px;
	

	
	padding: 25px;
	padding-left: 130px;
	
	
	text-align: left;
	
	font-family:Georgia, Times New Roman, Times, serif;
	

}


#DefineWhyYouAreRunning h2 {
	
	

}


/* Determine A Theme CSS code */

#DetermineATheme {
	width: 670px;
	

	
	padding: 25px;
	padding-left: 130px;
	
	
	text-align: left;
	
	font-family:Georgia, Times New Roman, Times, serif;
}

#DetermineATheme h2 {
	
	
}


/* Identify Key Issues CSS code */

#IdentifyKeyIssues {
	width: 670px;
	

	
	padding: 25px;
	padding-left: 130px;
	
	
	text-align: left;
	
	font-family:Georgia, Times New Roman, Times, serif;
}

#IdentifyKeyIssues h2 {
	
	
}

/*Initial Planning CSS code */

#InitialPlanning {
	width: 670px;
	

	
	padding: 25px;
	padding-left: 130px;
	
	
	
	text-align: left;
	
	font-family:Georgia, Times New Roman, Times, serif;
}

#InitialPlanning h3 {
	color:#FFFFFF;

}

#InitialPlanning a:link{
	color:#FF0000;
}

#InitialPlanning a:visited {
	color:#FF0000;
}

#InitialPlanning a:hover{
	color:#FF0000;
}

#InitialPlanning a:link{
	text-decoration: none;
}

#InitialPlanning ul {
	color:#FFFFFF;
}

/* Recruiting CSS code */

#Recruiting {
	width: 670px;
	

	
	padding: 25px;
	padding-left: 130px;
	
	
	text-align: left;
	
	font-family:Georgia, Times New Roman, Times, serif;
}

#Recruiting h2 {
	
	
}

/* Biographical Background and Worksheet CSS code */

#BBAW {
	width: 670px;
	

	
	padding: 25px;
	padding-left: 130px;
	
	
	text-align: left;
	
	font-family:Georgia, Times New Roman, Times, serif;
}

#BBAW h2 {


}

#BBAW table{
	background-color:#000000;
	text-color:#FFFFFF;
	text-align: center;
	margin-left: 60px;
	text-transform:uppercase;
	
	
}

#BBAW td{
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}


/* Candidate Comparison Profile and Worksheet CSS code */

#CCAPW{
	width: 670px;
	

	
	padding: 25px;
	padding-left: 130px;
	

	
	
	text-align: left;
	
	font-family:Georgia, Times New Roman, Times, serif;
	
}

#CCAPW h2 {
	
	
}

#CCAPW table{
	background-color:#000000;
	text-color:#FFFFFF;
	text-align: center;
	margin-left: 120px;
	text-transform:uppercase;
}

#CCAPW td{
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}