/* CSS Document */

body {
  margin: 0;
  background-color: #D9D9D9;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.dates {
  color: #000000;
  background-color: #AAAAD9;
  font-size: 14px;
  font-weight: bold;
}

.vote {
  color: #0000C0;
  cursor: pointer;
}

a {
  color: #00F; /*#800000; */
  text-decoration:underline;
}

#topnav table tr td{
	height: 100%;
	font-weight: bold;
	border: 1px solid #000; /* #AAAAD9; */
	font-size: 13px;
	cursor: pointer;
	background-repeat: repeat-x;
}

#topnavhover {
	color: #7070F0;
	background-image: url(pics/bluegradient2.png);
	/*http://www.rafkind.com/barry/graphics/gtest.php?func=line&d=h&x=1&y=30&g=0.5&r1=255&g1=255&b1=255&r2=170&g2=170&b2=217*/
}

#topnavmouseout {
	color: #000;
	background-image: url(pics/bluegradient1.png);
}

a:hover {
  color: #00F; /*#800000;*/
  text-decoration:none;
}

#content {
  color: #000000;
  font-size: 13px;
  padding: 10px 50px;
  overflow-y: auto; 
  overflow-x: hidden;
}

.news {
  font-size: 13px;
}

.latest {
  background-color: #D9AAAA;
  font-size:12px;
  border:1px solid #333333;
  padding: 8px 5px 10px 8px;
}

.latest h2 {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 5px 0;
  margin: 0;
}

.latest a {
  color: #C00000;
}

img.floatright {
  float: right;
  margin: 0 0 5px 10px;
}

h1 {
  color: #00F; /*#800000;*/
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}

h2 {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  padding-top: 15px;
}

.letter {
  color: #00F; /*#800000;*/
  font-size: 14px;
  font-weight: bold;
}

#copyright {
	padding: 0px;
	color: #333333;
	font-size: 10px;
}

#para {
	text-indent: 2em;
	margin: 1.2em 0;
	line-height: 1.75em;
	text-align: justify;
}

#block {
	margin: 1.2em 0;
	line-height: 2em;
	text-align: justify;
}

#emphasize {
	font-weight: bold;
}

#issue-heading {
	padding: 5px; 
	border: 1px solid #000;
}

#volunteerform {
	position: relative;
	float: left;
	margin: 10px 15px;
	width: 45%; 
	text-align: left; 
}

#volunteerform tr td{
	vertical-align: top;
	padding: 5px 10px;
	border: 1px solid #000;
	line-height: 1.5em;
}

#volunteerheading {
	font-weight: bold;
	background-color: #AAAAD9;
}