ADDRESS, BLOCKQUOTE, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL 
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000066;
	font-size: 12px
}

a:link
{
	color: rgb(0,102,102); 
}
a:visited
{
	color: rgb(0,153,153); 
} 
a:active 
{
	color: rgb(255,102,0);
}

a.blue:link {color: #ffffff; background: blue; font-weight: bold;}
a.blue:active {color: #ffffff; background: blue; font-weight: bold;}
a.blue:visited {color: #ffffff; background: blue; font-weight: bold;}
a.blue:hover {color: #ffffff; background: blue; font-weight: bolder;}

a.red:link {color: #ffffff; background: red; font-weight: bold;}
a.red:active {color: #ffffff; background: red; font-weight: bold;}
a.red:visited {color: #ffffff; background: red; font-weight: bold;}
a.red:hover {color: #ffffff; background: red; font-weight: bolder;}

a.green:link {color: #ffffff; background: green; font-weight: bold;}
a.green:active {color: #ffffff; background: green; font-weight: bold;}
a.green:visited {color: #ffffff; background: green; font-weight: bold;}
a.green:hover {color: #ffffff; background: green; font-weight: bolder;}

a.olive:link {color: #ffffff; background: #808040; font-weight: bold;}
a.olive:active {color: #ffffff; background: #808040; font-weight: bold;}
a.olive:visited {color: #ffffff; background: #808040; font-weight: bold;}
a.olive:hover {color: #ffffff; background: #808040; font-weight: bolder;}

a.yellow:link {color: #000000; background: #abfb71; font-weight: bold;}
a.yellow:active {color: #000000; background: #abfb71; font-weight: bold;}
a.yellow:visited {color: #000000; background:#abfb71; font-weight: bold;}
a.yellow:hover {color: #000000; background: #abfb71; font-weight: bolder;}

a.yellow2:link {color: #000000; background: #ffff00; font-weight: bold;}
a.yellow2:active {color: #000000; background: #ffff00; font-weight: bold;}
a.yellow2:visited {color: #000000; background: #ffff00; font-weight: bold;}
a.yellow2:hover {color: #000000; background: #ffff00; font-weight: bolder;}

a.orange:link {color: #ffffff; background: #ff8000; font-weight: bold;}
a.orange:active {color: #ffffff; background: #ff8000; font-weight: bold;}
a.orange:visited {color: #ffffff; background:#ff8000; font-weight: bold;}
a.orange:hover {color: #ffffff; background: #ff8000; font-weight: bolder;}

a.naco:link {color: #408080; background: #00ff80;}
a.naco:active {color: #408080; background: #00ff80;}
a.naco:visited {color: #408080; background:#00ff80;}
a.naco:hover {color: #408080; background: #00ff80; font-weight: bold;}

a.foot:link {color: #000066;}
a.foot:active {color: #000066;}
a.foot:visited {color: #000066;}
a.foot:hover {color: #000066;}

body
{
	font-family: Verdana, sans-serif;
	background-color: #c0c0c0;
	color: #000066;
	font-size: 12px;
	text-align:center;
	margin: auto;
	width:1200px;
}

#Content {
	width:1200px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:10px;
	background-color:#ffffff;
	}


table
{
	background-color: rgb(204,255,255);
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px;
}

tr.spaceUnder > td 
{ 
  padding-bottom: 20px; 
} 


blockquote.jobdesc {
	font-style:	normal;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
}
h1
{
	color: rgb(153,0,0);
}
h2
{
	color: rgb(255,204,0); 
}
h3
{
	color: rgb(0,153,153); 
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}
li
{
	color: rgb(0,0,255);
}
/* =-=-=-=-=-=-=-[Menu Three - Alerts]-=-=-=-=-=-=-=- */

#menu3 {
        width: 200px;
        border: 0px solid #ccc;
        margin: 0;
        }

#menu3 li a {
          voice-family: "\"}\"";
          voice-family: inherit;
        text-decoration: none;
        }

#menu3 li a:link, #menu3 li a:visited {
        color: #888;
        display: block;
        padding: 0px 0 0 0px;
        }

#menu3 li a:hover {
        color: #283A50;
        text-decoration: underline;
        padding: 0px 0 0 0px;
        }
#menu3 li #current, #menu3 li a:active {
        color: #283A50;
        font-weight: bold;
        padding: 0px 0 0 0px;
        }
/* =-=-=-=-=-=-=-[votingresults page]-=-=-=-=-=-=-=- */
p.votecand {
	text-indent: 15px;
}

p.votepagetitle
{
	color: #000080;
	font-size: 16px;
	font-weight:	bold; 
	text-align:		center;
	padding-top:	0px;
	padding-bottom:	0px;
	padding-right:		0px;
	padding-left:		0px;
}

td.votemainhdr {
	font-size:  14px;
	font-weight: bold;
	color:	white;
	background-color: #0000ff;
}

th.votepartyhdr {
	font-size:  18px;
	font-weight: bold;
	color:	white;
	background-color: #ff0000;
	vertical-align:  middle;
}

td.votecount {
	text-align:  right;
}
td.votetotal {
	text-align:  right;
	font-weight:	bold;
}
th.voteoffice {
	background-color: #00ff00;
	text-align:			left;
}

td.votesecthdr {
	text-align:		center;
	font-weight:	bold;
	color:			#ffffff;
	background-color:	#000080;
}



