body {
  background-color: #CCCCCC;
  font: 80% "Lucida Sans Unicode", verdana, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

a {
  color: black;
  text-decoration: none;
  border-bottom: 1px dotted;
  font-weight: bold;
}

a:hover {
  border-bottom: 1px solid;
}

li {
  padding: 3px;
}

img {
  border: none;
}

#copy {
  background-color: #FFFFFF;
}

#pagetop {
  background-color: #333333;
  color: #ffffff;
  border-bottom: 1px solid #FFFFFF;
  padding: 10px 0 10px 0;
}

#pagetop a {
  color: #ffffff;
}

.nav {
  text-align: center;
}

.nav ul {
  margin: 0;
  padding: 0;
  display: inline;
}

.nav li {
  list-style-type: none;
  display: inline;
}

.nav li a.active {
  border-bottom: 1px solid;
}

.container {
  width: 750px;
  text-align: left;
  padding: 10px 0 10px 0;
}

.bar {
  background-color: #FFC526;
  border-top: 1px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 5px 0 3px 0;
}

.barcontainer {
  width: 750px;
  margin: 0 auto;
  padding: 0 0 2px 0;
}

.barcontainer h1 {
  padding-top: 30px;
}

.barcontainer a {
  border-bottom: 0px;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  line-height: 20px;
  margin: 10px 0 15px 0;
}

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 20px;
  margin: 5px 0 12px 0;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  margin: 5px 0 7px 0;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  margin: 0 0 0 0;
}

label {
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block
}

fieldset {
  padding: 1em;
  background-color: #FFFFFF;
}

#footer {
  background-color: #CCCCCC;
  border-top: 1px solid black;
  padding: 15px 0 0 0;
  line-height: 16px;
}

#footercontent {
  width: 750px;
  text-align: left;
  font-size: 11px;
  padding: 10px 0 10px 0;
}

.directory {
  width: 49%;
  float: left;
  padding-left: 0;
  margin-bottom: 10px;
}

div.#content div.#image a img { 
  border:1px solid black !important ;
  border-top:1px solid black;
}

