body
{
background-color: #29539D;
background-image: url('/images/background.jpg');
background-repeat:repeat-x;

}

p, td {font-family: Trebuchet MS, Arial, Helvetica;
font-size: 13px;}

#nav {
margin-left: 3px;
border-style: solid;
border-width: 2px 2px 2px 2 px;
border-color: #E6B532 #E6B532 #E6B532 #E6B532
}

#nav a {
color: #006699; font-family: Trebuchet MS, Arial; font-size: 13px;
}
#nav a.hover {
color: #333333; font-family: Trebuchet MS, Arial; font-size: 13px;
}
#nav.navcell {
  background-color: #3D93FF;
}
 
/* :hover is a pseudo selector to use to set the mouseover attributes */
#nav.navcell:hover {
  background-color: #0061D7;
}
.contentcell {margin-left: 5px; margin-right:3px;}

a {
color: #006699; font-family: Trebuchet MS, Arial; font-size: 13px;
}