/*General CSS that applies to all pages*/
body {
  background-image: url("../images/navBar.jpg");
  background-repeat: repeat-x;
  text-align: center;
  margin: 0px;
  line-height: 25px;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

a img{
  border: none;
}

table{
  vertical-align: top;
}

#content {
  width: 780px;
  margin: 0px auto 0px auto;
  text-align: left;
}

a.nav {
  padding: 10px 20px;
  color:#666;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

a.nav:hover {
  color: black;
}

#nav{
  height: 50px;
  display: inline;
}

#navLinks{
  margin-top: -35px;
  margin-left: 200px;
}

/* positions of the divider images between links on the main nav*/
.imgDiv{ position:relative;}
#d1{ left: 122px;}
#d2{ left: 236px;}
#d3{ left: 350px;}
#d4{ left: 446px;}
#d5{ left: 514px;}

#mainTable{
  width: 780px;
  margin-top: 10px;
}

#tr1{
  height: 15px;
  background-image: url("../images/bodyTop.jpg");
}

#tr2{
  background-image: url("../images/bodyMid.jpg");
  vertical-align: top;
}

#tr3{
  height: 15px;
  background-image: url("../images/bodyBot.jpg");
}

#left{
  width:550px;
  vertical-align: top;
}

#right{
  width:230px;
  vertical-align: top;
}

#leftcontent{
  margin: 10px 20px 10px 25px;
}
#sidebar{
  margin: 10px 25px 10px 20px;
}

#footer{
  margin-top: 20px;
  text-align: center;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12px;
  color: gray;
}

#footer a{
  color: gray;
}

#footer a:hover{
  color: blue;
}


