/* CSS Document */
body{
	background:#fff url(images/bg.gif) top repeat-x;
}

#wrapper {
	overflow:hidden;
    width: 960px;
	margin:0 auto;
}

#banner {
	clear:both;
	margin:0px auto;
	width:343px;
	height:137px;
}
/*----------------------------- Begin Navigational Tabs -----------------------------*/
#nav {
    margin: 0 auto;
	overflow:hidden;
	text-align: center;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:25px;
}

#nav li {
   display:inline;

}
#nav li a {
    font-family:Vollkorn, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:17px;
	color:#FFF;
	padding:0 15px 0 15px;
	text-shadow:0px 1px 0px #000;
}
#nav li.selected a, #nav li a:hover {

	text-decoration:underline;
}

/*------------------------------ End Navigational Tabs ------------------------------*/
#leftC{
	float:left;
}
	#slideshowHolder{
		border:5px solid #eee;
	}

#maincontent {
	background: #ffffff;
	font:15px Vollkorn, Georgia, "Times New Roman", Times, serif;
	float:left;
	color:#555;
	width:700px;
	margin:0 auto;
	margin-left:40px;
}
	#maincontent h1 {
			font-family:Vollkorn, Georgia, "Times New Roman", Times, serif;
			font-weight:normal;
			font-size:30px;
			border-bottom:1px dotted #ccc;
			padding:6px 0 6px 0;
			color:#444;
		}
	#maincontent h2{
		font-family:Vollkorn, Georgia, "Times New Roman", Times, serif;
			font-weight:normal;
			font-size:22px;
			color:#069;
	}
	
	#maincontent h3{
		font-family:Vollkorn, Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		font-size:16px;
		color:#C00;
	}	
	
			#maincontent p{	line-height:1.5; margin-top:15px;}



/*------------------------------------------------------------------*/

a, a:visited, a:active {
	color:#069;
	text-decoration:none;
	}
a:hover {
	color:#000000;
	text-decoration:underline;
}


ul li{
	margin:9px 0 9px 35px;
	list-style-type:circle;
}

strong{
	color:#C00;
	font-weight:normal;
}

#candidates{
	list-style-type:decimal;
	margin:5px 0 25px 35px;
}
	#candidates li{
		padding:4px;
		border-bottom:1px dotted #ccc;
	}


.candCont{
	background:#eee;
	padding:15px 25px 15px 25px;
	color:#333;
	overflow:hidden;
	margin:15px;
}

#footer{
	padding:14px;
	font:11px Vollkorn, Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#333;
	background:#FFF;
	border-top: 1px solid #ccc;
	margin-top:25px;
	clear:both;
}
