/* index.css	K. J. Turner	06/02/09 */

body {
  margin:5px 0px 0px 5px;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:0.8em;
}

hr {
  background-color:#084060;
  color:#10547B;
  height:3px;
  text-align:center;
}

p, blockquote, table, ul, ol, dl, dd, li, dir, menu, td, div {
  font-weight:normal
}

/* links */

a:hover {
  color:#ffffff;
  background:lightblue;
  text-decoration:none;
}

a:link {
  color:blue;
}

a:visited {
  color:darkblue;
}

a.small {
  font-size:90%;
  font-weight:normal;
}

/* navigation links */

a.graficnav:hover {
  background-color:white;
  color:white;
  font-weight:bold;
  text-decoration:underline;
}

a.graficnav:link {
  color:white;
  font-weight:bold;
  text-decoration:none;
}

a.graficnav:visited {
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
}

/* footer links */

a.nav:hover {
  color:white;
  font-weight:bold;
  text-decoration:underline;
}

a.nav:link {
  color:white;
  font-weight:bold;
  text-decoration:none;
}

a.nav:visited {
  color:white;
  font-weight:bold;
  text-decoration:none;
}

/* headings */

h1, h2, th, thead, tfoot {
  color:#10547B;
  font-weight:bold;
}

h3, h4, dt {
  color:#084060;
  font-weight:bold;
}

h1 {
  font-size:180%;
  margin-bottom:0.1em;
  margin-top:0.1em;
}

h2 {
  font-size:150%;
  margin-bottom:0.1em;
  margin-top:1.0em;
}

h3 {
  font-size:120%;
  margin-bottom:0.1em;
  margin-top:1.0em;
}

h4 {
  font-size:100%;
  margin-bottom:0.1em;
  margin-top:0.2em;
}

b.white {
  color:white;
  font-weight:bold;
}

b {
  font-weight:bold;
}

p.small {
  font-size:95%;
  font-weight:normal;
  margin-bottom:-0.1em;
  margin-top:0.1em;
  text-decoration:none;
}

.vertdot {
  background-image:url(common/vertdot.jpg);
  background-repeat:repeat-y
}

td.about {
  background-image:url(common/about.gif);
  background-repeat:repeat-x;
  color:#ffffff;
  font-weight:bold;
  margin:5px;
  margin-bottom:0.1em;
  margin-top:6.0em;
  padding:2px;
}

td.contact {
  background-image:url(common/contact.gif);
  background-repeat:repeat-x;
  color:#ffffff;
  font-weight:bold;
  margin:5px;
  margin-bottom:0.1em;
  margin-top:6.0em;
  padding:2px;
}

td.events {
  background-image:url(common/events.gif);
  background-repeat:repeat-x;
  color:white;
  font-weight:bold;
  margin:5px;
  margin-bottom:0.1em;
  margin-top:6.0em;
  padding:2px;
}

td.news {
  background-image:url(common/news.gif);
  background-repeat:repeat-x;
  color:white;
  font-weight:bold;
  margin:5px;
  margin-bottom:0.1em;
  margin-top:6.0em;
  padding:2px;
}

td.people {
  background-image:url(common/people.gif);
  background-repeat:repeat-x;
  color:white;
  font-weight:bold;
  margin:5px;
  margin-bottom:0.1em;
  margin-top:6.0em;
  padding:2px;
}

/* button without borders */

.buttonLink {
  background:transparent;
  border:none;
  color:blue;
  cursor:pointer;
  display:inline;
  font-weight:normal;
  /* min-width:10px; */
  margin:0px;
  padding:0px;
  text-align:left;
}

/* skip to main content */

a.skip:active {
  background-color:yellow;
  color:black;
}

a.skip:focus {
  background-color:yellow;
  color:black;
}

a.skip:hover {
  color:lightblue;
}

a.skip:link {
  color:blue;
}

a.skip:visited {
  color:darkblue;
}



