/* Style for the upper menu frame */
body.top {
  background-image: url(assets/Photo_Top.Jpg);
  background-repeat: no-repeat;
  font-family: Verdana;
  font-style: italic;
  font-weight: bold;
  color: black;
}

body.menu {
  background-image: url(assets/Photo_Menu.Jpg);
  background-repeat: no-repeat;
  font-family: Verdana;
  color: mistyrose;
}
  
body.main {
  background-image: url(assets/Photo_Main.Jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Times;
  color: black;
}

/*
 *  Basis table override to enable tr/td-based
 *  table border
 */
table {
  border-collapse: collapse;
}

/*
 *  Various table row and cell styles
 */
td.top {
  font-size: xx-large;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: aliceblue;
}

td.top.subtitle {
  font-size: x-large;
}

td.bordered {
  padding: 0.3em;
  border: thin solid slategray;
}

#SubMenuGroup a {
  font-size: normal;
  font-weight: bold;
  text-decoration: underline;
  color: aliceblue;
}

#SubMenuGroup a:hover {
  border: thin solid black;
  text-decoration: none;
  color: white;
}

#SubMenuGroup td {
  text-align: center;
}

/*
 *  Styles for the Left side menu.
 */
#MenuGroup a {
  font-size: medium;
  font-weight: bold;
  text-decoration: underline;
  color: aliceblue;
}

#MenuGroup a:hover {
  border: thin solid black;
  text-decoration: none;
  color: white;
}

#MenuGroup td {
  text-align: left;
  padding-bottom: 6px;
}


/* Styles used by everything else */

h1 {
  font-family: Verdana;
  font-style: italic;
  font-weight: bold;
  text-align: right;
}

/* All anchors are white */

a {
  font-weight: bold;
/*  font-style: italic; */
  color: black;
}

/* Paragraph (or "Block") titles */
.btitle {
  text-align: left;
  font-size: large;
  font-weight: bold;
  border-bottom: medium solid;
}

/*
 * Section title (a.k.a. Header 3)
 */
.stitle {
  text-align: left;
  font-size: normal;
  font-weight: bold;
  border-bottom: thin dotted;
}

h3 {
  text-align: left;
  font-size: normal;
  font-weight: bold;
  border-bottom: thin dotted;
}

/*
 * Sub-Section title (a.k.a. Header 4)
 */
h4 {
  text-align: left;
  font-size: normal;
  font-weight: bold;
}

/*
 *
 */  
.dateline {
  font-size: small;
}

.backtotop {
  text-align: right;
  font-size: x-small;
  border-bottom: medium solid;
}

/* Bottom of each page */
.foot {
  font-size: xx-small;
  text-align: center;
}

/* Temporary style for voter encouragement */
.vote1 {
/*  font-family: script; */
  font-size: x-large;
  font-weight: 700;
  color: lightseagreen;
}

.vote2 {
  font-size: large;
  color: firebrick;
}

/* Last update 04/01/2006 */


