body {
	color: #000; 
	background-color: #FFF; 
	margin: 0; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
}

td { 
	font-size : 10pt;
}

h1 {
	font-size : 14pt;
}

/*Begin Styles For Left Sidebar Links. [What does heavernav style do?]*/
.rightnav {
	background: #2655AB;
}
.rightnav ul {
	margin: 0px;
	padding: 0px 0px 15px 0px; 
}
.rightnav li {
	line-height: 11pt;
	list-style-type:none;
}

.headernav a:link, .headernav a:visited, .headernav a:hover, .headernav a:active,
.rightnav a:link, .rightnav a:visited, .rightnav a:hover, .rightnav a:active {
	color: #FFF;
	text-decoration: none;
}

.headernav a:link, .headernav a:visited, .headernav a:hover, .headernav a:active {
	font-size: 10pt;
	font-weight: bold;
}

.rightnav a:link, .rightnav a:visited, .rightnav a:hover, .rightnav a:active {
	font-size: 8pt;
}

.headernav a:hover, .rightnav a:hover {
	color: #FC3;
}

.rightnavBoldItalic a:link, .rightnavBoldItalic a:visited, 
.rightnavBoldItalic a:active, .rightnavBoldItalic a:hover  {
	text-decoration: underline;
	font-weight: bold;
}
/*End Styles for Left Sidebar*/

/*Styling for election nav bar*/
.electionNav {
	color: #2D3693;
	background: #FFF;
	font-weight: bold;
}

/*This style spaces out the watch video links so they are not so squished together*/
div.forumWatchSpacing {
	padding: 5px 0px;
}

/*used mostly for election videos link to make text white*/
.style1 {
	color: #FFF;
}


/*What do the styles below do? */

td.menu1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : #FFF;
	text-align: center;}

a.topnav{
  color: #FFFFFF;
  background: none;
  text-decoration: none;}
  
a.topnav:hover {
  background-color: #FFF;
  color: #000;}
  
a.bottomnav{
  background-color: #FFF;
  color: #000;
  text-decoration: none;}
  
a.bottomnav:hover {
  background-color: #DDD;
  color: #000;}
  
.searchbox { padding: 0; border: solid 1px #000; font-size: 10px; color: #fff }

a.leftnav {
  color: #00F;
  font-size: 10pt;
  text-decoration: none;
}
  
a.leftnav:hover {
  color: #00f;
  font-size: 10pt;
  background-color: #DDD;
 }
 
td.homebody {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
}

