/* votejo.org style sheet */

/*
	colors
	#ffffcc pale yellow
	#cccccc pale gray
	#28503a Kendra dark green
	#6a8062 split the difference
	#85af8b Kendra light green
*/

BODY
{
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

A:link { color: #28503a; }
A:visited { color: #003300; }
A:hover { color: #28503a; }
A:active { color: #00cc00; }

BODY, P, BLOCKQUOTE, UL, TD, TH
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

.green { color: #28503a; }
.red { color: #cc0000; }
.blue { color: #0000cc; }

.toc
{
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	line-height: 150%;
}

.toc:link { color: #fff; }
.toc:visited { color: #fff; }
.toc:hover { color: #ffcc00; }
.toc:active { color: #fff; }

.tochere
{
	color: #ffcc00;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	line-height: 150%;
}

.tochere:link { color: #ffcc00; }
.tochere:visited { color: #ffcc00; }
.tochere:hover { color: #ffcc00; }
.tochere:active { color: #ffcc00; }

.contactbar
{
/*	color: #28503a;   */
	color: #000000;
/*	background-color: #85af8b;   */
	background-color: #000066;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

.contactbar:link { color: #fff; }
.contactbar:visited { color: #fff; }
.contactbar:hover { color: #ffcc00; }
.contactbar:active { color: #fff; }

.slogan
{
	color: #C90;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	font-style: italic;
	line-height: 150%;
}

.voice
{
	color: #C90;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	font-style: italic;
	line-height: 150%;
}

.item
{
	color: #6a8062;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	line-height: 150%;
}

.link
{
	color: #28503a;
	text-decoration: underline;
	font-style: italic;
}

.more
{
	color: #C90;
	text-decoration: underline;
	font-style: italic;
}

.more:link { color: #C90; }
.more:visited { color: #C90; }
.more:hover { color: #C90; }
.more:active { color: #C90; }

.body
{
	color: #000000;
	font-family: verdana, arial, sans-serif;
}

/* styles for issues.html */
p.issuehead
{
	color: #6a8062;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 6px;
}

blockquote.issue
{
	margin-left: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.issuesubhead
{
	color: #C90;
	font-style: italic;
	font-size: 14px;
	font-family: "Lucida Sans", verdana, arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 6px;
}

p.issuetext
{
	margin-top: 0px;
	margin-bottom: 6px;
}
