<style>

/*
put this at the top of every page:
<link rel="stylesheet" type="text/css" href="votes.css">
<script type="text/javascript"></script>
*/

body {
	color: #000000;
	font-family: tahoma, arial, courier;
	font-size: 9pt;
}

table, tr, td {
	font-size: 9pt;
	font-family: tahoma, arial, courier;
}

center {
	align: center;
}

a {
	color: #990000;
	text-decoration: none;
	background: url(underline.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 2px;
}

a:hover {
	color: #ffffff;
	background-color: #990000;
}

.small {
	font-size: 8pt;
	color: #999999;
}

.para {
	font-size: 8pt;
}

div.body {
	position: absolute;
	left: 170px;
	top: 120px;
	color: #000000;
	font-family: tahoma, arial, courier;
	font-size: 9pt;
	padding-right: 40px;
}

div.header {
	position: absolute;
	left: 0px;
	top: 0px;
}

div.menu {
	position: absolute;
	left: 5px;
	top: 120px;
}

td.nav {
	color: #000000;
	width: 140px;
	padding: 10px;
	background-image: url(test.jpg);
	background-repeat: repeat-y;
	background-position: right;
	font-family: tahoma, arial, courier;
	font-weight: bold;
}

td.nav1 {
	background-color: #990000;
	color: #ffffff;
	width: 140px;
	padding: 10px;
	background-image: url(test2.jpg);
	background-repeat: repeat-y;
	background-position: right;
	font-family: tahoma, arial, courier;
	font-weight: bold;
}

div.counter {
	visibility: hidden;
}

div.container {
	width: 90%;
	padding: 10px;
}

table.content {
	padding: 0px;
	margin-bottom: 10px;
}

div.content {
	padding: 0px;
}

p.db {
	padding: 15px;
}

.office {
	background-color: #666666;
	color: #ffffff;
	font-family: tahoma, arial, courier;
	font-weight: bold;
	vertical-align: middle;
	padding: 7px;
}

td.incumbent {
	background-image: url(votesdb/incumb_back.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

td.retiring {
	background-image: url(votesdb/retiring_back.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

td.new {
	background-image: url(votesdb/new_back.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

td.highlight {
	background-color: #ffff99;
}

.cand_name {
	font-family: tahoma, arial, courier;
	font-weight: bold;
}

div.normal {
	font-family: tahoma, arial, courier;
	font-size: 9pt;
}

div.blog_side {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20%;
}

font.blog_title {
	font-size: 10pt;
	font-weight: bold;
}

.noborder {
	text-decoration: none;
	background: none;
	color: none;
	border: 0px;
}

div.body_summit {
	position: absolute;
	left: 40px;
	top: 140px;
	color: #000000;
	font-family: tahoma, arial, courier;
	font-size: 9pt;
	padding-right: 40px;
}

div.header_summit {
	position: absolute;
	left: 40px;
	top: 0px;
	font-family: tahoma, arial, courier;
	font-size: 9pt;
	width: 50%;
	padding-right: 40px;
}

div.left_margin {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 600px;
	background-image: url(summit/leftside.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}


</style>
