/* BODY TEXT STYLES */
body{
  margin: 0;
  padding: 0;
  font-family: verdana, arial, sans-serif;
  font-size: 90%;
}

/* HEADING STYLES */
h1, h2, h3, h4, h5, h6 {
  font-family: georgia, times, serif;
  font-weight: normal;
}
h3 {
  color:  darkgreen;
  font-size:  110%;
  border-bottom: 1px solid lightblue;
}

#layout{
  width: 100%;
}

#layout td {
  padding: .5em;
}

/* MAIN TEXT STYLES */
#content {
  font-size:  90%;
  text-align: justify;
  image-align: center;
  vertical-align: top;
}
#content h1, h2, h3, h4, h5, h6 {
  font-family: georgia, times, serif;
  font-weight: normal;
}
#content h1 {
  color:  darkgreen;
  font-size:  120%;
  font-weight: bold;
  border-bottom: 1px solid lightblue;
}

#content h3 {
  color:  darkgreen;
  font-size:  100%;
  font-weight: bold;
  border-bottom: 0px;
}

#content h4 {
  font-family: verdana, times, sans serif;
  color:  darkgreen;
  font-size:  90%;
  font-weight: bold;
  border-bottom: 0px;
}

#content h5 {
  color:  navyblue;
  font-size:  80%;
  font-weight: normal;
  border-bottom: 0px;
  text-align: right;
}

#content h6 {
  color:  darkgreen;
  font-family: verdana, times, sans serif;
  font-size:  80%;
  font-weight: normal;
  border-bottom: 0px;
  text-align: center;
}
/* NAVIGATION BAR STYLES */
#navbar {
     width: 130px;
     text-align: center;
     vertical-align: top;
!<--     background-image: url(images/jlclogo.jpg);-->
     background-repeat: no-repeat;
     background-position: top center;
     padding-top:  200px;
     /* change the 20px on the above line to your liking - it controls how far down the column the logo starts */
     /* also change the above number of pixels as you see fit - this controls how far down the text starts */ 

}

#navbar ul {
  list-style: none;
  padding: 0;
}

#navbar a {
  text-decoration: none;
}

#navbar h1,h2,h3 {
  font-family: verdana, arial, serif;
}
#navbar h1 {
  font-size: 100%;
  font-weight: bold;
  color: black;
  border-bottom: 1px solid lightblue;
  padding: 0;
}
#navbar h2,h3 {
  font-size: 90%;
  border-bottom: 0;
  padding: 0;
}


/* LINK STYLES */

a {
  color: navyblue;
  text-decoration: none;
}
a:hover {
  color: green;
  text-decoration: underline;
}

/* RIGHT HAND COLUMN STYLES */
#graphics {
  width: 25%;
  text-align: center;
  vertical-align: top;
}
#graphics h6 {
  color:  darkgreen;
  font-family: verdana, times, sans serif;
  font-size:  70%;
  font-weight: normal;
  border-bottom: 0px;
  text-align: center;
}

/* HEADER STYLES */
#header {
  text-align: center;
  vertical-align: center;
}



/* this is a comment, the browser will ignore it */

