@charset "UTF-8";
/* CSS Document */

body {
	width:100%;
	height:100%;
	margin:auto 0;
	background:#333333;
}

#wrapper {
	width:800px;
	height:100%;
	background:#ffffff;
	border:2px #7c7c64 solid;
	margin: 10px auto;
}

#banner {
	width:800px;
	height:200px;
	background:url(images/kintighBGholder.jpg) no-repeat;
}

#topMenu {
	width:800px;
	height:40px;
	background:#7c7c64;
	clear:both;
	text-align:center;
}

#content {
	width:800px;
	height:100%;
	clear:both;
	background:#ffffff;
}

#leftContent {
	width:515px;
	height:100%;
	float:left;
	margin:5px;
}

#rightContent {
	width:265px;
	height:100%;
	float:right;
	text-align:center;
	margin:5px;
}

#give {
	width:250px;
	height:100px;
	padding:2px;
	text-align:left;
}

#voterView{
	width:250px;
	height:100px;
	border:#333300 1px solid;
	background:#f9e048;
	text-align:left;
	padding:2px;
}

#legislativeLinks {
	width:250px;
	height:100%;
	padding:2px;
	text-align:left;
	background-color:#CCCCCC;
	border: #333300 1px solid;
}

#calendar {
	width:250px;
	height:100%;
	padding:2px;
	text-align:center;
}

#footer {
	width:800px;
	height:40px;
	background:#7c7c64;
	clear:both;
	text-align:center;
}

.menuLinks {
	font:12px Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:bold;
	display:inline;
	text-decoration:none;
	text-align:left;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}

.menuLinks:focus, .menuLinks:hover {
	color:#a3cde2;
	text-decoration:none;
}

.menuContact {
	font:12px Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:inline;
	text-align:left;
	margin:2px 0 0 45px;
	color:#f9e048;
	text-decoration:none;
}

.menuContact:focus, .menuContact:hover {
	color:#a3cde2;
	text-decoration:none;
}

.menuContribute img {
	text-align:right;
	margin:5px 0 0 55px;
	text-decoration:none;
	border:none 0px;
}

.contentTitle {
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#000000;
}

.contentSubTitle {
	font:14px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#00007f;
}

.contentSubTitle a{
	color:#00007f;
	text-decoration:none;
}

.contentSubTitle a:hover, .contentSubTitle a:focus {
	color:#a3cde2;
	text-decoration:none;
}

.contentTxt {
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#333300;
	text-decoration:none;
	margin:10px;
}

.contentTxt a {
	color:#00007f;
}

.contentTxt a:focus, .contentTxt a:hover {
	color:#a3cde2;
	text-decoration:none;
}

.testimonyName {
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#333300;
	text-align:right;
	margin:5px;
	font-weight:bold;
}

.giveLinks {
	font: 18px Geneva, Arial, Helvetica, sans-serif;
	color: #333300;
	font-weight:bold;
	display:block;
	text-decoration:none;
	padding:2px;
	border:none;
}

.giveLinks a {
	color: #333300;
	text-decoration:none;
}

.giveLinks a:focus, .giveLinks a:hover {
	color:#a3cde2;
	text-decoration:none;
	border:none;
}

.voterViewHeader {
	font:16px Georgia, "Times New Roman", Times, serif;
	color:#602400;
	font-weight:bold;
	margin:5px;
	text-decoration:none;
}

.voterViewHeader a {
	color:#602400;
	text-decoration:none;
}

.voterViewHeader a:focus, .voterViewHeader a:hover {
	color:#a3cde2;
	text-decoration:none;
}

.voterViewTxt {
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	margin:5px;
}

.voterViewTxt a {
	color:#00007f;
}

.voterViewTxt a:hover, .voterViewTxt a:focus {
	color:#a3cde2;
	text-decoration:none;
}


.legislativeHeader {
	font:18px Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333300;
	text-decoration:none;
}

.legislativeHeader a {
	color: #333300;
	text-decoration:none;
}

.legislativeHeader a:focus, legislativeHeader a:focus {
	color:#ffa640;
	text-decoration:none;
}

.legislativeTxt {
	font:12px Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	color:#00007f;
	text-decoration:none;
}

.legislativeTxt a {
	color: #00007f;
	text-decoration:none;
}

.legislativeTxt a:focus, .legislativeTxt a:hover {
	color: #ffa640;
	text-decoration:none;
}

.calendarHeader {
	font:18px Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	text-align:left;
}

.calendarCaption {
	font:12px Geneva, Arial, Helvetica, sans-serif;
	color:#00007f;
	text-decoration:none;
	margin:5px;
}

.calendarTxt {
	font:12px Geneva, Arial, Helvetica, sans-serif;
	color:#7c7c64;
	text-decoration:none;
	padding:5px;
	text-align:left;
}

.calendarDate {
	font:10px Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#602400;
	text-decoration:none;
	padding:5px;
	text-align:left;
}

.calendarTable {
	border:#7c7c64 1px solid;
	margin:2px;
}


.footerTxt {
	font:10px Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#f9e048;
}

h3 {
	padding:5px;
}

h4 {
	padding:5px;
}

h5 {
	padding:2px 5px;
}

h6 {
	padding:5px 15px 5px 0;
}

p {
	padding: 5px;
}

table {
	padding:5px;
	background:none;
}