ul li {
  list-style: none;
}

a:link {
  color: #000000;
text-decoration: underline;
}

a:active {
  color: #000000;
text-decoration: none;
}

a:hover {
  color: #2722AC;
text-decoration: none;
}

a:visited {
  color: #000000;
text-decoration: underline;
}

a:visited:hover {
  color: #2722AC;
text-decoration: none;
}

.infobar {
  display: none;
}

p,div,td {
  color: #000000;
  font-family: Verdana; Arial, Helvetica, sans-serif; 
  font-size: 12px;  
}

body {
  background-image: url(/userimages/bg.gif);
  background-color: #2722AC;
  background-repeat: repeat-y;
  color: #000000;
  margin: 0px;
  overflow: auto;  
}

.logo {
  background-image: url(/userimages/logo.gif);
  background-repeat: no-repeat;
  height: 150px;
  width: 100%;
}

.pagelabel {
 display: none;  
}

#navCell {
  position: absolute;
  top: 160px;
  left: -35px;
}

#contentCell {
  position: absolute;
  top: 160px;
  left: 185px; 
  width: 575px;
}

#navCell a {
  color: #ffffff;
  background-color: #2722AC;
  text-align: center;
  display: block;
  width: 115px;
  margin: 3px;
  padding: .2em .5em;
  text-decoration: none;
  border: thin outset;
}

#navCell a:hover {
  color: #2722AC;
  background-color: #ffffff;
  text-decoration: underline;
}

#navCell a.nav2 {
  color: #ffffff;
  background-color: #2722AC;
  text-align: center;
  display: block;
  margin: 3px;
  position: relative;
  left: -35px;
  width: 105px;
  padding: .2em .5em;
  text-decoration: none;
  border: thin outset;
}

#navCell a.nav2:hover {
  color: #2722AC;
  background-color: #ffffff;
  text-decoration: underline;
}

#navCell a.nav2a {
  color: #ffffff;
  background-color: #2722AC;
  text-align: center;
  display: block;
  margin: 3px;
  position: relative;
  left: -35px;
  width: 105px;
  padding: .2em .5em;
  text-decoration: none;
  border: thin outset;
}
