a:link {
  color: #202068;
text-decoration: none;

}
a:active {
  color: #202068;
text-decoration: none;

}

a:hover {
  color: #C4C132;
text-decoration: none;
}

a:visited {
  color: #202068;
text-decoration: none;
}

a:visited:hover {
  color: #C4C132;
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(/content/00/01/37/76/05/userimages/bg.jpg);*/
  background-repeat: repeat-y;
  background-color: #FFFFFF;
  color: #000000;
  margin: 0px;
  top-margin: 0px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;  
  overflow: auto;
}

.logo {
  background-image: url(/content/00/01/37/76/05/userimages/logo.jpg);
  background-repeat: no-repeat;
  height: 125px;
  width: 100%;
}

.pagelabel {
 display: none;   
}


#navcell {
position: absolute;
left: 10px;
top: 110px;
}

#navCell a
{
  border: #399495 1pt solid;
  display: block;
  color: #3F3EA4;
  background-color: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  width: 10em;
  padding: .2em .3em;
  text-decoration: none;
  margin-bottom: 0px;
}
#navCell ul { 
 list-style: none; 
 margin-bottom: 0px; 
 margin-left: 0px; 
 margin-top: 0px;
}

#navCell ul li { 
 list-style: none; 
 margin-left: 0px; 
 margin-bottom: 5px; 
 margin-top: 0px;
}

#navCell a:hover
{
  border: #399495 1pt solid;
 background-color: #37369C;
  color: #FFF;
}

#navCell a.nav1a {
 border: #399495 1pt solid;
 background-color: #37369C;
  color: #FFF;
}

#navCell a.nav2 {
 margin-left: 0px; 
 text-decoration: none;
 background-color: #37369C;
 color: #C6C338;
 text-align: right;
}
#contentCell {
 width: 600px;
 margin-left: 10px;
 margin-right: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 position: absolute;
 left: 160px;
 top: 120px;
}
