
/*navigation*/
#navbar {
  border-bottom-style: solid;
  border-width: 1px;
  padding-top: 50px;
  margin-top: 25px;
}

#navbar li{
  list-style-type: none;
  font-family: Georgia, serif;
  font-size: 12px;
  position: relative;
  top: -15px;
  float: left;
  text-align: center;
  margin-right:10px;
}

#navbar a {
  color: #666666;
  text-decoration: none;
  
}

#navbar a:hover {
  border-bottom-style: solid;
  color: black;
  border-width: 6px;
}
  
#navbar #current {
  color: black;
  font-weight: bold;
}

/*page header*/
#header {
  margin-top: 20px;
  height: 75px;
  background-color: #003399;
  font-family: georgia, serif;
  font-weight: bold;
  border-style: outset;
  border-width: 2px;
}

#header h1{
  margin-left: 212px;
  padding-top: 20px;
  font-size: 25px;
  color: white;
  padding-bottom: 5px;
}

#header h2 {
  font-size: 12px;
  margin-left: 212px;
  padding-bottom: 20px;
  color: white;
}

/*style relevant to body content that is site wide*/
body {
  font-family: verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  background-color: #C0C0C0
}

#content {
  width: 1024px;
  height: 720px;
  margin: auto;
  background-color: white;
}

.heading {
  font-variant: small-caps;
  color: #000066; 
  letter-spacing: 1px;
  font-weight: bold;
  padding-bottom: 7px;
}

.columns {
  float: left;
}

/*page footer*/
#footer {
  border-style: outset;
  border-width: 2px;
  height: 20px;
  position: relative;
  top: 470px;
  padding-top: 10px;
  background-color: #003399;
}

#footer  p {
  color: white;
  font-family: Georgia, serif;
  font-size: 10px;
  position: absolute;
  top: 12px;
  right: 10px;
}