a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #c0c0c0;
  text-decoration: none;
}

a.headshot:active {
  color: #c0c0c0;
  text-decoration: underline;
}

a.headshot {
  color: #000000;
  text-decoration: none;
}

a.headshot:hover {
  color: #000000;
  text-decoration: underline;
}

a.headshot:visited {
  color: #000000;
  text-decoration: none;
}

a.navigation:active {
  color: #c0c0c0;
  text-decoration: underline;
}

a.navigation {
  color: #000000;
  text-decoration: none;
}

a.navigation:hover {
  color: #c0c0c0;
  text-decoration: none;

}

a.navigation:visited {
  color: #000000;
  text-decoration: none;
}

a.sidenav:active {
  color: #c0c0c0;
  text-decoration: none;
  font-size: 12px;
}

a.sidenav {
  color: #000000;
  text-decoration: none;
  font-size: 12px;
}

a.sidenav:hover {
  color: #c0c0c0;
  text-decoration: none;
  font-size: 12px;
}

a.sidenav:visited {
  color: #000000;
  text-decoration: none;
  font-size: 12px;
}

body.main {
  background-color: #E9F1F5;
  background-image: url(../images/bg-gradient.gif);
  background-position: top left;
  background-repeat: repeat-x;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

body.splash {
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  margin-right: 0px;
}

div.globalwrapper {
}

div.footer-home {
  z-index: 2;
  position: relative;
  vertical-align: top;
  text-align: center;
  font-family: verdana;
  font-size: 10px;
}

div.popup {
  background-color: #FFFFFF;
  border-style: solid;
  z-index: 3;
  display: block;
  text-align: center;
  position: relative;
  top: -250px;
}

img.banner {
  margin-top: 0px;
  margin-bottom: 0px;
}

table.main {
  border-color: #000000;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 0px;
}

table.navigation {
  border-color: #000000;
  border-style: solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  border-right-width: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

table.splash {
  background-color:transparent;
}

td.albumtext {
  font-family: Tahoma, Verdana;
  font-size: 11px;
  color: #000000;
  line-height: 13px;
}

td.banner {
  margin-top: 0px;
  margin-bottom: 0px;
}

td.biotext {
  vertical-align: top;
  text-align: left;
  font-family: verdana;
  font-size: 12px;
}

td.footer {
  position: relative;
  vertical-align: top;
  text-align: center;
  font-family: verdana;
  font-size: 10px;
}

td.headshot {
  vertical-align: middle;
  text-align: center;
  font-family: verdana;
  font-size: 12px;
}

td.navigation {
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
}

td.newsitem {
  vertical-align: top;
  font-family: verdana;
  font-size: 12px;
  padding: 5px;
  color: #000000;
}

td.sidenav {
  vertical-align: top;
  font-family: arial;
  font-size: 12px;
  color: #000000;
}

td.splash {
  text-align: center;
  font-family: verdana;
  font-size: 14px;
  color: #000000;
  background-color:transparent;
}



div.uedge {
  width: 100%;
  background-image: url(../images/edge-t.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  padding: 0px 0px 0px 0px;
}
div.redge {
  background-image: url(../images/edge-r.jpg);
  background-position: top right;
  background-repeat: repeat-y;
  padding: 0px 0px 0px 0px;
}
div.bedge {
  background-image: url(../images/edge-b.jpg);
  background-position: bottom left;
  background-repeat: repeat-x;
  padding: 0px 0px 0px 0px;
}
div.ledge {
  background-image: url(../images/edge-l.jpg);
  background-position: top left;
  background-repeat: repeat-y;
  padding: 0px 0px 0px 0px;
}
div.ulcorner {
  background-image: url(../images/corner-tl.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 0px;
}
div.urcorner {
  background-image: url(../images/corner-tr.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 0px;
}
div.blcorner {
  background-image: url(../images/corner-bl.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 0px;
}
div.brcorner {
  background-image: url(../images/corner-br.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 20px 20px 20px 20px;
}
div.innercontent {
  width: 100%;
}


