body { 
  font-family:          Georgia, Arial, Verdana, sans-serif;
  font-size:            12pt;
  line-height:          1.4em;
  background-color:     #7fffd4;
  color:                #000080;
  background-image:     url(images/vb.jpg);
  background-repeat:    repeat-y;
  background-position:  right;
  padding-right:        20px;
}


#logobox {
  width:                20%;
  height:               192px;
  background-image:     url(images/jvalogo.gif);
  background-repeat:    no-repeat;
  background-position:  center;
  float:                left;
  clear:                left;
  margin:               0px;
  padding:              2px 0px 2px 0px;
  border-bottom:        groove #000080 4px;
  border-right:         groove #000080 4px;
}

#header {
  width:                80%;
  text-align:           center;
  clear:                right;
  height:               56px;
  padding-top:          140px;
  margin-left:          20%;  
  border-bottom:        groove #000080 4px;
  background-image:     url(images/block.jpg);
  background-repeat:    no-repeat;
  background-position:  top center;
}


#navbar {
  width:                20%;
  float:                left;
  clear:                left;
  margin-top:           20px;
  border-right:         groove #000080 4px;
}

.navlink {
  border:               5px outset #000080;
  text-align:           center;
  background-color:     #6600ff;
  color:                #ffff99;
  margin-left:          10%;
  margin-right:         10%;
}

.navlink:hover {
  border-style:         solid;
}

.navlink:active {
  border-style:         inset;
}

.navlink a {
  text-decoration:      none;
  background-color:     #6600ff;
  color:                #ffff99;
}

#currlink {
  border:               5px inset #00008f;
  background-color:     #000080;
  color:                #ffff99;
  text-align:           center;
  margin-left:          10%;
  margin-right:         10%;
}

#maincontent {
  margin-left:          25%;
  padding:              10px 30px 10px 10px;
  font-weight:          700;
}

#footer {
  margin-top:           20px;
  clear:                both;
  border-top:           groove #000080 4px;
  color:                #000080;
  background-color:     #8fbc8f;
  font-size:            .6em;
  text-align:           center;
}
  

